1ADDPART(8) System Administration ADDPART(8)
2
3
4
6 addpart - simple wrapper around the "add partition" ioctl
7
9 addpart device partition start length
10
12 addpart is a program that informs the Linux kernel of new partition.
13
14 This command doesn't manipulate partitions on hard drive.
15
16
18 device Specify the disk device.
19
20 partition
21 Specify the partition number.
22
23 start Specify the begin of the partition (in 512-byte sectors).
24
25 length Specify the length of the partition (in 512-byte sectors).
26
27
29 delpart(8), fdisk(8), parted(8), partprobe(8), partx(8)
30
32 The addpart command is part of the util-linux package and is available
33 from ftp://ftp.kernel.org/pub/linux/utils/util-linux/.
34
35
36
37util-linux January 2007 ADDPART(8)