Make the library when building dist and normal targets
[omfsprogs.git] / README
blob1df98795671888f6f4eb43cb0e1be0f859dd7302
1 README for omfsprogs 
2 Bob Copeland <me@bobcopeland.com>
4 This package contains utilities for manipulating OMFS filesystems, 
5 and a small test suite.
7 omfsck 
8 ~~~~~~
9 Omfsck is the filesystem consistency checker.
11 Running omfsck will check the disk for errors, and prompt before 
12 correcting them.
14 Usage:
15  $ omfsck /path/to/device
17 omfsdump
18 ~~~~~~~~
19 Omfsdump displays the contents of an OMFS filesystem along with various
20 information.
22 Usage:
23  $ omfsdump /path/to/device
25 mkomfs
26 ~~~~~~
27 Mkomfs makes a simple root directory filesystem on a device or disk image.
29 Usage:
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
35         should be used.
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).