Remounting the File Systems
After adding the usrquota and/or grpquota options, remount each file system whose fstab entry has been modified. If the file system is not in use by any process, use one of the following methods:
- Issue the
umountcommand followed by themountcommand to remount the file system.(See themanpage for bothumountandmountfor the specific syntax for mounting and unmounting various filesystem types.)
- Issue the
mount -o remountcommand (where<file-system>is the name of the file system) to remount the file system. For example, to remount the<file-system>/homefile system, the command to issue ismount -o remount /home.
If the file system is currently in use, the easiest method for remounting the file system is to reboot the system.