Changes between Version 2 and Version 3 of Fs/Cdfs


Ignore:
Timestamp:
2014-08-18T13:10:10Z (10 years ago)
Author:
Jiri Svoboda
Comment:

Features

Legend:

Unmodified
Added
Removed
Modified
  • Fs/Cdfs

    v2 v3  
    22
    33CDFS, also known as ISO 9660, is a read-only file system used primarily in data optical disks, such as compact disks or DVDs. Its HelenOS support was integrated in 2011 and is based on Jiri Kavalik's code for the Operating Systems course at MFF UK, and contains editions and improvements done by Martin Decky.
     4
     5Supported features:
     6  * Joliet extension (Unicode long filenames)
     7  * Multisession disks (automatically mount FS from last session)
     8
     9Unsupported features:
     10  * Rock Ridge Extension (probably not a big issue)