Annotation of embedaddon/scan_ffs/README, revision 1.1

1.1     ! misho       1: Trivially ported to FreeBSD 4.x (by Robert Watson) with only
        !             2: extremely minor tweaks, largely to adapt to no OPENDEV() on FreeBSD.
        !             3: For 5.0 and above, scan_ffs supports multiple MAGIC's for UFS1 and
        !             4: UFS2.
        !             5: 
        !             6: Make sure to run this tool on the slice, if you use slices, rather
        !             7: than the disk itself, or all the offsets will be off.  I.e.,
        !             8: 
        !             9:        ./scan_ffs ad0s1
        !            10: 
        !            11: as opposed to:
        !            12: 
        !            13:        ./scan_ffs ad0
        !            14: 
        !            15: Michael Ranner <mranner@inode.at>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>