--- syntax: markdown tags: [tldr, linux] source: https://github.com/tldr-pages/tldr.git --- # addpart > Tell the Linux kernel about the existence of the specified partition. > A simple wrapper around the `add partition` ioctl. > More information: . - Tell the kernel about the existence of the specified partition: `addpart {{device}} {{partition}} {{start}} {{length}}`