- how to dump FAT (in fact FAT32 only) file system
- how to recursively list all the directory and filenames (both short and long filenames) in a FAT filesystem
- how to modify the short file names
The source code is based only on:
Example usage:
- ./modify_fat /dev/sdb1 dump information of FAT32 file system and recursively lists all files and directory
- ./modify_fat /dev/sdb1 -m dump information of FAT32 file system and convert the short filenames from Big 5 to GB format.
Please find the source code here.