What is the UDF file format?
.udf (Universal Disk Format) is a file format used to store disc image files. A .udf file contains a collection of files using the directory structure defined in the UDF standard. The format was developed by the Optical Storage Technology Association (OSTA) and standardized as ECMA-167.
The UDF standard is commonly used for burning CDs, DVDs, and Blu-ray discs, as well as storing file collections on other storage devices such as flash drives. A .udf disc image identifies itself through NSR02 or NSR03 volume descriptors at sector 16 (byte offset 0x8000) - distinct from the CD001 signature used by ISO 9660 images. Some images carry both signatures in a UDF Bridge layout, making them mountable as either format.
Although the UDF standard itself is widely adopted - it is mandatory for DVD-Video and Blu-ray Disc - .udf image files are not commonly used as a standalone file type. Many disc-authoring and recording applications use UDF internally but save the resulting image in .iso or .img format instead.
By using the UDF standard to create media, it is possible to delete or modify files on the target device even after they have been written. This packet-writing capability makes .udf-formatted media well suited for rewritable discs such as DVD-RW and BD-RE.
Security & safety
RISK: LOWA UDF disc image is passive data, so opening or mounting one is generally safe. The usual optical-image caution applies: a mounted image presents a virtual drive that can contain autorun installers or executables, so treat software/OS images from untrusted sources with care and verify checksums where the source provides them. The unrelated NT-era .udf text file is plain ASCII and harmless on its own.
Format details
in a nutshell- Windows NT/2000/XP Uniqueness Database File - An obsolete plain-text answer-file supplement for unattended Windows NT-era installs (per-machine settings); unrelated to optical-disc images and the format the DB name referred to.
- Generic user-defined function / data file - Some applications (e.g. firmware tools, niche databases) save '.udf' files with their own private meaning unrelated to disc images.
Programs that open UDF files
Technical details
deep spec| File system | UDF (Universal Disk Format), defined in ECMA-167 |
| MIME type | application/x-udf-image |
| Volume recognition signature | NSR02 (UDF 1.x-2.x) or NSR03 (UDF 2.50+) at byte offset 32,768 (sector 16) |
| Sector size | 2,048 bytes for optical media; 512 bytes supported for hard drives and flash storage |
| UDF specification versions | 1.02, 1.50, 2.00, 2.01, 2.50, 2.60 |
| Filename character set | OSTA Compressed Unicode (CS0), a variable-length UTF-16-based encoding |
| Maximum filename length | 255 characters (UTF-16 encoded) |
| Maximum single file size | Up to 2⁶⁴ − 1 bytes; the Information Length field in the File Entry descriptor is 64 bits wide across all UDF revisions |
| Packet writing | Supported; enables incremental writes and in-place deletion on rewritable media such as DVD-RW and BD-RE |
| UDF Bridge | Optional dual-format layout combining UDF and ISO 9660 (CD001) signatures in a single image for maximum compatibility |
| Primary use cases | DVD-Video and Blu-ray Disc mandatory file system; optical disc image archiving and interchange |
| OS native support | Windows XP and later (built-in); macOS 10.4 and later; Linux via kernel UDF driver |
| File metadata | Creation, modification, access, and backup timestamps; Unix-style permissions and access control lists (UDF 2.01+) |
| Encoding | Binary; raw sector data written in 2,048-byte logical blocks matching physical optical disc sectors |
| Released | UDF spec from OSTA, 1995; based on ECMA-167. Common for DVD/Blu-ray images. |
| Open standard | Yes · royalty-free |
| Specification | www.osta.org |