util-linux/disk-utils
Karel Zak 979f1dd5fe mkswap: wipe all old signatures
mkswap(8) zaps the begin of the device (1024 bytes) only. This is not
enough, because for example ReiserFS superblock is outside this area.

This patch add blkid_do_wipe() call to mkswap(8) and all block device
is scanned and all signature are removed.

Reported-by: Martin Pitt <martin.pitt@ubuntu.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-11-11 13:33:51 +01:00
..
.gitignore swaplabel: new command 2010-04-02 16:16:59 +02:00
Makefile.am build-sys: cleanup BUILD_CRAMFS 2011-11-03 12:32:50 +01:00
blockdev.8 docs: uniformize the header and footer lines in man pages 2011-08-22 10:39:21 +02:00
blockdev.c blockdev: indent usage() 2011-08-16 10:20:45 +02:00
cramfs.h cramfs.h: coding style 2011-07-21 23:50:04 +02:00
cramfs_common.c cramfs: use stdint.h instead of u{8,16,32} 2011-07-20 22:49:48 +02:00
elvtune.8 docs: tweak the formatting and wording of several disk-utils man pages 2011-08-29 11:24:47 +02:00
elvtune.c elvtune, isosize: print usage text in case of invalid option 2011-04-12 12:36:48 +02:00
fdformat.8 docs: tweak the formatting and wording of several disk-utils man pages 2011-08-29 11:24:47 +02:00
fdformat.c fdformat: fix uninitialized variable 2011-09-12 12:45:57 +02:00
fsck.cramfs.c include: move fsck return values to exitcodes.h 2011-07-22 00:34:12 +02:00
fsck.minix.8 docs: tweak the formatting and wording of several disk-utils man pages 2011-08-29 11:24:47 +02:00
fsck.minix.c fsck.minix: fix zone_map memory allocation failure check 2011-11-10 12:58:31 +01:00
isosize.8 docs: tweak the formatting and wording of several disk-utils man pages 2011-08-29 11:24:47 +02:00
isosize.c isosize: fix coding style 2011-06-30 22:11:32 +02:00
minix_programs.h minix: cleanup global variables and macros 2011-07-21 12:13:33 +02:00
mkfs.8 docs: tweak the formatting and wording of several disk-utils man pages 2011-08-29 11:24:47 +02:00
mkfs.bfs.8 docs: tweak the formatting and wording of several disk-utils man pages 2011-08-29 11:24:47 +02:00
mkfs.bfs.c mkfs.bfs: cleanu p --version output 2011-07-18 17:15:00 +02:00
mkfs.c mkfs: coding style fixes 2011-06-29 13:36:52 +02:00
mkfs.cramfs.c mkfs.cramfs: clearer error message, "cannot close" instead of "closing" 2011-08-15 15:49:18 +02:00
mkfs.minix.8 docs: tweak the formatting and wording of several disk-utils man pages 2011-08-29 11:24:47 +02:00
mkfs.minix.c mkfs.minix: fix write_all() usage 2011-08-17 00:29:39 +02:00
mkswap.8 docs: tweak the formatting and wording of several disk-utils man pages 2011-08-29 11:24:47 +02:00
mkswap.c mkswap: wipe all old signatures 2011-11-11 13:33:51 +01:00
raw.8 docs: tweak the formatting and wording of several disk-utils man pages 2011-08-29 11:24:47 +02:00
raw.c misc: use %m in format string instead of %s and strerror(errno) 2011-09-27 15:46:07 +02:00
swaplabel.8 docs: tweak the formatting and wording of several disk-utils man pages 2011-08-29 11:24:47 +02:00
swaplabel.c swaplabel: fix compiler warnings [-Wunused-parameter] 2011-08-01 14:54:45 +02:00