information about this package can be found in the README. here is a html-version of the README:
seems to works, not optimized (no caching). needs a bit of testing, especially on large partitions with many files & directories.
ext2fs is an implementation of the ext2 (second extended) file system, written in limbo, for inferno. it gives read-only access to the contents of ext2 file systems.
see the manual page ext2fs(4) for details.
get the latest version from:
http://www.ueber.net/code/r/ext2fs
make sure you have $ROOT set. now run "mk" to compile and "mk install" to install the files.
when building from within inferno, insert SYSHOST=Inferno and ROOT= in the mk invocations to override the values in the mkconfig.
this code is in the public domain. the code is written by mechiel lukkien, reachable at mechiel@xs4all.nl or mechiel@ueber.net.
to clone & pull:
hg clone http://www.ueber.net/hgsrv/ext2fs/
hg clone static-http://www.ueber.net/who/mjl/hg/ext2fs/
download a snapshot of the latest version: ext2fs-1.tgz.
the files in the latest revision can be found at /hg/ext2fs/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 | d99ac656367b | 2 years | diff | add mkconfig, update README, style nit. |
| 0 | e87ce43ed43d | 2 years | - | welcome ext2fs (read-only). |