zanesterling / fatr

A FAT12 parsing and manipulation tool
MIT License
1 stars 0 forks source link

New entry fix and ls cleanup #9

Closed kallisti5 closed 7 years ago

kallisti5 commented 7 years ago

A few things here:

kallisti5 commented 7 years ago
$ ../target/debug/fatr ls ~/fat16.img 
 Volume TESTVOLUME 
 Volume has 512 bytes per sector

    0 File(s)       0 bytes

$ ../target/debug/fatr ls ~/fat12.img 
 Volume Aerror
 Volume has 512 bytes per sector

19211   26848   85140       ERROR.PNG
    1 File(s)       85140 bytes
zanesterling commented 7 years ago

lgtm 😄