PDA

View Full Version : How to set up my fstab?


Khorne
6th December 2006, 00:11
Hi,

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

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

till
6th December 2006, 12:07
Is the root directory for your websites /home/www or /var/www ?