Results 1 to 4 of 4
Hello All,
I want to implement a layer before linux file system and copy (passively i.e. without hindering the normal file i/o operation) all the data which is getting written ...
- 08-13-2007 #1Just Joined!
- Join Date
- Aug 2007
- Posts
- 2
Hooking File System on Linux OS
Hello All,
I want to implement a layer before linux file system and copy (passively i.e. without hindering the normal file i/o operation) all the data which is getting written (fwrite or write) on the hard disk.
This operation I want to do for only few opened files.
Please suggest.
- 08-16-2007 #2Just Joined!
- Join Date
- Aug 2007
- Location
- BLR
- Posts
- 5
hm.. you can overwrite standard syscalls with using syscalls table, but you must patch 2.6 kernel for opening this feature
- 08-16-2007 #3Just Joined!
- Join Date
- Aug 2007
- Posts
- 2
Hello whiter4bbit,
Thanks for responding. Can you suggest me any tutorials regarding the same. Please suggest the from the implementation point of view as well because I want to code it as well.
I try googling but alas!!!!
i didn't find any resources related to this.
- 08-17-2007 #4Just Joined!
- Join Date
- Aug 2007
- Location
- BLR
- Posts
- 5
try to read here http://tldp.org/LDP/lkmpg/2.6/html/


Reply With Quote
