Re: new filesystem module
- From: ste.paoletti@xxxxxxxxxx
- Date: Tue, 27 Nov 2007 02:21:23 -0800 (PST)
On 26 Nov, 16:25, Joe Pfeiffer <pfeif...@xxxxxxxxxxx> wrote:
ste.paole...@xxxxxxxxxx writes:
I'm working on kernel 2.2.26. I'm trying to add a new filesystem
module, this filesystem is mainly the ext2 one but i'd want to add
some new features, as the possibility to log file actions.
I have some questions.
What are the steps for adding a new filesystem?
how to clone ext2 filesystem and working on this copy easily ?
Depending on the details of what you're trying to do and why you're
trying to do it, using FUSE to create a logging filesystem is
straightforward (it's what I did as my first experiment learning how
to use FUSE), and has the bonus that it isn't tied to an underlying
filesystem design.
we already looked at the FUSE solution but we should work in kernel
space,
we can get everything working right because we are not able to compile
the ext2 copy
any suggestion?
thanks
.
- Follow-Ups:
- Re: new filesystem module
- From: Joe Pfeiffer
- Re: new filesystem module
- References:
- new filesystem module
- From: ste . paoletti
- Re: new filesystem module
- From: Joe Pfeiffer
- new filesystem module
- Prev by Date: Re: How does free() know how many bytes to free???
- Next by Date: Re: running Linux with no swap space (but lots of RAM)
- Previous by thread: Re: new filesystem module
- Next by thread: Re: new filesystem module
- Index(es):
Relevant Pages
|