Click here to Skip to main content
15,892,809 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can anyone please help me to know about the file systems in c.

How can we design our own file system?

Please, I want to know it.
Posted
Updated 7-Sep-10 21:49pm
v2
Comments
Dalek Dave 8-Sep-10 3:49am    
Edited for Readability, the Question I can do nothing about.

You might start here or here. Be warned, it is a HUGE topic.
 
Share this answer
 
C doesn't have a file system. Operating systems tend to. If you want to know about how they work grab a book on operating systems from the library and get reading. As I'm re-reading it at the moment "Operating systems: Design and Implementation" by Tanenbaum and Woodhull has the annotated source code for a Unix-like OS including a file system and a discussion on how they're designed and implemented.

Cheers,

Ash
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900