|
NAMEwipefs - wipe a signature from a deviceSYNOPSISwipefs [-ahnpqtV] [-o offset] device...DESCRIPTIONwipefs can erase filesystem, raid or partition-table signatures (magic strings) from the specified device to make the signatures invisible for libblkid.wipefs does not erase the filesystem itself nor any other data from the device. When used without options -a or -o, it lists all visible filesystems and the offsets of their basic signatures. wipefs calls BLKRRPART ioctl when erase partition table to inform kernel about the change. Note that some filesystems or some partition tables store more magic strings on the devices. The wipefs command lists only the first offset where a magic string has been detected. The device is not scanned for additional magic strings for the same filesystem. It is possible that after wipefs -o offset the same filesystem or partition table will still be visible by another magic string on another offset. When used with option -a, all magic strings that are visible for libblkid are erased. Note that by default wipefs does not erase nested partition tables on non-whole disk devices. The option --force is required. OPTIONS
AUTHORKarel Zak <kzak@redhat.com>ENVIRONMENT
SEE ALSOblkid(8), findfs(8)AVAILABILITYThe wipefs command is part of the util-linux package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/.
Visit the GSP FreeBSD Man Page Interface. |