| Universal Disk Format |
Article Index for Universal |
Website Links For Universal |
Information AboutUniversal Disk Format |
| CATEGORIES ABOUT UNIVERSAL DISK FORMAT | |
| disk file systems | |
| iso standards | |
| iec standards | |
| windows components | |
|
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:
UDF has increased in popularity since the late 1990s, when both CD-RW media and hardware for CD writing reached price levels making them interesting for the mass market. 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 Fork s, 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.
When combined with Packet Writing technology, UDF has the advantage of allowing files to be added to and removed from a disc through the normal Filesystem mechanisms. That is, the contents of a disc can be manipulated in the same way a Hard Disk , Floppy Disk , or USB Flash Drive might be. This even works for sequentially written media such as CD-R , although files that are deleted remain on the disc occupying space. In Windows the disc appears as a drive letter, while in Unix / Linux or Mac OS X it is mounted to a directory. 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 can only read UDF discs, while current ( 2006 ) releases of Mac OS X, Linux, and several other Unix's 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:
For next releases of UDF, changes are discussed in relation to using UDF on very large hard disk media, and using UDF on holographic storage 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 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. On the other hand, 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 has less limitations than DVD-R and CD-R media has: 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 no 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 flavor are as follows:
Understanding this Sparing Table is necessary to be able to read discs written in this flavor. The problem is that some existing versions of UDF File System software do ignore this extra information and treat such UDF discs as if they had the original flavor. As long as the media has no worn-out sectors, this does not matter - the files can be read properly. But once sectors are getting remapped, a File System not paying attention to the Sparing Table will read outdated sectors, leading to retrieval of wrong data. 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). Similarly, Windows 2000 claims to be able to read UDF 1.50, yet it also cannot read UDF discs with a Sparing Table or a VAT. 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
NATIVE OS SUPPORT
EXTERNAL LINKS
|
|
|