Unix and Linux Discussions Tagged with partition |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
2 |
3,025 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
1,908 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
16,303 |
AIX |
|
|
|
27 |
29,164 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
624 |
UNIX for Beginners Questions & Answers |
|
|
|
10 |
893 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
2,275 |
OS X (Apple) |
|
|
|
7 |
5,662 |
Debian |
|
|
|
12 |
3,835 |
Shell Programming and Scripting |
|
|
|
2 |
3,760 |
Solaris |
|
|
|
1 |
3,067 |
Hardware |
|
|
|
4 |
2,364 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
6,454 |
UNIX for Dummies Questions & Answers |
|
|
|
12 |
4,759 |
Linux |
|
|
|
13 |
6,915 |
Red Hat |
|
|
|
1 |
3,115 |
Shell Programming and Scripting |
|
|
|
0 |
2,428 |
OS X (Apple) |
|
|
|
4 |
1,852 |
Red Hat |
|
|
|
3 |
2,652 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
1,936 |
UNIX for Advanced & Expert Users |
|
|
|
0 |
2,506 |
IP Networking |
|
|
|
4 |
2,156 |
Solaris |
|
|
|
0 |
2,209 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
2,856 |
Red Hat |
|
|
|
2 |
6,860 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
3,198 |
Linux |
|
|
|
1 |
1,801 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
2,877 |
Filesystems, Disks and Memory |
|
|
|
1 |
3,598 |
Ubuntu |
|
|
|
4 |
11,670 |
Ubuntu |
|
|
|
1 |
9,349 |
Shell Programming and Scripting |
|
|
|
1 |
2,505 |
Solaris |
|
|
|
0 |
1,202 |
Software Releases - RSS News |
|
|
|
0 |
5,129 |
Debian |
|
|
|
8 |
4,788 |
Solaris |
|
|
|
0 |
1,557 |
Software Releases - RSS News |
|
|
|
3 |
10,205 |
Solaris |
|
|
|
18 |
7,432 |
Solaris |
|
|
|
5 |
2,687 |
Solaris |
|
|
|
1 |
8,153 |
UNIX for Advanced & Expert Users |
ADDPART(8) System Administration ADDPART(8)
NAME
addpart - tell the kernel about the existence of a partition
SYNOPSIS
addpart device partition start length
DESCRIPTION
addpart tells the Linux kernel about the existence of the specified partition. The command is a simple wrapper around the "add partition"
ioctl.
This command doesn't manipulate partitions on a block device.
PARAMETERS
device The disk device.
partition
The partition number.
start The beginning of the partition (in 512-byte sectors).
length The length of the partition (in 512-byte sectors).
SEE ALSO
delpart(8), fdisk(8), parted(8), partprobe(8), partx(8)
AVAILABILITY
The addpart command is part of the util-linux package and is available from https://www.kernel.org/pub/linux/utils/util-linux/.
util-linux January 2015 ADDPART(8)