pjrinaldi / wombatforensics

linux c++, fox-toolkit, multi-threaded forensic gui tool
GNU General Public License v2.0
47 stars 12 forks source link

Fix directory sizes for fat12, etc #356

Closed pjrinaldi closed 3 years ago

pjrinaldi commented 3 years ago

After I get the clusterlist for a directory in fat 12 and get its physical size, I need to get the content and loop i x 32 till I hit zero, then set the logical size to be the i x 32 rather than the physical size so I can get some slack for the remainder of a directory.

pjrinaldi commented 3 years ago

Implemented, so now i get a dir size and slack as well. also fixed id numbering while testing a sub sub dir test.