What happened to scan_ffs?

scan_ffs looks like the perfect utility for me. It seems to have been developed by OpenBSD and is available for all other BSD's, but disappeared from FreeBSD circa 6.2, and I have not been able to find the FreeBSD source code for it in the archives.

Does anyone know what happened to it, or why it was removed? Basically, it traverses filesystems looking for disklabels to provide data to help reconstruct them.

My interest is to recover files from filesystems with corrupted disklabels, so if anything else does that, please do say.

Thank you.
 
Thanks!

jb_fvwm2 said:
/usr/ports/sysutils/scan_ffs maybe?

Hmmm. Thanks. It (actual downloadable file) doesn't show up on internet searches easily, and it doesn't show up in a ports search either. I apologize for not looking in the sysutils directory.
Code:
# cd /usr/ports; make search name=scan_ffs
#
I will attempt to follow up if I found it worthwhile.
 
FWIW, it works here:
Code:
root@kg-v2# uname -a
FreeBSD kg-v2.kg4.no 8.3-STABLE FreeBSD 8.3-STABLE #6: Fri Apr 27 23:50:55 CEST 2012
     root@kg-v2.kg4.no:/usr/obj/usr/src/sys/GENERIC  amd64

root@kg-v2# cd /usr/ports; make search name=scan_ffs
Port:	scan_ffs-1.2
Path:	/usr/ports/sysutils/scan_ffs
Info:	Scan_ffs recovers lost disklabel
Maint:	michael@ranner.eu
B-deps:	
R-deps:	
WWW:
 
I'm a n00b, yet I've learned: FreshPorts.org!

On the right side, there's the search box. I typed 'scan_ffs' and it came up. In the description you can see it says:
Code:
cd /usr/ports/sysutils/scan_ffs/

Hope this helps!
=)
 
Back
Top