c# - Editing raw data of a FAT drive -


i trying edit raw data of fat drive (i think found solution ntfs, didn't work fat. don't have fat, devices using it) c# (the result should drive in different format - own format). able read raw data (was nice seeing fat inside) using createfile , opening stream using intptr got, couldn't write it. tried several computers, usb flash drives, sd cards, floppy disks - nothing. if isn't possible c#, can language , later call function using dllimport. thanks.

if edit/modify drive on sector level no longer compatible.

the standard way make big file fill al space , operate on sectors.

since goal space fat not efficient. if control both ends ( read/write) can cange sector 0 is not recogninzed existing file system , can wirte own sectors. windows nag @ insertion drive not formatted.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -