UDFINFO(1) | General Commands Manual | UDFINFO(1) |
udfinfo — show information about UDF filesystem
udfinfo [ options ] device
udfinfo shows various information about a UDF filesystem stored either on the block device or in the disk file image. The output from the udfinfo is suitable for parsing by external applications or scripts.
If omitted, udfinfo for optical disc tries to detect the last recorded block with fallback to the last block of block device or disk file image. In most cases, this fallback does not have to work and for disk file images with Virtual Allocation Table is necessary to specify the correct location.
Virtual Allocation Table contains locations of UDF disk blocks needed to read data storage, determinate used and free space blocks, read File Set Identifier and calculate Windows-specific Volume Serial Number. Also, it contains Logical Volume Identifier and overwrite previously stored in Logical Volume Descriptor.
udfinfo returns 0 if successful, non-zero if there are problems like a block device does not contain UDF filesystem.
First part of the udfinfo standard output contains information in key=value format. List of all keys with their meaning are in the following table:
When UDF integrity is not closed it means that the UDF disk was not properly unmounted, is in an inconsistent state and needs repairing.
All UDF string identifiers are stored on UDF disk in Unicode, therefore they are locale or code page agnostic. Options --locale, --u8, --u16 and --utf8 controls how are identifiers encoded on output.
All newline characters from the UDF string identifiers are removed, so it is guaranteed that the newline character is present only as a separator.
Second part of the udfinfo standard output contains list of UDF block types stored on device, one per line in the following format:
With meaning that block-type starts at UDF block block-num and span block-count blocks on device.
Windows-specific Volume Serial Number is a non-standard 32-bit checksum, calculated as four separate 8-bit XOR checksums of 512 bytes long UDF File Set Descriptor. Therefore, it cannot be set or changed as opposed to UUID which is 64-bit long. This non-standard checksum is used only by Windows systems (since Windows 98 era when it was introduced) and can be displayed on Windows systems by applications like vol, dir or fsutil.exe.
udfinfo is not able to read Metadata Partition yet. Therefore, determining used and free space blocks, reading File Set Identifier and calculating Windows-specific Volume Serial Number may not be available for disks with UDF revisions higher than 2.01 which have Metadata Partition.
udfinfo prior to version 2.1 was unable to read Virtual Allocation Table stored outside of Information Control Block. Therefore above limitation applied also for some Write Once media.
Pali Rohár <pali.rohar@gmail.com>
udfinfo is part of the udftools package since version 2.0 and is available from https://github.com/pali/udftools/.
udftools | Commands |