rquota

2007-11-27 Thread kernel learner
Hi, Can anyone please tell me where i can find the details for rquota protocol? and also, the various packets and their formats which it sends to the rquotad server. Regards, KL -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to [EMAIL PROTECTED] Please read the

Upgrading datastructures between different filesystem versions

2007-09-25 Thread kernel learner
Hi, ext3 filesystem has 32-bit block address and ext4 filesystem has 48-bit block address. If a user installs ext4, how will the file system handle already existing block with 32 bit values? Can anyone point me to the correct pointer for this backward compatibility stuff? I searched for it but cud

filesystem

2007-08-16 Thread kernel learner
Hi, I m a newbie in the kernel domain. I want to read and learn everything about the filesystem starting from basic concepts, design, implementation, debugging etc. Can u please point me to the correct sources like some links and books? Thanks, KL