Website Harddisk Quota

Discussion in 'General' started by da3mk, Dec 29, 2013.

  1. da3mk

    da3mk New Member

    All Website Harddisk Quota

    OS , Debian 7 X64
    OPvz vps

    Code:
    cat /etc/fstab
    # UNCONFIGURED FSTAB FOR BASE SYSTEM
    /var/log/ispconfig/httpd/habeebe.net /var/www/clients/client1/web3/log    none    bind,nobootwait    0 0
    /var/log/ispconfig/httpd/da3mk.com /var/www/clients/client1/web7/log    none    bind,nobootwait    0 0
    

    any help with that?


    Cat /etc/mtab

    give me those data

    /dev/simfs / simfs rw,relatime 0 0
    proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
    sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
    tmpfs /run tmpfs rw,nosuid,noexec,relatime,size=419432k,mode=755 0 0
    tmpfs /run/lock tmpfs rw,nosuid,nodev,noexec,relatime,size=5120k 0 0
    tmpfs /run/shm tmpfs rw,nosuid,nodev,noexec,relatime,size=839060k 0 0
    devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
    /dev/simfs /var/www/clients/client1/web3/log simfs rw,relatime 0 0
    /dev/simfs /var/www/clients/client1/web7/log simfs rw,relatime 0 0
     
    Last edited: Dec 29, 2013
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    On openvz, quot has to be enabled in the openvz configuration file on the host system and not in /etc/fstab. If this is not your own server, ask your hoster to turn on quota for the virtual machine.
     
  3. da3mk

    da3mk New Member

    thanks , i already mailed them to enable qoutas

    after my provider enable it , should i do any thing else?
    :confused:
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    No, just ensure that you instaled the quota tools packages as described in the install tutorial. On openvz servers, there is no additional configuration in /etc/fstab nescessary.
     
  5. da3mk

    da3mk New Member



    thanks till for your help :D;)
     

Share This Page