freebsd-ports/sysutils/scan_ffs/pkg-descr
Clement Laforet b1a1a5864d Add scan_ffs 1.0, scan_ffs recovers lost disklabel.
scan_ffs ported from OpenBSD to FreeBSD with support for UFS1 and UFS2,
allows recovering of lost or deletes disklabels

PR:		61273
Submitted by:	mranner@inode.at
Approved by:    erwin (mentor) (implicitly)
2004-01-13 13:43:24 +00:00

12 lines
623 B
Text

scan_ffs(8) recovers accidential lost or deleted disklabels.
This is the life-saver of typos. If you have ever been working too long,
and just happened to type 'disklabel -rw da0 floppy', instead of 'diskla-
bel -rw fd0 floppy', you know what I am talking about.
This little program will take a raw disk device (which you might have to
create) that covers the whole disk, and finds all probable UFS/FFS parti-
tions on the disk. It has various options to make it go faster, and to
print out information to help in the reconstruction of the disklabel.
Ported from OpenBSD to FreeBSD 4/5 with support for UFS1 and UFS2.