File: delpart.8

package info (click to toggle)
util-linux 2.33.1-0.1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 44,712 kB
  • sloc: ansic: 126,306; sh: 15,468; yacc: 1,170; makefile: 383; xml: 348; python: 316; csh: 37; sed: 16; perl: 15
file content (27 lines) | stat: -rw-r--r-- 858 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.\" delpart.8 -- man page for delpart
.\" Copyright 2007 Karel Zak <kzak@redhat.com>
.\" Copyright 2007 Red Hat, Inc.
.\" May be distributed under the GNU General Public License
.TH DELPART 8 "January 2015" "util-linux" "System Administration"
.SH NAME
delpart \- tell the kernel to forget about a partition
.SH SYNOPSIS
.B delpart
.I device partition
.SH DESCRIPTION
.B delpart
asks the Linux kernel to forget about the specified \fIpartition\fR
(a number) on the specified \fIdevice\fR.
The command is a simple wrapper around the "del partition" ioctl.

This command doesn't manipulate partitions on a block device.

.SH SEE ALSO
.BR addpart (8),
.BR fdisk (8),
.BR parted (8),
.BR partprobe (8),
.BR partx (8)
.SH AVAILABILITY
The delpart command is part of the util-linux package and is available from
https://www.kernel.org/pub/linux/utils/util-linux/.