Help! I create account for unlimited disk full display

yrdesign

Registered
Dec 11, 2011
1
0
51
cPanel Access Level
Root Administrator
Help! I create account for unlimited disk full display
I tried a boot disk initial quota setup

/scripts/fixquotas::


Warning : Your system does not have a separate filesystem for backups. This maycause performance degradation during the backup process.
Updating Quota Files......
quotacheck: Cannot stat() mounted device /dev/root: No such file or directory
quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option.
quotacheck: Cannot stat() mounted device /dev/root: No such file or directory
quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option.

My Info:
/etc/fstab
Code:
/dev/xvda               /                       ext3    noatime,usrquota,errors=remount-ro 0 1
/dev/xvdb               none                    swap    sw                      0 0
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
/usr/tmpDSK             /tmp                    ext3    defaults,noauto        0 0
/tmp             /var/tmp                    ext3    defaults,usrquota,bind,noauto        0 0
 

cPanelTristan

Quality Assurance Analyst
Staff member
Oct 2, 2010
7,607
43
348
somewhere over the rainbow
cPanel Access Level
Root Administrator
Hello,

What is the output of the "mount" and "cat /etc/fstab" commands on your system?

Next, are you on a dedicated machine or a VPS machine? Please post the output of this command:

Code:
cat /var/cpanel/envtype
Thanks!