good fat32 library?

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
Poseidon

good fat32 library?

Post by Poseidon »

Does anyone know a good library for reading fat32 filesystems? I'm planning to write my own fs later, so I need just something temporarily.

Thanks
User avatar
Pype.Clicker
Member
Member
Posts: 5964
Joined: Wed Oct 18, 2006 2:31 am
Location: In a galaxy, far, far away
Contact:

Re:good fat32 library?

Post by Pype.Clicker »

same for me ;)
User avatar
bubach
Member
Member
Posts: 1223
Joined: Sat Oct 23, 2004 11:00 pm
Location: Sweden
Contact:

Re:good fat32 library?

Post by bubach »

"Simplicity is the ultimate sophistication."
http://bos.asmhackers.net/ - GitHub
distantvoices
Member
Member
Posts: 1600
Joined: Wed Oct 18, 2006 11:59 am
Location: Vienna/Austria
Contact:

Re:good fat32 library?

Post by distantvoices »

have a look at the sources of visopsys. There are some files which contain a fat12/16/32 driver (read/write iirc).

Here it is: www.visopsys.org
... the osdever formerly known as beyond infinity ...
BlueillusionOS iso image
User avatar
Pype.Clicker
Member
Member
Posts: 5964
Joined: Wed Oct 18, 2006 2:31 am
Location: In a galaxy, far, far away
Contact:

Re:good fat32 library?

Post by Pype.Clicker »

http://www.robs-projects.com/filelib.html looks like being a good starting point (clear, abstract enough from IDE stuff and GPL :). tnx for the info.

I'll commit that to the FAQ after reviewing it with more attention.
User avatar
bubach
Member
Member
Posts: 1223
Joined: Sat Oct 23, 2004 11:00 pm
Location: Sweden
Contact:

Re:good fat32 library?

Post by bubach »

yeah, i though that it looked good.. note that it contains one zip with code for the mp3(?) and another for linux..
a lot of mp3-player makers has fat32 code, but i don't know how usefull it is: http://www.vlsi.fi/player_vs1011_1002_1 ... files.html
http://roger.trideja.com/downloads/Source.zip
"Simplicity is the ultimate sophistication."
http://bos.asmhackers.net/ - GitHub
Post Reply