mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
release a new version of ffsrecov upon the world...
significant improvements include telling you where it thinks the file system starts when scanning for superblocks... support to compile (untested) under Solaris, support for reading from raw devices, support for non-mmap'able files (which also means you can use it on >2gig file systems under x86)... arbitrary file system start possitions (you can use da0c to access filesystems that don't begin a block 0), print out and validity checking of arbitrary superblocks (no longer just the primary superblock)... and possibly more...
This commit is contained in:
parent
2bc905398d
commit
60ef608695
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39063
@ -6,10 +6,9 @@
|
||||
#
|
||||
|
||||
PORTNAME= ffsrecov
|
||||
PORTVERSION= 0.1
|
||||
PORTVERSION= 0.5
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://people.freebsd.org/~jmg/
|
||||
DISTNAME= ffsrecov
|
||||
MASTER_SITES= http://resnet.uoregon.edu/~gurney_j/
|
||||
|
||||
MAN8= ffsrecov.8
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (ffsrecov.tar.gz) = d1aa1250631c3c5ef7110e314e4ceea3
|
||||
MD5 (ffsrecov-0.5.tar.gz) = 039a15938fd947f5b16e7fdf676fda85
|
||||
|
Loading…
Reference in New Issue
Block a user