From 7bf5162624f75777d47076838b547d0658a808f9 Mon Sep 17 00:00:00 2001 From: Jenesh Napit <47792836+jenesh@users.noreply.github.com> Date: Mon, 12 Oct 2020 17:47:12 -0400 Subject: [PATCH] addpart: add page (#4649) --- pages/linux/addpart.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pages/linux/addpart.md 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}}`