descriptionUtilities for managing OMFS partitions
homepage URLhttp://bobcopeland.com/karma/
ownerme@bobcopeland.com
last changeThu, 15 Jul 2010 03:57:48 +0000 (14 23:57 -0400)
content tags
add:
README
README for omfsprogs 
Bob Copeland <me@bobcopeland.com>

This package contains utilities for manipulating OMFS filesystems, 
and a small test suite.

omfsck 
~~~~~~
Omfsck is the filesystem consistency checker.

Running omfsck will check the disk for errors, and prompt before 
correcting them.

Usage:
 $ omfsck /path/to/device

omfsdump
~~~~~~~~
Omfsdump displays the contents of an OMFS filesystem along with various
information.

Usage:
 $ omfsdump /path/to/device

mkomfs
~~~~~~
Mkomfs makes a simple root directory filesystem on a device or disk image.

Usage:
  $ mkomfs [options] /path/to/device

Where options is zero or more of:

 -b	set FS block size (defaults to 8192).  No size smaller than 2048
        should be used.
 -c 	set cluster size in blocks (defaults to 8).  This is the normal
	allocation size for a file.
 -x	clear the device when initializing (defaults to off).
shortlog
2010-07-15 Bob CopelandMake the library when building dist and normal targetsmaster
2010-07-15 Bob CopelandAdd new tests for OMFS mount-time corruption checks
2010-07-10 Bob CopelandFix incorrect swap in mkomfs
2010-07-10 Bob CopelandFix lib directory
2008-09-20 Bob CopelandAdd dump program to the repomob
2008-09-02 Bob CopelandExtract common OMFS code into a library
2008-04-26 Bob CopelandAdd a truncate test case
2008-04-26 Bob CopelandBump version
2008-04-26 Bob CopelandNew test harness for omfs drivers
2008-04-26 Bob CopelandVarious test programs for making bad images for omfsck
2008-04-26 Bob CopelandAdd -q option to omfsck
2008-04-26 Bob CopelandUpdate README
2008-01-13 Bob CopelandInitialize root directory to have proper i_size.
2008-01-13 Bob CopelandChanges for 0.0.8
2008-01-13 Bob CopelandChanges for 0.0.7
2008-01-13 Bob CopelandImport of omfsprogs 0.0.5
heads
14 years ago master
15 years ago mob