Hi i'm a completely new to linux I have a vps server with centOS 5.5 installed. I would like to have ispConfig 3 installed and I have tried to follow the perfekt setup: http://www.howtoforge.com/perfect-se...ispconfig-3-p3. But when I try to access the /ets/fstab, nothing else than this is showing up on screen: [root@vps159 ~]# vi /etc/fstab none /dev/pts devpts rw 0 0 ~ ~ ~ ~ ~ It should have been this, according to the perfekt setup on centOS 5.5 /dev/VolGroup00/LogVol00 / ext3 defaults,usrquota,grpquota 1 1 LABEL=/boot /boot ext3 defaults 1 2 tmpfs /dev/shm tmpfs defaults 0 0 devpts /dev/pts devpts gid=5,mode=620 0 0 sysfs /sys sysfs defaults 0 0 proc /proc proc defaults 0 0 /dev/VolGroup00/LogVol01 swap swap defaults 0 0 what must i do? I know it is something with the partitions, and i need to put this in someplace: usrquota,grpquota thanks
Looks as if you use a vserver. In that case, it is ok that /etc/fstab looks like your file as the harddisk is configured on the host server. You can skip the step with the quota configuration then.