Re: Quota problem on RedHat 8.0 ?

2002-11-07 Thread Kevin Chan
Hi Todd and all, I was change the /etc/fstab file to /dev/hda1 / ext3 defaults,usrquota 1 1 , but still got the same error message. Does anyone success set the quota on RedHat 8.0 before, or this is the bug on RH8.0 ? Thanks and regards, Kevin Chan >Todd A. Jacobs Wrote: > > On Thu, 7 Nov 2002

Re: Quota problem on RedHat 7.3 ?

2002-11-07 Thread Yoink!
On Thu, 7 Nov 2002, Kevin Chan wrote: > I was set the /etc/fstab as below: > > LABEL=/ / ext3defaults,usrquota 1 > 1 > > after that, I try to run quotacheck -uva but get error message as below: > > [root@btamail root]# quotacheck -uva > quotacheck: Cannot r

Re: Quota problem on RedHat 8.0 ?

2002-11-07 Thread Todd A. Jacobs
On Thu, 7 Nov 2002, Kevin Chan wrote: > LABEL=/ /ext3 defaults,usrquota 1 1 The above is a label...see the big word LABEL? A device is a device from the devices directory at /dev. Like so: /dev/hda1 / ext3defaults,usrquota 1 1 -- "Whenever I feel blue,

Re: Quota problem on RedHat 8.0 ?

2002-11-07 Thread Kevin Chan
Hi Todd, I don't understand what do you mean the "old workaround was to modify your fstab to use devices instead of labels for the partitions". Can you give me a example to set quota on RedHat 8.0 ? p.s. I don't have any problem to set quota on RedHat 7.3 at all using this method. Thanks and r

Re: Quota problem on RedHat 8.0 ?

2002-11-07 Thread Todd A. Jacobs
On Thu, 7 Nov 2002, Kevin Chan wrote: > LABEL=/ / ext3defaults,usrquota 1 > after that, I try to run quotacheck -uva but get error message as below: Last time I looked, the quota utilities didn't work with labels. If that's still true, the old workaround

Quota problem on RedHat 8.0 ?

2002-11-07 Thread Kevin Chan
Dear all, I was set the /etc/fstab as below: LABEL=/ / ext3defaults,usrquota 1 1 after that, I try to run quotacheck -uva but get error message as below: [root@fileserver root]# quotacheck -muva quotacheck: Can't find filesystem to check or filesystem n

Re: Quota problem on RedHat 7.3 ? (Solved !)

2002-11-06 Thread Kevin Chan
Dear all, My problem solved by type quotacheck -muva ! Thanks, Kevin Chan >Kevin Chan Wrote: > Dear all, > > I was set the /etc/fstab as below: > > LABEL=/ / ext3defaults,usrquota 1 > 1 > > after that, I try to run quotacheck -uva but get error message a

Quota problem on RedHat 7.3 ?

2002-11-06 Thread Kevin Chan
Dear all, I was set the /etc/fstab as below: LABEL=/ / ext3defaults,usrquota 1 1 after that, I try to run quotacheck -uva but get error message as below: [root@btamail root]# quotacheck -uva quotacheck: Cannot remount filesystem mounted on / read-only s

Re: quota problem

2002-10-18 Thread Hiten Desai
are u using redhat ? which version ? try google with webmin i think it is webmin.com download the software and (use webmin 1.XXX.rpm) use rpm only if you are using redhat. Hiten. --- Ravi Narwade <[EMAIL PROTECTED]> wrote: > On Thu, 17 Oct 2002, Hiten Desai wrote: > > thankd hiten > i have 180

Re: quota problem

2002-10-17 Thread Ravi Narwade
On Thu, 17 Oct 2002, Hiten Desai wrote: thankd hiten i have 180 users on my server but i didnt get the setting quota on no. of files. an dwhat is webmin so please help me ravi > quot > > hi all > > i alocated quota for home ie 10mb for each user. > > but the problem one user when he checked hi

Re: quota problem

2002-10-17 Thread Hiten Desai
quot > hi all > i alocated quota for home ie 10mb for each user. > but the problem one user when he checked his disk space by giving > command > du -hs it shows 6.5 mb. and when i checked it by giving the command > quota > the block coloumn shows more than 10mb. > it creates proble to send mai

quota problem

2002-10-17 Thread Ravi Narwade
hi all i alocated quota for home ie 10mb for each user. but the problem one user when he checked his disk space by giving command du -hs it shows 6.5 mb. and when i checked it by giving the command quota the block coloumn shows more than 10mb. it creates proble to send mails whenever trying t

Re: RedHat 7.2 quota problem

2002-01-10 Thread tha ][ce
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, January 03, 2002 11:40 PM Subject: Re: RedHat 7.2 quota problem > > Edit the file /etc/fstab: > > Add userquota after defaults, using lower case

Re: RedHat 7.2 quota problem

2002-01-03 Thread AABAN34
Edit the file /etc/fstab: Add userquota after defaults, using lower case. 1.) /dev/hda7 /home ext2 defaults, userquota 1 2 Then create two files for the partions 2.) touch /home/quota.user 3.) touch /home/quota.group 4.) chmod 600 /home/quota.user 5.) chmod 600 /home/quota.group

RedHat 7.2 quota problem

2002-01-02 Thread tha ][ce
Hi everyone,   I need to setup quota on ext3 filesystem. I created /aquota.* files with 600 chmod, added grpquota and usrquota to /etc/fstab, remouted partition,   [root@zeby root]# mount/dev/hda1 on / type ext3 (rw,usrquota,grpquota)...   but when I try   [root@zeby root]# quotaon / quotaon:

nfs quota problem

2001-04-18 Thread John Weber
On RH7.0 with all updates done. After upgrading the kernel to 2.2.19-6.2.1smp, I get the following on the nfs server and quotas on an nfs client no longer work. Local quotas seem to work. [root@math init.d]# ./nfs start Starting NFS services: [ OK ] Start

Quota Problem w/RH 5.0

1998-05-18 Thread Steve Coleman
I can't get quotas to work on the group level, they work fine on the user level. My fstab file is as follows: /dev/hda2 / ext2 rw,grpquota,usrquota 1 1 /dev/hda1 swapswapdefaults0 0 /dev/fd0/mnt/floppy ext2n