This is the Optimized MPEG Filesystem (OMFS) Linux kernel driver for Rio 
Karma, provided freely under the GPL.

(c) 2006 Bob Copeland <me@bobcopeland.com>

This software provides a way to access the proprietary filesystem used
by the Rio Karma MP3 player.  More info is available at:

http://linux-karma.sf.net/

To build, untar into a local directory, then:

$ make modules 
(become root)
# make modules_install

Finally, mount the disk:

$ mkdir /mnt/karma
$ mount -t omfs /dev/sda2 /mnt/karma

