vote up 0 vote down star

We have NTFS, FAT etc for HDD. So I just want to know what are the file systems of CD and DVD?

flag

69% accept rate

4 Answers

vote up 7 vote down check

ISO9660, of which Joliet, Rock Ridge and El Torito are extensions:

The Rock Ridge extension to ISO 9660 adds support for POSIX file permissions and ownership, symbolic links, and longer file names; the Joliet extension adds support for longer file names and the Unicode character set; and the El Torito extension enables a disc to boot an x86 compatible system.

link|flag
Thanks for replying..Is your answer common for both CD and DVD? – Manish Jun 22 at 12:32
1  
From the wikipedia page: DVDs may also use the ISO 9660 file system. However, the UDF file system is more appropriate on DVDs since it offers better support for the larger media and is better suited for modern operating systems needs. – Patrick McDonald Jun 22 at 12:37
Patrick & Turnkey said it :) – streetpc Jun 22 at 12:59
vote up 3 vote down

ISO9660 (CDFS) is widely used for CD's and UDF is widely used for DVD's, although both standards are used for both media types.

link|flag
vote up 1 vote down

That would be ISO 9660. Many extensions are used though, the most common being Joliet.

link|flag
vote up 0 vote down

Joliet: http://en.wikipedia.org/wiki/Joliet_(file_system)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.