hadris-udf-cli-1.1.2 is not a library.
Hadris UDF CLI
Command-line utility for UDF (Universal Disk Format) filesystem operations. UDF is the filesystem used for DVD-ROM, DVD-Video, Blu-ray discs, and large USB drives.
Installation
Or build from source:
Usage
# Display UDF image information
# List directory contents
# Display directory tree
# Create a new UDF image from a directory
# Verify UDF image integrity
Commands
| Command | Description |
|---|---|
info |
Display volume information (ID, revision, size) |
ls |
List directory contents |
tree |
Display directory tree structure |
create |
Create a new UDF image from a local directory |
verify |
Verify UDF image structural integrity |
Supported UDF Revisions
| Revision | Target Media |
|---|---|
1.02 |
DVD-ROM (default) |
1.50 |
DVD-RAM, packet write |
2.01 |
DVD-RW streaming |
2.50 |
Blu-ray |
2.60 |
Blu-ray pseudo-OW |
Known Limitations
- File content extraction (
cat,extract) is not yet supported because the UDF library does not yet expose a public file-read API. UdfDirEntry::sizeis currently always 0 (a placeholder in the library); long listing showsN/Afor file sizes.
Examples
Inspecting a DVD image
)
Creating a UDF image
License
Licensed under the MIT license.