summaryrefslogtreecommitdiff
path: root/misc-utils/wipefs.8
AgeCommit message (Collapse)AuthorFilesLines
2010-11-30rename util-linux-ng back to util-linuxKarel Zak1-2/+2
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-03-30wipefs: support suffixes for --offsetKarel Zak1-0/+4
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-03-15wipefs: cleanup usage() and man pageKarel Zak1-1/+1
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-10-06wipefs: new commandKarel Zak1-0/+45
# ./wipefs /dev/sda4 offset type ---------------------------------------------------------------- 0xff6 swap [other] UUID: da6c54ea-77d9-470a-82f1-e793fd5d9131 0x36 vfat [filesystem] UUID: 497F-3013 # ./wipefs --offset 0x36 /dev/sda4 8 bytes [46 41 54 31 32 20 20 20] erased at offset 0x36 (vfat) Signed-off-by: Karel Zak <kzak@redhat.com>