Hi Team,
I got a unmanaged dedicated server a few days ago, and I am working on setting up cPanel.
During the first steps, I receive the following error:
=====
Installing Default Quota Databases...../aquota.user..../quota.user..../boot/aquota.user..../boot/quota.user..../tmp/aquota.user..../tmp/quota.user.....Done
Quotas are now on
Updating Quota Files......
quotacheck: Can't find filesystem to check or filesystem not mounted with quota option.
quotacheck: Can't find filesystem to check or filesystem not mounted with quota option.
....Done
=====
After some googling I found a possible solution but it almost looks like my hard disk is not mounted. Can you help?
Google Anser:
http://forums.linuxwebadmin.info/index.php?topic=163.0
fstab
LABEL=/1 / ext3 defaults,usrquota 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
LABEL=SWAP-sda2 swap swap defaults 0 0
/usr/tmpDSK /tmp ext3 defaults,noauto 0 0
df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda3 370341868 3645524 347580604 2% /
/dev/sda1 101086 11134 84733 12% /boot
tmpfs 1033096 0 1033096 0% /dev/shm
/usr/tmpDSK 495844 15004 455240 4% /tmp