File: README

package info (click to toggle)
omfs 0.8.0-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 144 kB
  • ctags: 160
  • sloc: ansic: 1,364; makefile: 100
file content (24 lines) | stat: -rw-r--r-- 652 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
This is the Optimized MPEG Filesystem (OMFS) Linux kernel driver for Rio 
Karma, provided freely under the GPL.

(c) 2006-2008 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/

Note, as of version 0.8.0, omfs requires a 2.6.25 or later kernel, compiled
with CONFIG_CRC_ITU_T=y/m.  Earlier versions work with earlier kernels.

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