Koozali.org: home of the SME Server

quota error ......

Jason Benedict Low

quota error ......
« on: July 28, 2003, 12:43:55 AM »
Hi,

Hope to get some help here.

I had sme server 5.5 installed and running fine for long times. Due to not enough disk space, so i plucked in another new harddisk.

Basically, my default install is in sda1 which is my "/" . However, i added sdb1 and had mv the home/ to it.

here's my /etc/fstab:-
========================
LABEL=/                 /                       ext2    usrquota,grpquota 1 1
LABEL=/boot             /boot                   ext2    defaults        1 2
/dev/cdrom              /mnt/cdrom              iso9660 noauto,owner,ro 0 0
/dev/fd0                /mnt/floppy             auto    noauto,owner    0 0
none                    /proc                   proc    defaults        0 0
none                    /dev/pts                devpts  gid=5,mode=620  0 0
/dev/sda5               swap                    swap    defaults        0 0
/dev/sdb1               /home                   ext2    usrquota,grpquota 1 1
=========================

Here's my error logged:-
===========================
Cannot query your quota for 'jason' on '/dev/sdb1'
Quota error (are you using NFS?): No quota for this user
===========================

Thanks in advance.

Tom Haynes

Re: quota error ......
« Reply #1 on: July 28, 2003, 02:14:16 AM »
I think you have to have aquota.group and aquota.user files at the root of the file system of sdb1.

Try copying the files from /

Jason Benedict Low

Re: quota error ......
« Reply #2 on: July 28, 2003, 04:00:00 AM »
Thanks for your reply.

I just cp it to sdb1 now. I will have to see what my cron warning :)