hadris-udf-cli-2.0.0-rc.3 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:
# canonical binary: target/release/hadris-udf
The canonical binary is hadris-udf. The legacy hadris-udf-cli
executable remains available as a compatibility alias.
Usage
# Display UDF image information
# List directory contents
# Display directory tree
# Print a file to stdout
# Extract files (default output directory: .)
# 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 |
cat |
Print file contents to stdout |
extract |
Extract files from the image |
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 |
License
Licensed under the MIT license.