Find the answer to your Linux question:
Results 1 to 2 of 2
Hi, I'm trying to set up quota for user, but i'm not able... when i try setquota or edquota it tell me "command not found". As i've seen in a ...
  1. #1
    Just Joined!
    Join Date
    Jul 2007
    Posts
    2

    Quota - Fedora 4

    Hi,

    I'm trying to set up quota for user, but i'm not able...

    when i try setquota or edquota it tell me "command not found". As i've seen in a tutorial, i tried to modify /etc/fstab

    Code:
    /dev/VolGroup00/LogVol00 /                       ext3    defaults        1 1
    LABEL=/home             /home                   ext3    defaults,usrquota 1 2
    LABEL=/boot             /boot                   ext3    defaults        1 2
    /dev/devpts             /dev/pts                devpts  gid=5,mode=620  0 0
    /dev/shm                /dev/shm                tmpfs   defaults        0 0
    /dev/proc               /proc                   proc    defaults        0 0
    /dev/sys                /sys                    sysfs   defaults        0 0
    /dev/VolGroup00/LogVol01 swap                    swap    defaults        0 0
    
    /dev/fd0                /media/floppy           auto    pamconsole,exec,noauto,managed 0 0
    /dev/hdc                /media/cdrecorder       auto    pamconsole,exec,noauto,managed 0 0
    So i added "LABEL=/home /home ext3 defaults,usrquota 1 2" and saved. After i tried
    Code:
    mount -o remount /home
    , but it tell me that it's not already mounted or wrong option...

    Thank you for your help !

  2. #2
    Just Joined!
    Join Date
    Jul 2007
    Posts
    2
    No suggestion ?

    Up !

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...