Results 1 to 17 of 17
  1. #1

    Accounts Show Unlimited Disk.

    Hello Everyone,

    All my sites on the server are showing unlimited disk and i have tried all i know to fix the disk quota but not successful.

    I have used the following which i normal used for such fix:

    /scripts/fixquotas

    Kindly tell me what do to fix this?

    Thanks,
    JosianGems

  2. #2
    Join Date
    Oct 2010
    Posts
    5,079
    Is this a dedicated server or a VPS?
    Not as active on WHT as I used to be, but still drop in and receive email notifications from here.
    My personal blog site: https://www.oakleys.org.uk/blog

  3. #3
    Join Date
    May 2010
    Location
    The Netherlands
    Posts
    1,418
    Quote Originally Posted by josiangems View Post
    Hello Everyone,

    All my sites on the server are showing unlimited disk and i have tried all i know to fix the disk quota but not successful.

    I have used the following which i normal used for such fix:

    /scripts/fixquotas

    Kindly tell me what do to fix this?

    Thanks,
    JosianGems
    You mean cPanel is showing unlimited disk space for your cPanel users?
    ★★★★★
    HostSlim - Premium Managed Hosting Solutions
    Dedicated & Premium Hosting - Premium Network - 1.6Tbps DDoS Protection Available - OWN DATACENTER NETHERLANDS
    Resell Whitelabel Dedicated Servers - Twitter: @HostSlim - www.HostSlim.eu - Facebook: @HostSlimBV

  4. #4
    Hello,

    Thank you, it is a dedicated server.

    Thanks,
    JosianGems

  5. #5
    Join Date
    Oct 2010
    Posts
    5,079
    If you run the "mount" command, with no arguments, what output do you get? Specifically, could you paste the line that refers to the "/home" partition - to see if usrquota is in the list of enabled features.
    Not as active on WHT as I used to be, but still drop in and receive email notifications from here.
    My personal blog site: https://www.oakleys.org.uk/blog

  6. #6
    Join Date
    Apr 2012
    Location
    India
    Posts
    1,380
    Quote Originally Posted by josiangems View Post
    Hello Everyone,

    All my sites on the server are showing unlimited disk and i have tried all i know to fix the disk quota but not successful.

    I have used the following which i normal used for such fix:

    /scripts/fixquotas

    Kindly tell me what do to fix this?

    Thanks,
    JosianGems
    Could you confirm the kernel version ? Check the kernel version with command uname -r

  7. #7
    Join Date
    Feb 2016
    Posts
    4

    Accounts Show Unlimited Disk.

    you need to set plan in your WHM and there put limitation after then show space as allotted

  8. #8
    I have the following James :

    /dev/md4 on / type ext4 (rw)
    proc on /proc type proc (rw)
    sysfs on /sys type sysfs (rw)
    devpts on /dev/pts type devpts (rw,gid=5,mode=620)
    tmpfs on /dev/shm type tmpfs (rw)
    /dev/md0 on /boot type ext4 (rw)
    /dev/md5 on /home type ext4 (rw)
    /dev/md3 on /tmp type ext4 (rw,noexec,nosuid)
    /dev/md1 on /usr type ext4 (rw)
    /dev/md2 on /var type ext4 (rw)
    /dev/sdd1 on /backup type ext4 (rw)
    /dev/sdc1 on /var/lib/mysql type ext4 (rw,noatime,discard)
    none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
    /tmp on /var/tmp type none (rw,noexec,nosuid,bind)

    globaldataserv, i have the packages created already on the server.

    Thank you all for helping.

    Thanks,
    JosianGems

  9. #9
    Join Date
    Oct 2010
    Posts
    5,079
    Quote Originally Posted by josiangems View Post
    /dev/md0 on /boot type ext4 (rw)
    /dev/md5 on /home type ext4 (rw)
    /dev/md3 on /tmp type ext4 (rw,noexec,nosuid)
    You haven't got user quotas enabled on /home.

    You could try running: # quotaon /home ... and then edit your /etc/fstab file to ensure this persists at boot time. But, WHM should do this for you. Have you run the "Initial Quota Setup" wizard in WHM?
    Not as active on WHT as I used to be, but still drop in and receive email notifications from here.
    My personal blog site: https://www.oakleys.org.uk/blog

  10. #10
    Join Date
    Feb 2015
    Posts
    571
    Hope Web Host, Fully Managed cPanel Hosting ||
    Shared Web Hosting Reseller Hosting ||
    █ CMS Hosting || Virtual Private Servers ||
    Customer Friendly Staff and Management || 24/7/365 Technical Support

  11. #11
    Join Date
    Jan 2016
    Location
    Chicago, IL
    Posts
    226
    Quotas are not enabled by default. On Debian Linux you could do:

    # apt-get install quota quotatool

    # quotaoff -avug
    # quotacheck -avugm
    # quotaon -avug

    Disk blocks are assumed at 1K (at least for the quota control; real blocks may differ from that).

    So User quotas can be set by:
    # quotatool -u [username] -b -l [quota] -q [quota] /dev/disk/[your disk partition]

  12. #12
    Join Date
    Oct 2010
    Posts
    5,079
    Quote Originally Posted by Bitpalace View Post
    On Debian Linux
    This is a cPanel server.
    Not as active on WHT as I used to be, but still drop in and receive email notifications from here.
    My personal blog site: https://www.oakleys.org.uk/blog

  13. #13
    Join Date
    Aug 2008
    Location
    England, UK
    Posts
    974
    Without making changes, try re-saving each package you have in WHM. This should correct all client settings / quotas.

  14. #14
    Join Date
    Mar 2003
    Location
    /root
    Posts
    23,991
    Moved > Hosting Security and Technology.

    Specially 4 U
    Reseller Hosting: Boost Your Websites | Fully Managed KVM VPS: 3.20 - 5.00 Ghz, Pure Dedicated Power
    JoneSolutions.Com is on the net 24/7 providing stable and reliable web hosting solutions, server management and services since 2001
    Debian|Ubuntu|cPanel|DirectAdmin|Enhance|Webuzo|Acronis|Estela|BitNinja|Nginx

  15. #15
    Hi,

    Can you please update me whether you have tried the things mentioned in the below documentation link:

    documentation.cpanel.net/display/CKB/How+to+Fix+Quotas
    www.24x7servermanagement.com
    Server Management, Server Security, Server Monitoring.
    India's Leading Managed Service Provider !! Skype: techs24x7

  16. #16
    Hello,

    I am sorry that i have been out for a while.

    That resolved my issue and really happy and thank you all for that.

    Thanks,
    JosianGems.
    Last edited by josiangems; 02-07-2016 at 02:11 PM.

  17. #17
    Join Date
    Mar 2013
    Posts
    918
    Quote Originally Posted by josiangems View Post
    Hello,

    I am sorry that i have been out for a while.

    That resolved my issue and really happy and thank you all for that.

    Thanks,
    JosianGems.
    Well darn, I was hoping you some how got a drive with unlimited space on it . J/k

Similar Threads

  1. Replies: 0
    Last Post: 09-09-2012, 07:41 AM
  2. "Disk Space:" in cPanel accounts show "0.00 mb"
    By Hosted.cc in forum Dedicated Server
    Replies: 14
    Last Post: 03-23-2005, 05:58 AM
  3. Replies: 9
    Last Post: 11-26-2002, 10:12 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •