Jump to content

CDfs

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Ser Amantio di Nicolao (talk | contribs) at 01:04, 5 July 2016 (Cat-a-lot: Moving from Category:Linux kernel-supported file systems to Category:File systems supported by the Linux kernel). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

CDfs is a virtual Linux file system that provides access to individual data and audio tracks on Compact Discs. A Compact Disc mounted with the "CDfs" driver appears as a collection of files, each representing a single track. It supports the following track types:

CDfs is not included in the mainline Linux kernel, but is instead distributed as GPL-licensed source package used to create driver modules for a Linux kernel from 2.4 or 2.6-series. It can also be embedded into custom Linux kernel source package to appear among mainline file systems.

In Plan 9 from Bell Labs, cdfs, is a 9P user-space server that operates similarly, presenting a Compact Disc as a directory of numbered files corresponding to disc tracks. Plan 9 cdfs, however, additionally allows disc recording.