[Tux Gif]
 Linux System Administration

Quotas


(1)  Editing   /etc/fstab
    /dev/hda2      /home      ext3      defaults,usrquota      1  2

    /dev/hda2      /home      ext3      defaults,grpquota      1  2

    /dev/hda2      /home      ext3      defaults,usrquota,grpquota      1  2

  • This will allow the /home file system to allow disk quotas for all users' home directories under the /home directory.

  • The filesystem will have to be remounted in order for the change to take effect.

  • The following command will allow you to unmount and remount this directory:
  • [root@localhost etc]# mount -o remount /home

    Prev                Page 4                Next