perseant
|
faaef229b4
|
Add a "-b" option to search a partition for valid alternate superblocks,
rather than searching the disk for partitions. Also, test LFS superblock
checksums before we report them.
|
2007-05-01 21:28:50 +00:00 |
xtraeme
|
d5b623c0b0
|
Specify the scan_ffs manpage, otherwise it will use scan_ffs.1.
|
2005-09-10 23:15:52 +00:00 |
wiz
|
e9134234a3
|
Fold scan_lfs.8 into scan_ffs.8. It's the same program, after all.
Ok'd by xtraeme.
|
2005-09-10 23:08:37 +00:00 |
xtraeme
|
016ad35975
|
Add scan_lfs(8), utility to find LFS partitions on disk, useful
to recover lost disklabels.
|
2005-07-31 19:26:06 +00:00 |
christos
|
2c6eadc9ce
|
Move WARNS=3 to the Makefile.inc, and add a little const to the remaining
programs that did not compile before.
|
2005-06-27 01:00:04 +00:00 |
christos
|
e0db7c68ff
|
WARNS=4, misc cleanups.
- void casts
- remove unused notreached
- use a loop instead of code duplication
- use switches and #define constants
|
2005-06-15 20:03:03 +00:00 |
kleink
|
32f2d508d6
|
No need to define SRCS here.
|
2005-06-15 18:39:46 +00:00 |
xtraeme
|
b67b8509c2
|
Add scan_ffs(8) from OpenBSD, it was modified to support FFSv2
for NetBSD (with different blocksizes). Utility to find
FFSv1 and FFSv2 partitions on disks, useful to recover lost
disklabels.
Reviewed by christos.
|
2005-06-15 18:06:19 +00:00 |