1PARTX(8) System Manager's Manual PARTX(8)
2
3
4
6 partx - telling the kernel about presence and numbering of on-disk par‐
7 titions.
8
10 partx [-a|-d|-l] [--type TYPE] [--nr M-N] [partition] disk
11
13 Given a block device ( disk ) and a partition table type , try to parse
14 the partition table, and list the contents. Optionally add or remove
15 partitions.
16
17 This is not an fdisk - adding and removing partitions is not a change
18 of the disk, but just telling the kernel about presence and numbering
19 of on-disk partitions.
20
21
23 -a add specified partitions or read disk and add all partitions
24
25 -d delete specified or all partitions
26
27 -l list partitions
28
29 --type TYPE
30 Specify the partition type -- dos, bsd, solaris, unixware or
31 gpt.
32
33 --nr M-N
34 Specify the range of partitions (e.g --nr 2-4).
35
36
38 addpart(8), delpart(8), fdisk(8), parted(8), partprobe(8)
39
40
41
42 11 Jan 2007 PARTX(8)