2 Bob Copeland <me@bobcopeland.com>
4 This package contains utilities for manipulating OMFS filesystems,
5 and a small test suite.
9 Omfsck is the filesystem consistency checker.
11 Running omfsck will check the disk for errors, and prompt before
15 $ omfsck /path/to/device
19 Omfsdump displays the contents of an OMFS filesystem along with various
23 $ omfsdump /path/to/device
27 Mkomfs makes a simple root directory filesystem on a device or disk image.
30 $ mkomfs [options] /path/to/device
32 Where options is zero or more of:
34 -b set FS block size (defaults to 8192). No size smaller than 2048
36 -c set cluster size in blocks (defaults to 8). This is the normal
37 allocation size for a file.
38 -x clear the device when initializing (defaults to off).