Unix for Beginners
Unix Shell Programming
Advanced Unix
Unix Useful References
Unix Useful Resources
Selected Reading
© 2013 TutorialsPoint.COM
|
addpart - Unix, Linux Command
Advertisements
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 doesnt manipulate with partitions on hard drive.
PARAMETERS
| Tag | Description |
|
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
Advertisements
|
|
|