vfs - mounting
Posted: Tue Nov 08, 2005 1:57 pm
A good abstraction between drivers and the applications is necessary . So i want to create a vfs ??? what kind of structures do you use? Everything about the vfs is theoretical as far as i saw. But i need answer something more implementation oriented. What kind of information do you store? What is really means mounting? Mounting a partition means you store some information about the partition. Is it right.Then what kind of information do i need to store. If i have to mount a file system under some directory then it means i have to store information about the directory at first. Will you store information about the directory to how many levels? or will you store information about all the directories. If you are going to store information about the directories in vfs do you store their physical CHS location too. What are the type of information needed to be cached for every filesystem. Because i can't once again read from the boot block.
Are my questions relevant to the topic?
Are my questions relevant to the topic?