Bug 84520

Summary: quotaon: Cannot find quota file on /usr to turn quotas on/off.
Product: [Retired] Red Hat Linux Reporter: Ali Reza Bahmani <ar_bahmani>
Component: quotaAssignee: Steve Dickson <steved>
Status: CLOSED CURRENTRELEASE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 8.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-01-12 12:33:26 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ali Reza Bahmani 2003-02-18 12:30:46 UTC
From Bugzilla Helper:User-Agent: Mozilla/5.0 (compatible; Konqueror/3; Linux)Description of problem:quotaon: Cannot find quota file on /usr [/dev/sda2] to turn quotas on/off.Version-Release number of selected component (if applicable):How reproducible:AlwaysSteps to Reproduce:i have RedHat Linux 8.0 and install quota and compile kernel for quota . and i changed /etc/fstab and /etc/rc.d/rc.local or /etc/rc.d/rc.sysinnit .and i `touch /usr/quota.user` and `touch quota.group`when i run quotaon -a this messege is shown : quotaon: Cannot find quota file on /usr [/dev/sda2] to turn quotas on/off.i run quotacheck -aug and this successfuly start.     Additional info:my /etc/fstab is : LABEL=/                 /                       ext3    defaults        1 1LABEL=/boot             /boot                   ext3    defaults        1 2none                    /dev/pts                devpts  gid=5,mode=620  0 0none                    /proc                   proc    defaults        0 0none                    /dev/shm                tmpfs   defaults        0 0LABEL=/usr              /usr                    ext3    defaults,usrquota        1 2/dev/sda3               swap                    swap    defaults        0 0/dev/cdrom              /mnt/cdrom              iso9660 noauto,owner,kudzu,ro 0 0