1ADDPART(8) System Administration ADDPART(8)
2
3
4
6 addpart - tell the kernel about the existence of a partition
7
9 addpart device partition start length
10
12 addpart tells the Linux kernel about the existence of the specified
13 partition. The command is a simple wrapper around the "add partition"
14 ioctl.
15
16 This command doesn't manipulate partitions on a block device.
17
18
20 device The disk device.
21
22 partition
23 The partition number.
24
25 start The beginning of the partition (in 512-byte sectors).
26
27 length The length of the partition (in 512-byte sectors).
28
29
31 delpart(8), fdisk(8), parted(8), partprobe(8), partx(8)
32
34 The addpart command is part of the util-linux package and is available
35 from https://www.kernel.org/pub/linux/utils/util-linux/.
36
37
38
39util-linux January 2015 ADDPART(8)