information about this package can be found in the README. here is a html-version of the README:
can read an openbsd ffs1 file system, needs more testing and better interpretation of data structures (e.g. frag/block sizes).
ffs is a read-only implementation of the bsd ffs as used on openbsd. it only works on little endian systems, and probably only those with 32 bit pointers.
install package "util" first, see http://www.ueber.net/code/r/util.
make sure $ROOT is set. now run "mk install" to compile and install the files.
when building from within inferno, insert SYSHOST=Inferno and ROOT= in the mk invocations to override the values in the mkconfig.
the latest version can be found at:
http://www.ueber.net/code/r/ffs
all files are in the public domain. this code has been written by mechiel lukkien, reachable at mechiel@ueber.net or mechiel@xs4all.nl.
to clone & pull:
hg clone http://www.ueber.net/hgsrv/ffs/
hg clone static-http://www.ueber.net/who/mjl/hg/ffs/
download a snapshot of the latest version: ffs-1.tgz.
the files in the latest revision can be found at /hg/ffs/files/tip/. a specific revision can be access by replacing "tip" with the revision number, (partial) nodeid or tag name. a few direct links to useful files in the latest revision:
| rev | nodeid | when | diff | why |
|---|---|---|---|---|
| 1 | 74a71f20d3d8 | 2 years | diff | add mkconfig, update README. |
| 0 | c9c057ad6a0d | 2 years | - | welcome ffsfs & disklabelfs. ... |