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
umount
command followed by themount
command to remount the file system.(See theman
page for bothumount
andmount
for the specific syntax for mounting and unmounting various filesystem types.)
- Issue the
mount -o remount
command (where<file-system>
is the name of the file system) to remount the file system. For example, to remount the<file-system>
/home
file 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.