Results 1 to 2 of 2
i will create an ext2 file system on a virtual disk (on a pseudo storage device), and i will write a program that will be able to perform some operations ...
- 05-16-2010 #1Just Joined!
- Join Date
- May 2010
- Posts
- 2
Need a C program for Kernel File Access
i need this program urgently, i'll be so happy if someone can help me.i will create an ext2 file system on a virtual disk (on a pseudo storage device), and i will write a program that will be able to perform some operations (specified below) on the files created in that ext2 file system sitting on the virtual disk. The virtual disk will be just a large file that you will create in your local/default linux file system. My program will open the virtual disk in raw mode and access the file system data structures and file data directly.
My program will be called fileaccess. The corresponding c file will be fileaccess.c. It will have a number of command line parameters specified below. I'll be able to invoke my program as follows:
Fileaccess 'device' 'pathname' 'command' 'parameters'
Thanx in advance..
- 05-16-2010 #2Just Joined!
- Join Date
- May 2010
- Posts
- 2
please I need this immediately, waiting ur valuable helps..


Reply With Quote