diff --git a/pages/linux/addpart.md b/pages/linux/addpart.md new file mode 100644 index 000000000..ac6b8ded7 --- /dev/null +++ b/pages/linux/addpart.md @@ -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: . + +- Tell the kernel about the existence of the specified partition: + +`addpart {{device}} {{partition}} {{start}} {{length}}`