repository overview

about

information about this package can be found in the README. here is a html-version of the README:

status

can read an openbsd ffs1 file system, needs more testing and better
interpretation of data structures (e.g. frag/block sizes).

intro

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

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.

download

the latest version can be found at:
http://www.ueber.net/code/r/ffs

licence & author

all files are in the public domain.  this code has been written by
mechiel lukkien, reachable at mechiel@ueber.net or mechiel@xs4all.nl.

todo

clone

to clone & pull:

hg clone http://www.ueber.net/hgsrv/ffs/
or
hg clone static-http://www.ueber.net/who/mjl/hg/ffs/

tgz

download a snapshot of the latest version: ffs-1.tgz.

contents

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:

manual pages:

limbo source files:

changes

rev nodeid when diff why
1 74a71f20d3d8 2 years diff add mkconfig, update README.
0 c9c057ad6a0d 2 years - welcome ffsfs & disklabelfs. ...