Bug 114236 - 6.1.2. Remounting the File Systems
Summary: 6.1.2. Remounting the File Systems
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 3
Classification: Red Hat
Component: rhel-sag
Version: 3.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Sandra Moore
QA Contact: John Ha
URL: https://www.redhat.com/docs/manuals/e...
Whiteboard:
Depends On:
Blocks: 123819
TreeView+ depends on / blocked
 
Reported: 2004-01-25 03:13 UTC by Clifford Perry
Modified: 2014-08-04 22:14 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-03-16 21:13:57 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.