1ADDPART(8) System Manager's Manual 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 with 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 bytes).
24
25 length Specify the length of the partition (in bytes).
26
27
29 delpart(8), fdisk(8), parted(8), partprobe(8), partx(8)
30
31
32
33 11 Jan 2007 ADDPART(8)