Re: reading superblock

2008-09-16 Thread Manish Katiyar
he syscalls (write for eg.). From the vfs inode get the superblock info. Check the magic number of superblock. If it matches ext{2,3,4}, print the info. Enjoy :-) Thanks - Manish >> >> Regards, >> Ashish >> >> >> --- On Mon, 15/9/08, Rohit Sharma <[EM

Re: reading superblock

2008-09-16 Thread Rohit Sharma
file systems and display the superblock from there. Any other method in kernel space?? > > Regards, > Ashish > > > --- On Mon, 15/9/08, Rohit Sharma <[EMAIL PROTECTED]> wrote: > >> From: Rohit Sharma <[EMAIL PROTECTED]> >> Subject: reading superblock &g