Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.6

addpart(8)


ADDPART

ADDPART

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS
SEE ALSO

NAME

addpart − simple wrapper around the "add partition" ioctl

SYNOPSIS

addpart device partition start length

DESCRIPTION

addpart is a program that informs the Linux kernel of new partition.

This command doesn’t manipulate with partitions on hard drive.

PARAMETERS

device

Specify the disk device.

partition

Specify the partition number.

start

Specify the begin of the partition (in bytes).

length

Specify the length of the partition (in bytes).

SEE ALSO

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



addpart(8)