Quota, isp-config

Discussion in 'Installation/Configuration' started by nevernis, Jul 8, 2010.

  1. nevernis

    nevernis New Member

    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-server-centos-5.5-x86_64-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

    sorry, it's not the right forum i can see
     
    Last edited: Jul 8, 2010

Share This Page