Upload Tizen:Base source
[framework/base/util-linux-ng.git] / partx / delpart.8
1 .\" delpart.8 --
2 .\" Copyright 2007 Karel Zak <kzak@redhat.com>
3 .\" Copyright 2007 Red Hat, Inc.
4 .\" May be distributed under the GNU General Public License
5 .TH DELPART 8 "11 Jan 2007"
6 .SH NAME
7 delpart \-
8 simple wrapper around the "del partition" ioctl
9 .SH SYNOPSIS
10 .B delpart
11 .I device partition
12 .SH DESCRIPTION
13 .B delpart
14 is a program that asks the Linux kernel to remove a partition.
15
16 This command doesn't manipulate with partitions on hard drive.
17
18 .SH OPTIONS
19 .TP
20 .I device
21 Specify the disk device.
22 .TP
23 .I partition
24 Specify the partition number.
25
26 .SH SEE ALSO
27 .BR addpart (8),
28 .BR fdisk (8),
29 .BR parted (8),
30 .BR partprobe (8),
31 .BR partx (8)
32 .SH AVAILABILITY
33 The delpart command is part of the util-linux-ng package and is available from
34 ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.