Hi! * On Tue, Aug 13, 2002 at 05:20 PM (-0400), Juan Pablo Abuyeres wrote: > Alright alright.... Now I compiled 2.4.19-ac4, with ext3 and quota > support.. now I need a little help with quota support :-/ > > When I booted with ext3, quota support went away. I was using vfsold > (quota.user) format. Now I can't get quota working. Here's what I do. IIRC some time ago I read that "ext3" should not be used with "vfsold"- but only with "vfsv0"-quotas. That's one of the reasons why I use "ac" kernels on the file server that I maintain. But I haven't testes disk quotas in "2.4.19-ac4", yet. > [root@jaram var]# dmesg|grep -i quota > VFS: Disk quotas vdquot_6.5.1 > [root@jaram var]# dmesg|grep -i ext3 > EXT3-fs: mounted filesystem with ordered data mode. > VFS: Mounted root (ext3 filesystem) readonly. > EXT3 FS 2.4-0.9.18, 14 May 2002 on ide0(3,1), internal journal > EXT3 FS 2.4-0.9.18, 14 May 2002 on ide1(22,1), internal journal > EXT3-fs: mounted filesystem with ordered data mode. > > [root@jaram var]# quotaon -V > Quota utilities version 3.06. > Compiled with RPC and EXT2_DIRECT > Bugs to mvw@planets.elm.net, jack@suse.cz > > [root@jaram var]# uname -r > 2.4.19-ac4 > > [root@jaram var]# cat /usr/src/linux-2.4.19-ac4/.config |grep -i quota > CONFIG_QUOTA=y > [root@jaram var]# cat /usr/src/linux-2.4.19-ac4/.config |grep -i ext > # CONFIG_SERIAL_EXTENDED is not set > CONFIG_EXT3_FS=y > CONFIG_EXT2_FS=y > # CONFIG_NCPFS_EXTRAS is not set Du you also have "CONFIG_QFMT_V2=y"? Perhaps you've got "CONFIG_QFMT_V2=m" and the module must be inserted manually? I don't know - but perhaps you might also need "CONFIG_QIFACE_COMPAT=y" together with "CONFIG_QIFACE_V2=y". HTH! Regards, Steffen