mirror of https://github.com/CrimsonTome/tldr.git
10 lines
310 B
Markdown
10 lines
310 B
Markdown
# addpart
|
|
|
|
> Tell the Linux kernel about the existence of the specified partition.
|
|
> A simple wrapper around the `add partition` ioctl.
|
|
> More information: <https://manned.org/addpart>.
|
|
|
|
- Tell the kernel about the existence of the specified partition:
|
|
|
|
`addpart {{device}} {{partition}} {{start}} {{length}}`
|