]> git.ipfire.org Git - thirdparty/util-linux.git/blame - misc-utils/wipefs.8
logger: (man) add info about rewrite and authors
[thirdparty/util-linux.git] / misc-utils / wipefs.8
CommitLineData
c49057d2
KZ
1.\" Copyright 2009 by Karel Zak. All Rights Reserved.
2.\" This file may be copied under the terms of the GNU Public License.
3.\"
92f1c5ab 4.TH WIPEFS 8 "December 2014" "util-linux" "System Administration"
c49057d2 5.SH NAME
f126cd46 6wipefs \- wipe a signature from a device
c49057d2
KZ
7.SH SYNOPSIS
8.B wipefs
d9921b2a
KZ
9.RB [ options ]
10.IR device ...
11.sp
12.B wipefs
13.RB [ \-\-backup ]
0bb7e904
BIG
14.B \-o
15.I offset
d9921b2a
KZ
16.IR device ...
17.sp
18.B wipefs
19.RB [ \-\-backup ]
0bb7e904 20.B \-a
1faf44f0 21.IR device ...
c49057d2
KZ
22.SH DESCRIPTION
23.B wipefs
1faf44f0 24can erase filesystem, raid or partition-table signatures (magic strings) from
f126cd46 25the specified
c49057d2 26.I device
1faf44f0 27to make the signatures invisible for libblkid.
c49057d2 28.B wipefs
0791a058 29does not erase the filesystem itself nor any other data from the device.
92296e9b 30
d9921b2a
KZ
31When used without any options, wipefs lists all visible filesystems and the
32offsets of their basic signatures. The default output is subject to change.
33So whenever possible, you should avoid using default outputs in your scripts.
34Always explicitly define expected columns by using
35.B \-\-output
36.I columns-list
37in environments where a stable output is required.
f126cd46 38
081dc33b 39.B wipefs
92f1c5ab 40calls the BLKRRPART ioctl when it has erased a partition-table signature
921f6343
KZ
41to inform the kernel about the change. The ioctl is called as the last step
42and when all specified signatures from all specified devices are already erased.
081dc33b 43
92f1c5ab 44Note that some filesystems and some partition tables store more magic strings on
92296e9b 45the device (e.g. FAT, ZFS, GPT). The
f126cd46 46.B wipefs
92296e9b
KZ
47command (since v2.31) lists all the offset where a magic strings have been
48detected.
f126cd46 49
92f1c5ab 50When option \fB-a\fR is used, all magic strings that are visible for libblkid are
5d217e6f
KZ
51erased. In this case the
52.B wipefs
53scans the device again after each modification (erase) until no magic string is found.
f126cd46 54
24ed0781
KZ
55Note that by default
56.B wipefs
92f1c5ab
BS
57does not erase nested partition tables on non-whole disk devices.
58For this the option \fB\-\-force\fR is required.
24ed0781 59
c49057d2 60.SH OPTIONS
1faf44f0
BS
61.TP
62.BR \-a , " \-\-all"
63Erase all available signatures. The set of erased signatures can be
92f1c5ab 64restricted with the \fB\-t\fR option.
1faf44f0 65.TP
7e658c15
OO
66.BR \-b , " \-\-backup"
67Create a signature backup to the file $HOME/wipefs-<devname>-<offset>.bak.
92f1c5ab 68For more details see the \fBEXAMPLES\fR section.
7e658c15 69.TP
1faf44f0 70.BR \-f , " \-\-force"
2968c3fc 71Force erasure, even if the filesystem is mounted. This is required in
92f1c5ab 72order to erase a partition-table signature on a block device.
1faf44f0
BS
73.TP
74.BR \-h , " \-\-help"
b4362b6f 75Display help text and exit.
1faf44f0 76.TP
d9921b2a
KZ
77.BR \-J , " \-\-json"
78Use JSON output format.
79.TP
80.BR \-n , " \-\-noheadings"
81Do not print a header line.
82.TP
83.BR \-O , " \-\-output " \fIlist\fP
84Specify which output columns to print. Use \-\-help to
85get a list of all supported columns.
86.TP
1faf44f0 87.BR -n , " \-\-no\-act"
c49057d2 88Causes everything to be done except for the write() call.
1faf44f0
BS
89.TP
90.BR \-o , " \-\-offset " \fIoffset\fP
0791a058
BS
91Specify the location (in bytes) of the signature which should be erased from the
92device. The \fIoffset\fR number may include a "0x" prefix; then the number will be
93interpreted as a hex value. It is possible to specify multiple \fB-o\fR options.
92f1c5ab 94.sp
d636d6d8 95The \fIoffset\fR argument may be followed by the multiplicative
1faf44f0
BS
96suffixes KiB (=1024), MiB (=1024*1024), and so on for GiB, TiB, PiB, EiB, ZiB and YiB
97(the "iB" is optional, e.g. "K" has the same meaning as "KiB"), or the suffixes
98KB (=1000), MB (=1000*1000), and so on for GB, TB, PB, EB, ZB and YB.
99.TP
100.BR \-p , " \-\-parsable"
11295cd1 101Print out in parsable instead of printable format. Encode all potentially unsafe
c49057d2 102characters of a string to the corresponding hex value prefixed by '\\x'.
1faf44f0
BS
103.TP
104.BR \-q , " \-\-quiet"
92f1c5ab 105Suppress any messages after a successful signature wipe.
1faf44f0
BS
106.TP
107.BR \-t , " \-\-types " \fIlist\fP
108Limit the set of printed or erased signatures. More than one type may
109be specified in a comma-separated list. The list or individual types
f126cd46 110can be prefixed with 'no' to specify the types on which no action should be
1faf44f0
BS
111taken. For more details see mount(8).
112.TP
113.BR -V , " \-\-version"
b4362b6f 114Display version information and exit.
7e658c15
OO
115.SH EXAMPLES
116.TP
0bb7e904 117.B wipefs /dev/sda*
fcf841f8 118Prints information about sda and all partitions on sda.
d9921b2a 119.TP
0bb7e904 120.B wipefs --all --backup /dev/sdb
7e658c15
OO
121Erases all signatures from the device /dev/sdb and creates a signature backup
122file ~/wipefs-sdb-<offset>.bak for each signature.
123.TP
0bb7e904 124.B dd if=~/wipefs-sdb-0x00000438.bak of=/dev/sdb seek=$((0x00000438)) bs=1 conv=notrunc
92f1c5ab 125Restores an ext2 signature from the backup file ~/wipefs-sdb-0x00000438.bak.
c49057d2 126.SH AUTHOR
1faf44f0 127Karel Zak <kzak@redhat.com>
ddfeda98 128.SH ENVIRONMENT
68e422ec
KZ
129.IP LIBBLKID_DEBUG=all
130enables libblkid debug output.
c49057d2 131.SH SEE ALSO
66083665 132.BR blkid (8),
c49057d2 133.BR findfs (8)
9c91fc03
BS
134.SH AVAILABILITY
135The wipefs command is part of the util-linux package and is available from
d673b74e 136https://www.kernel.org/pub/linux/utils/util-linux/.