How Go Past Adjust vi /etc/fstab (Quota) installing web server?

Discussion in 'Installation/Configuration' started by arshiv, Aug 7, 2009.

  1. arshiv

    arshiv New Member

    How do i run after editing

    Edit /etc/fstab and add ,usrquota,grpquota to the / partition (/dev/VolGroup00/LogVol00):

    vi /etc/fstab

    on

    /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

    to go to the next step please help. i am not able to understand what

    Then run

    touch /aquota.user /aquota.group
    chmod 600 /aquota.*
    mount -o remount /
    quotacheck -avugm
    quotaon -avug
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Press the two keys:

    :x
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

Share This Page