Tagged Questions

2
votes
2answers
108 views

Reading boot sector of a FAT32 file system

I am writing a program and I need to access some information in the boot sector about the FAT32 file system that I have mounted. Here is what I did, fully commented. int main (void) { unsigned ...
2
votes
1answer
359 views

How to find floppy\ CD sector size in Linux?

How can I get the sector size for floppy and CD disks in Linux, via C++ code? Thank you all.
0
votes
2answers
1k views

Recently, i am on a project which needs raw read / write sector of drives

Before, I post a question here asking for advice on how to read and write data from and into drive, not via file label like "aaa.txt", but just sectors.. I was advised to try read and write.... but ...