Request for Comments: libarchive, bsdtar

Poul-Henning Kamp phk at phk.freebsd.dk
Wed Jan 14 13:22:07 PST 2004


In message <40059DFB.9000904 at mail.ru>, Vladimir Dozen writes:
>ehlo.
>
>> If you become a bored person requiring entertainment, it might be quite
>> interesting to create a read-only tarfs for use as a root file system
>> loaded in an md device.
>
>   I'm just curious: is it possible to write a GEOM class to mount
>   a given tar as a FS in R/O mode (using libarchive, I mean)?

That would be a filesystem, not a GEOM class.

And yes it would be.  Part of the trouble is directory searches
where you need to build some kind of index in order to not have
to run through sequentially all the time.

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk at FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.


More information about the freebsd-arch mailing list