Re: inode and blocks

2008-09-30 Thread Rohit Sharma
On Mon, Sep 29, 2008 at 10:54 PM, Sunil <[EMAIL PROTECTED]> wrote: > > > On Mon, Sep 29, 2008 at 8:03 PM, Rohit Sharma <[EMAIL PROTECTED]> wrote: >> >> Not an assignment actually, but a project. >> We are working on open hierarchical storage management, in which we >> store files on disks according

Re: inode and blocks

2008-09-29 Thread Sunil
On Mon, Sep 29, 2008 at 8:03 PM, Rohit Sharma <[EMAIL PROTECTED]> wrote: > Not an assignment actually, but a project. > We are working on open hierarchical storage management, in which we > store files on disks according to different file placement policies. > For eg. if i say that all the importa

Re: inode and blocks

2008-09-29 Thread Rohit Sharma
Not an assignment actually, but a project. We are working on open hierarchical storage management, in which we store files on disks according to different file placement policies. For eg. if i say that all the important files, like all the employee database should be in disk 1 and all the songs on

Re: inode and blocks

2008-09-28 Thread Theodore Tso
On Sun, Sep 28, 2008 at 03:49:04PM +0530, Rohit Sharma wrote: > Suppose i have a file named abc.txt and i want to specify that > all the *.txt files must be allocated between block groups no. 100 - > 200 in ext2 fs. > > Is there a way to do this? > > can we modify function ext2_new_inode and find

inode and blocks

2008-09-28 Thread Rohit Sharma
Suppose i have a file named abc.txt and i want to specify that all the *.txt files must be allocated between block groups no. 100 - 200 in ext2 fs. Is there a way to do this? can we modify function ext2_new_inode and find_group_orlov for this? -- To unsubscribe from this list: send an email with