quota problem

neorder

Verified User
Joined
Oct 1, 2003
Messages
346
this is my fstab

[root@nagios ~]# cat /etc/fstab
# This file is edited by fstab-sync - see 'man fstab-sync' for details
/dev/VolGroup00/LogVol00 / ext3 defaults,usrquota,grpquota 1 1
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /dev/shm tmpfs defaults 0 0
none /proc proc defaults 0 0
none /sys sysfs defaults 0 0
/dev/VolGroup00/LogVol01 swap swap defaults 0 0
/dev/hdc1 /backup ext3 defaults 1 1

i have this installation error:

quotaoff: Cannot find quota file on / [/dev/mapper/VolGroup00-LogVol00] to turn quotas on/off.
quotaoff: Cannot find quota file on / [/dev/mapper/VolGroup00-LogVol00] to turn quotas on/off.[/quote]


i don't get it, because i don't have /dev/mapper in fstab file.

i searched the forum and found ppl suggest do

quotaon -a

but it won't help.

:confused:
 
Last edited:
erm...i think i encountered similiar problem before...


anyway, i excute the installer again, and waited some time, then the install went through. ;)

still wondering why that error came out.
 
Back
Top