hadris-fat-cli-2.0.0 is not a library.
Hadris FAT CLI
Command-line utility for FAT filesystem analysis and management.
Installation
Or build from source:
# canonical binary: target/release/hadris-fat
The canonical binary is hadris-fat. The legacy fatutil executable
remains available as a compatibility alias.
Usage
# Display volume information
# Detailed filesystem statistics
# List directory contents
# Display directory tree
# Print and extract files
# Recursively create an image from a directory
# Analyze fragmentation
# Show cluster chain for a file
# Verify filesystem integrity
Commands
| Command | Description |
|---|---|
info |
Display boot sector and volume information |
stat |
Show detailed filesystem statistics |
ls |
List directory contents |
tree |
Display directory tree |
cat |
Print a file to stdout |
extract |
Extract one path or the complete image |
create |
Recursively create a FAT12/16/32 image from a directory |
fragmentation |
Analyze filesystem fragmentation |
chain |
Show cluster chain for a file |
verify |
Check filesystem integrity |
Known Limitations
- Host symbolic links and other special file types are rejected during creation.
- ExFAT images are not exposed through this CLI.
Examples
Examining a Disk Image
Listing Files
Supported Features
- FAT12, FAT16, FAT32 filesystems
- Long filename (LFN/VFAT) display
- Directory traversal and tree view
- Fragmentation and cluster-chain analysis
- Filesystem verification
License
Licensed under the MIT license.