1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 14:02:08 +02:00
tldr/pages/linux/addpart.md
Lena 0fddee2272
pages/*: reword descriptions to comply with the style guide (#11507)
* pages/*: reword descriptions to comply with the style guide

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-15 09:55:25 +05:30

9 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}}`