FS Tools is a collection of libraries and few simple commands
for manipulating on-disk Unix filesystems from user level. At the moment,
only FreeBSD's FFS (both UFS1 and UFS2) are supported, although the intent
is to support at least FAT, perahps some other flavors of FFS such as
NetBSD's or OS X's, and perhaps EXT2/EXT3 or even HFS.
The original intent was to add UFS2 support for vbackup and Russ Cox has
subsequently cribbed some code from
Note that the distributed version expects to be unpacked in the same directory as an unpacked and compiled copy of 9unix. Furthermore, the library and tools have only been used in recent memory under FreeBSD 4-STABLE and FreeBSD 5.4. As with anything that touches your filesystem and hasn't been rigorously tested, use at your own risk. |