cant touch quota

Discussion in 'Installation/Configuration' started by AcidKat, Dec 6, 2007.

  1. AcidKat

    AcidKat New Member

    Here is what I am running. Fedora 8 and ISPConfig following the instructions of the perfect server. I am using putty to log into my server and I am logged in as root.

    On page 4 when I run "touch /aquota.user /aquota.group", I get this responce.
    touch: cannot touch '/aquota.user': Permission denied
    touch: cannot touch '/aquota.group': Permission denied

    Ive tried to touch quota and reinstall quota already. Please tell me if you need more information.
    AcidKat
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    I guess that quota is already installed and configured on your server.
     
  3. AcidKat

    AcidKat New Member

    When I went to edit the /etc/fstab there is no mention of /home

    I would post what my vi /etc/fstab here quick but i cant copy and paste it so I will type it all out after my lunch ciggerette
     
  4. AcidKat

    AcidKat New Member

    Here are the results of vi /etc/fstab
    It is the same as when it was edited on page 4 of the perfect server setup for fedora 8.

    /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

    As you can see there is no /home
    What commands do I run to enable quota?
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    Thats all fine. Quota is configured on your server. The content of /etc/fstab depends on the partition layout that you had choosen. In your case, there is no separate /home partition.
     
  6. AcidKat

    AcidKat New Member

    thax Till
    you saved me
     

Share This Page