util-linux/disk-utils/addpart.8.adoc

58 lines
1.1 KiB
Plaintext
Raw Permalink Normal View History

//po4a: entry man manual
2021-03-16 15:08:43 -05:00
////
addpart.8 -- man page for addpart
Copyright 2007 Karel Zak <kzak@redhat.com>
Copyright 2007 Red Hat, Inc.
May be distributed under the GNU General Public License
////
= addpart(8)
:doctype: manpage
:man manual: System Administration
:man source: util-linux {release-version}
:page-layout: base
:command: addpart
== 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_::
2021-03-24 12:53:27 -05:00
The disk device.
2021-03-16 15:08:43 -05:00
_partition_::
2021-03-24 12:53:27 -05:00
The partition number.
2021-03-16 15:08:43 -05:00
_start_::
2021-03-24 12:53:27 -05:00
The beginning of the partition (in 512-byte sectors).
2021-03-16 15:08:43 -05:00
_length_::
2021-03-24 12:53:27 -05:00
The length of the partition (in 512-byte sectors).
2021-03-16 15:08:43 -05:00
== SEE ALSO
*delpart*(8),
*fdisk*(8),
*parted*(8),
*partprobe*(8),
*partx*(8)
include::man-common/bugreports.adoc[]
2021-03-16 15:08:43 -05:00
include::man-common/footer.adoc[]
2021-03-16 15:08:43 -05:00
ifdef::translation[]
include::man-common/translation.adoc[]
2021-03-16 15:08:43 -05:00
endif::[]