diff options
Diffstat (limited to 'system/cdfs/README')
-rw-r--r-- | system/cdfs/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/cdfs/README b/system/cdfs/README new file mode 100644 index 0000000000000..3623b025a4bea --- /dev/null +++ b/system/cdfs/README @@ -0,0 +1,10 @@ +CDfs is a file system for Linux systems that "exports" all tracks and boot +images on a CD as normal files. These files can then be mounted (e.g. for +ISO and boot images), copied, played (audio and VCD tracks) The primary goal +for developing this file system was to "unlock" information in old ISO images. +For instance, if you have a multisession CD with two ISO images that both +contain the file 'a', you only see the file 'a' in the second session if you +use the iso9660 file system. + +Because this installs a kernel module, you will need to rebuild the package +if you change kernels. |