Is there a file system for DVD?

Hi,

There is a file system FILE_DEVICE_CD_ROM_FILE_SYSTEM for CD-Rom volume. Does there exist a file system for DVD-Rom volume?

Thanks!

UDFS may also be present on a DVD, but it is still a CD_ROM file system.
The OS makes no distinction between CDs and DVDs and while I have not
confirmed it, I suspect the same will be true for HD and BluRay…

Tony

Tony Mason
Consulting Partner
OSR Open Systems Resources, Inc.
http://www.osr.com

DVD-ROMs are either CDFS or UDF, usually UDF.

Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com
http://www.storagecraft.com

----- Original Message -----
From:
To: “Windows File Systems Devs Interest List”
Sent: Sunday, December 10, 2006 2:18 PM
Subject: [ntfsd] Is there a file system for DVD?

> Hi,
>
> There is a file system FILE_DEVICE_CD_ROM_FILE_SYSTEM for CD-Rom volume. Does
there exist a file system for DVD-Rom volume?
>
> Thanks!
>
> —
> Questions? First check the IFS FAQ at
https://www.osronline.com/article.cfm?id=17
>
> You are currently subscribed to ntfsd as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com

Many DVDs are also formatted as “UDF Bridge” (containing both UDF and CDFS tables)

Thanks for all your replies!