diff --git a/pages/linux/delpart.md b/pages/linux/delpart.md new file mode 100644 index 000000000..ef18fd8e7 --- /dev/null +++ b/pages/linux/delpart.md @@ -0,0 +1,8 @@ +# delpart + +> Ask the Linux kernel to forget about a partition. +> More information: . + +- Tell the kernel to forget about the first partition of `/dev/sda`: + +`sudo delpart {{/dev/sda}} {{1}}`