Developing a File System

Submitted by Anonymous
on February 25, 2006 - 8:38pm

Hello Everybody,

I want to develop a new file system driver for 2.6 kernels. I want to find out about the necessary resources required for this purpose. I want the file system to be generic that can support standard unix file system features.

Also I want to make sure that the driver should be stable enough to run on any available 2.6 kernel series.

Your help is required.

Thanks,

Uzair Lakhani
(uzairr_bs1b at yahoo.com)

Look here: http://lwn.net/Art

JohnAthana (not verified)
on
February 26, 2006 - 8:53am

wrapper file system

Uzair Lakhani (not verified)
on
March 2, 2006 - 1:25pm

Basically I want to make a wrapper file system i.e. a file system wrapped on another file system. Our file system i.e. wrapper file system will be a dummy file system and will pass the requests to the underlying actual file system e.g. ext3. I want to develop a file system like nfs or smbfs. On the initial bases, I want to make the wrapper file system on the same PC on which the actual file system resides.

Thanks,
Uzair Lakhani

Writing Stackable File System

prabir
on
March 2, 2006 - 1:37pm

Writing Stackable File System - www.linuxjournal.com/node/6485/print

search for "Wrapfs" by Erez Zadok [SUNY, Stony Brooks]. It's a null mode filesystem wrapper, exactly the stuff you are looking for but it's for 2.4 series kernal.

./prabir

Stackable File System

Uzair Lakhani (not verified)
on
March 8, 2006 - 10:55am

Hello All,

How can I use the stackable file system in a distributed environment. Suppose I have a client and a server. The actual file system is working on the server storage e.g. let us say the ext3 is working on server side.

On the other hand, we have a client file system (a dummy file system) that does nothing but only gets the user read/write requests and passes it to server to do actual read/write on the server side. (a concept related to NFS and stackable file system).

How can I best use the stackable file system concept in this scenario.

Your comments and help are welcome.
Thanks,

Uzair Lakhani,
Karachi, Paskistan

Wrapfs

Uzair Lakhani (not verified)
on
March 4, 2006 - 1:27am

Hello All,

How can I get the code for Wrapfs. I have started finding it but yet could not get it.

Thanks,
Uzair Lakhani

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.