How to set up my fstab?

Discussion in 'Installation/Configuration' started by Khorne, Dec 5, 2006.

  1. Khorne

    Khorne New Member

    Hi,

    I've got a problem to set up my fstab in order to use the quota system.

    Code:
    LABEL=/  /  ext3  defaults  0  1
    LABEL=/boot             /boot                   ext3    defaults        1 2
    none                    /dev/pts                devpts  gid=5,mode=620  0 0
    LABEL=/home  /home  ext3  defaults,usrquota,grpquota  1  2
    none                    /proc                   proc    defaults        0 0
    none                    /dev/shm                tmpfs   defaults        0 0
    LABEL=/var              /var                    ext3    defaults        1 2
    /dev/hda5               swap                    swap    defaults        0 0
    And the aquota.user and aquota.group are located in /home.

    With this settins the quota system for the user created with ISPconfig don't work. Do I need to add ",usrquota,grpquota" to the /var partition?

    And what should I do with aquota.user et aquota.group at /home? Do I need to move them to / ?

    Thanks for your help
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Is the root directory for your websites /home/www or /var/www ?
     

Share This Page