1WIPEFS(8)                    MAINTENANCE COMMANDS                    WIPEFS(8)
2
3
4

NAME

6       wipefs - wipe a filesystem signature from a device
7

SYNOPSIS

9       wipefs [-ahnp] [-o offset] device
10

DESCRIPTION

12       wipefs  allows  to  erase filesystem or raid signatures (magic strings)
13       from the device to make the filesystem invisible for libblkid.   wipefs
14       does  not erase the whole filesystem or any other data from the device.
15       When used without options -a or -o, it lists  all  visible  filesystems
16       and offsets of their signatures.
17

OPTIONS

19       -a, --all
20              Erase all available signatures.
21
22       -h, --help
23              Print help and exit.
24
25       -n, --no-act
26              Causes everything to be done except for the write() call.
27
28       -o, --offset offset
29              Specifies  location  (in bytes) of the signature which should be
30              erased from the device. The offset number  may  include  a  "0x"
31              prefix,  and  then the number will be read as a hex value. It is
32              possible to specify multiple -o options.
33
34       -p, --parsable
35              Print out in parsable instead of printable  format.  Encode  all
36              potentially  unsafe  characters of a string to the corresponding
37              hex value prefixed by '\x'.
38

AUTHOR

40       Karel Zak <kzak@redhat.com>.
41

AVAILABILITY

43       The wipefs command is part of the util-linux-ng package and  is  availā€
44       able from ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
45

SEE ALSO

47       blkid(8) findfs(8)
48
49
50
51
52Linux                            October 2009                        WIPEFS(8)
Impressum