1DELPART(8) System Administration DELPART(8)
2
3
4
6 delpart - tell the kernel to forget about a partition
7
9 delpart device partition
10
12 delpart asks the Linux kernel to forget about the specified partition
13 (a number) on the specified device. The command is a simple wrapper
14 around the "del partition" ioctl.
15
16 This command doesn’t manipulate partitions on a block device.
17
19 -h, --help
20 Display help text and exit.
21
22 -V, --version
23 Print version and exit.
24
26 addpart(8), fdisk(8), parted(8), partprobe(8), partx(8)
27
29 For bug reports, use the issue tracker at
30 https://github.com/util-linux/util-linux/issues.
31
33 The delpart command is part of the util-linux package which can be
34 downloaded from Linux Kernel Archive
35 <https://www.kernel.org/pub/linux/utils/util-linux/>.
36
37
38
39util-linux 2.38.1 2022-05-11 DELPART(8)