Skip to content

Commit

Permalink
addpart: add page (#4649)
Browse files Browse the repository at this point in the history
  • Loading branch information
jenesh authored Oct 12, 2020
1 parent 85a1c06 commit 7bf5162
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pages/linux/addpart.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# addpart

> Tells the Linux kernel about the existence of the specified partition.
> The command is a simple wrapper around the `add partition` ioctl.
> More information: <https://linux.die.net/man/8/addpart>.
- Tell the kernel about the existence of the specified partition:

`addpart {{device}} {{partition}} {{start}} {{length}}`

0 comments on commit 7bf5162

Please sign in to comment.