File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / scan_ffs / README
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 16:38:22 2012 UTC (12 years, 4 months ago) by misho
Branches: scan_ffs, MAIN
CVS tags: v1_2, HEAD
scan_ffs

    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>