CDfs

Updated: 11/13/2018 by Computer Hope

Short for Compact Disc File System, CDfs, in Linux systems, is a file system introduced on August 21, 1999, that exports all tracks and boot images on a CD (compact disc) as normal files. In Windows, CDfs is the Windows driver for CD-ROM (compact disc read-only memory) players. The CDfs replaces MSCDEX that was used for MS-DOS and is a 32-bit program that runs in protected mode. Also, CDfs uses a VCACHE driver to control the CD-ROM disk cache allowing for a smoother play back.

To mount a CD using the CDfs, you'd type a command similar to the example below.

mount -t cdfs -o ro /dev/cdrom /mnt/cdfs

Once the drive is mounted, its contents could be listed using a command similar to the example below.

ls -l /mnt/cdfs

CD terms, Computer abbreviations, ISO