1ADDPART(8)                   System Administration                  ADDPART(8)
2
3
4

NAME

6       addpart - tell the kernel about the existence of a partition
7

SYNOPSIS

9       addpart device partition start length
10

DESCRIPTION

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

PARAMETERS

19       device
20           The disk device.
21
22       partition
23           The partition number.
24
25       start
26           The beginning of the partition (in 512-byte sectors).
27
28       length
29           The length of the partition (in 512-byte sectors).
30
31       -h, --help
32           Display help text and exit.
33
34       -V, --version
35           Print version and exit.
36

SEE ALSO

38       delpart(8), fdisk(8), parted(8), partprobe(8), partx(8)
39

REPORTING BUGS

41       For bug reports, use the issue tracker at
42       https://github.com/util-linux/util-linux/issues.
43

AVAILABILITY

45       The addpart command is part of the util-linux package which can be
46       downloaded from Linux Kernel Archive
47       <https://www.kernel.org/pub/linux/utils/util-linux/>.
48
49
50
51util-linux 2.38.1                 2022-05-11                        ADDPART(8)
Impressum