- how to compile all files:
make
- how to clean all obj files:
make clean
- how to run:
./exfat imagename info
- such as
./exfat volumes2/1sector-per-cluster/a4image.exfat info
- how to run:
./exfat imagename list
- such as
./exfat volumes2/1sector-per-cluster/a4image.exfat list
- how to run:
./exfat imagename get "path/to/file.txt"
- such as
./exfat volumes2/1sector-per-cluster/a4image.exfat get "dirs/in/dirs/in/dirs/greetings.txt"
- Caution: If you use get command to get
README.md
, the file which you get may substitute this README.md which you read now. If you want to getanyDirectory/README.md
oranyDirectory/anyDirectory2/README.md
, etc. Then you can ignore this message.