Find the answer to your Linux question:
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 ...
  1. #1
    Just Joined!
    Join Date
    May 2010
    Posts
    2

    Need a C program for Kernel File Access

    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'
    i need this program urgently, i'll be so happy if someone can help me.
    Thanx in advance..

  2. #2
    Just Joined!
    Join Date
    May 2010
    Posts
    2
    please I need this immediately, waiting ur valuable helps..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...