x86driver / fat32

FAT32 implement
14 stars 7 forks source link

fat32 question #1

Open goog opened 9 years ago

goog commented 9 years ago

hi, is there a way to detect file movement on FAT32 for a usb disk?

goog commented 9 years ago

Q2: when i move directory /a/move/ to / , nothing changed but the root directory cluster data adds a directory entry?

x86driver commented 8 years ago

Hi @goog

Sorry for late reply.

This code had neither implement event detection, nor file move. It just implement read() using radix tree for speed. So this code must not change the cluster data.

If you have any question, please let me know, thanks!