Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
For bugs related to Red Hat Enterprise Linux 3 product line. The current stable release is 3.9. For Red Hat Enterprise Linux 6 and above, please visit Red Hat JIRA https://issues.redhat.com/secure/CreateIssue!default.jspa?pid=12332745 to report new issues.

Bug 114236

Summary: 6.1.2. Remounting the File Systems
Product: Red Hat Enterprise Linux 3 Reporter: Clifford Perry <cperry>
Component: rhel-sagAssignee: Sandra Moore <smoore>
Status: CLOSED NEXTRELEASE QA Contact: John Ha <jha>
Severity: medium Docs Contact:
Priority: medium    
Version: 3.0CC: adstrong, andriusb
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: All   
OS: Linux   
URL: https://www.redhat.com/docs/manuals/enterprise/RHEL-3-Manual/sysadmin-guide/ch-disk-quotas.html
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-03-16 21:13:57 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:
Bug Depends On:    
Bug Blocks: 123819    

Description Clifford Perry 2004-01-25 03:13:36 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1)
Gecko/20030225

Description of problem:
I was reading through this chapter in the online version of the "Red
Hat Enterprise Linux 3: System Administration Guide" at
https://www.redhat.com/docs/manuals/enterprise/RHEL-3-Manual/sysadmin-guide/ch-disk-quotas.html
and you stated two methods to remount a file system with quota support
is to unmount and then remount, or to reboot. 

There is a 3rd method which will work on live systems:

edit the fstab, and run mount with remount option. 

# mount | grep hda2
/dev/hda2 on / type ext3 (rw)
# mount -o remount,usrquota /dev/hda2
# mount | grep hda2
/dev/hda2 on / type ext3 (rw,usrquota)
#

carry on as per documentation. 

Again this is in reference to section "6.1.2. Remounting the File
Systems".


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. see description. 
2.
3.
    

Additional info:

Comment 1 Suzanne Hillman 2004-01-28 17:00:48 UTC
Internal RFE bug #114483 entered.

Comment 2 Tammy Fox 2004-01-28 17:11:01 UTC
Assigning to correct owner

Comment 3 Sandra Moore 2004-01-28 20:18:52 UTC
Thanks for the feedback. We'll work on incorporating this information
into the next release of the documentation.

Comment 4 Andrius Benokraitis 2005-03-16 21:11:20 UTC
Thanks! This has been added to the SAG, for a release on or around RHEL4U1.