CDFS Ciudad Del Vino
   HOME

TheInfoList



OR:

CDfs is a virtual
file system In computing, file system or filesystem (often abbreviated to fs) is a method and data structure that the operating system uses to control how data is stored and retrieved. Without a file system, data placed in a storage medium would be one larg ...
for Unix-like operating systems; it provides access to data and audio tracks on Compact Discs. When the CDfs driver mounts a Compact Disc, it represents each track as a file. This is consistent with the Unix convention "
everything is a file Everything is a file is an idea that Unix, and its derivatives handle input/output to and from resources such as documents, hard-drives, modems, keyboards, printers and even some inter-process and network communications as simple streams of byte ...
". CDfs supports the following track types: * Red Book Compact Disc Digital Audio (CD-DA): Appears as a
WAV Waveform Audio File Format (WAVE, or WAV due to its filename extension; pronounced "wave") is an audio file format standard, developed by IBM and Microsoft, for storing an audio bitstream on PCs. It is the main format used on Microsoft Win ...
file; reading from it initiates DAE ripping. * White Book Video CD or
Super Video CD Super Video CD (Super Video Compact Disc or SVCD) is a digital format for storing video on standard compact discs. SVCD was intended as a successor to Video CD and an alternative to DVD-Video, and falls somewhere between both in terms of techni ...
video: Appears as a playable MPEG-1 file containing audio and video streams. * Yellow Book
CD-ROM A CD-ROM (, compact disc read-only memory) is a type of read-only memory consisting of a pre-pressed optical compact disc that contains data. Computers can read—but not write or erase—CD-ROMs. Some CDs, called enhanced CDs, hold both comput ...
data: ** Hierarchical File System: Appears as a mountable HFS file system disk image (sans
partition Partition may refer to: Computing Hardware * Disk partitioning, the division of a hard disk drive * Memory partition, a subdivision of a computer's memory, usually for use by a single job Software * Partition (database), the division of a ...
table). ** ISO 9660: Each session appears as a mountable ISO image file. **
El Torito El Torito (Spanish for "the little bull") is an American chain that serves Mexican food. El Torito operates 69 restaurants primarily in California.kernel. In the implementation for the operating system Plan 9 from Bell Labs, cdfs is a server that runs in user space via the 9P protocol. It represents the mounted disc as a
directory Directory may refer to: * Directory (computing), or folder, a file system structure in which to store computer files * Directory (OpenVMS command) * Directory service, a software application for organizing information about a computer network's u ...
of files named by track number. Plan 9's CDfs can also write to the disc.


External links


CDfs patches
* Plan
cdfs manual page
Free special-purpose file systems File systems supported by the Linux kernel Third-party Linux kernel modules {{compu-stub