Universal Disk Format
Encyclopedia : U : UN : UNI : Universal Disk Format
| Optical disc authoring | |
|---|---|
| Optical media types | |
| Standards | |
| |
The Universal Disk Format (UDF) is a format specification of a file system for storing files on optical media. It is an implementation of the ISO/IEC 13346 standard (also known as ECMA-167). It is considered to be a replacement of ISO 9660, and nowadays is widely used for (re)writable optical media. UDF is developed and maintained by the [Optical Storage Technology Association (OSTA)].
History
UDF initially was mainly used on ROM media, and media with limited rewriting conditions such as: Lately, however, it has also become popular with large and fully rewritable cross-platform media such as:- Flash media above the Microsoft FAT32 (Windows XP) limit of 32 GB per disc
- Iomega REV discs
- CD-MRW discs
UDF is practically the successor of ISO 9660, supporting larger files, larger disk and more information about individual files and folders. It includes support for special file properties, such as Apple's File Types, resource forks, and other OS-specific data.
Where the UDF format is used
DVD-Video media use UDF version 1.02. These discs contain a so-called UDF Bridge format, where both an ISO 9660 as well as a UDF 1.02 filesystem are present on the same disc, describing the same filesystem.All standard formats for video recording on DVD-style media use some version of the UDF filesystem.
- Philips' DVD+VR format uses UDF 1.02 with an ISO 9660 bridge for DVD+R and DVD+RW.
- The DVD Forum's DVD-VR format uses UDF 2.00 for DVD-R, DVD-RW and DVD-RAM.
- Blu-ray and the DVD Forum's HD-DVD will be using UDF 2.50 or UDF 2.60.
Typically for writing UDF in Windows, third-party burner software such as DirectCD, DLA, InCD, Toast, and WriteUDF is required. As shipped by Microsoft, Windows (before Windows Vista) can only read UDF discs, while current (2006) releases of Mac OS X, Linux, and several other Unices include UDF writing capability with no additional software required. Older versions of these operating systems may have limited reading capabilities, and may not support more recent versions of UDF. See the table below for more detailed information.
Revisions of the UDF format
UDF has been released in multiple revisions:- Revision 1.02 (August 30, 1996). This format is used by DVD-Video discs.
- Revision 1.50 (February 4, 1997). Added support for (virtual) rewritability on CD-R/DVD-R media by introducing the VAT structure. Added sparing tables for defect management on rewritable media such as CD-RW, and DVD-RW and DVD+RW.
- Revision 2.00 (April 3rd, 1998). Added support for Stream Files and real-time files (for DVD recording) and simplified directory management. VAT support was extended.
- Revision 2.01 (March 15, 2000) is mainly a bugfix release to UDF 2.00. Many of the UDF standard's ambiguities were resolved in version 2.01.
- Revision 2.50 (April 30, 2003). Added the Metadata Partition facilitating metadata clustering and optional duplication of file system information.
- Revision 2.60 (March 1, 2005). Added Pseudo OverWrite method for drives supporting pseudo overwrite capability on sequentially recordable media.
Flavors of UDF
While the UDF specification has never been explicit about it, all UDF revisions since 1.5 actually describe three different variations of the format. For lack of an official name from OSTA they are called flavors here.These flavors are:
- Original (Random Read/Write Access). This is the original format supported in all UDF revisions
- VAT (Incremental Writing). Used specifically for writing to CD-R and DVD-R (write-once) media
- Spared (Limited Random Write Access). Used specifically for writing to CD-RW and DVD-RW (rewritable) media
Original flavor
This format can be used on any type of disk that allows random read/write access, such as hard disks and DVD-RAM media. Similar to other common file system formats, such as FAT, directory entries point directly to the block numbers of their file contents. When writing to such a disk in this format, any physical block on the disk may be chosen for allocation of new or updated files.Since this is the basic format, practically any OS or File System Driver claiming support for UDF should be able to read this format.
VAT flavor
DVD-R and CD-R media has some limitations when being written to: Every physical block can only be written to once, and writing must happen incrementally.This means that the original UDF format can only be written to CD-Rs by pre-mastering the data and then writing all data in one piece to the media, similar to the way ISO 9660 gets written to CD media.
To allow CD-R to be used virtually like hard disks, meaning that you could add and modify files on a CD-R at will (so-called drive letter access on Windows), OSTA added the VAT flavor to the UDF standard.
The VAT is an additional structure on the disk that helps remapping physical blocks when files or other data on the disc gets modified. The nature of the write-once media leads to the effect that when a file gets first added and later deleted on the disk, the file's data remains still on the disk. While it does not appear in the directory any more, special tools may be used to access the previous state of the disc before the delete occurred, making recovery possible. Additionally, incremental writing also means that eventually the disk will be full and free space cannot be recovered by deleting files. This behavior can be used to an advantage for archiving data, though.
Understanding this VAT structure's contents is necessary to be able to read such written discs as well, but not all UDF file systems support this flavor. See also chapter "Why your computer might not read a particular UDF disk" below.
Spared (RW) flavor
DVD-RW and CD-RW media have fewer limitations than DVD-R and CD-R media: While sectors can be rewritten at random, these sectors may "wear out" after a while, meaning that their data becomes unreliable after having been rewritten too often (typically after a few hundred rewrites with CD-RW).RW media can be erased entirely at any time, making it blank again, ready for writing a new UDF or other file system (e.g. ISO 9660 or CD Audio) to it. The wear-out effect is not an issue here unless the disk gets erased more than a few hundred times or the Spared flavor was used.
RW disks may be formatted in the original UDF format, in the VAT flavor and in the Spared flavor.
The consequences of using these flavors are as follows:
- When using the original format, in theory a disc driver may allow to rewrite any disc sector at random, meaning the RW is truly rewritable in the fashion of hard disks. However, because of the wear-out effect, this would soon lead to loss of data. For that reason, if an original UDF file system is written to RW media, the file system should lock (write protect) the UDF volume to prevent accidental modification by a computer, or better, disc drivers should never even attempt to provide random-write access to RW media unless they can assure that no data loss due to wear-out can happen.
- When using the VAT flavor, RW media effectively appears as CD/-R or DVD-R media to the computer. However, the media may be erased again at any time.
- Finally, the Spared flavor works basically like the original flavor, but uses an extra Sparing Table to remap worn-out sectors. This allows to reclaim most of the disk's space back when deleting a file.
Why your computer might not read a particular UDF disk
Even if a computer claims to be able to read UDF 1.50, it still may only support the original format but not the VAT or Spared flavors.An example is Mac OS X (10.4.5), which claims to support UDF 1.50 (see man mount_udf), yet it can only mount disks of the original format properly (it cannot mount UDF disks with a VAT at all, [see Sony Mavica problem], and while it appears to be able to mount CD-RWs written with a Sparing Table, it does not read its files correctly in case the files are actually remapped).
Standalone DVD Player Compatibility
Some users have reported that video DVDs burned on their computers in UDF version 1.5 are not compatible with their set-top video DVD players. These players seem to be only compatible with UDF version 1.02. As some popular DVD burning programs such as [Roxio' Easy CD & DVD Creator] default to UDF version 1.5 when burning video DVDs, users have found it necessary to avoid using the software wizard and instead manually configure the burn to version 1.02.References
- ISO/IEC 13346 standard, also known as [ECMA-167].
Native OS Support
- redirect
- AIX 5.1, 5.2, 5.3 (Read+write)
- FreeBSD 5.X (Read) 1.02, 1.50, 2.0x
- FreeBSD 6.X (Read) 1.02, 1.50, 2.0x, 2.50
- FreeBSD 7.X (Read) 1.02, 1.50, 2.0x, 2.50, 2.60
- Linux 2.4.X (Read) 1.02, 1.50
- Linux 2.6.X (Read+write) 1.02, 1.50,2.0x, 2.50, 2.60 (write supported on HDD, DVD-RAM, DVD+RW and CD-RW from 2.6.10 onward, earlier versions support less media)
- Mac OS 9 (Read+write) 1.02, 1.50 (write only supported on DVD-RAM media)
- Mac OS X 10.4 (Read+write) 1.02, 1.50
- NetBSD 4.0 (Read) 1.02, 1.50, 2.0x, 2.50, 2.60
- Novell NetWare 5.1 (Read)
- Novell NetWare 6.x (Read)
- OpenBSD 3.8 (Read) 1.02, 1.50, 2.0x, 2.50, 2.60
- Solaris 7 11/99+ (Read) 1.02, 1.50
- Solaris 8,9,10 (Read+Write) 1.02, 1.50. Write supported "on RAM media" [udfs(7FS) man page: Solaris 9] works on HDD partition and DVD-RAM (with suitable DVD writer).
- Windows 98/Me (Read) 1.02
- Windows 2000 (Read) 1.02, 1.50
- Windows XP/2003 (Read) 1.02, 1.50, 2.0x
- Windows Vista (Read+write) 1.02, 1.50, 2.0x, 2.50
External links
- [OSTA home page]
- [Wenguang Wang's UDF Introduction]
- [Linux UDF support]
- [Microsoft Windows UDF Read Troubleshooting]
From Wikipedia, the Free Encyclopedia. Original article here. Support Wikipedia by contributing or donating.
All text is available under the terms of the GNU Free Documentation License See Wikipedia Copyrights for details.
