I asked Linode support for help, but was told to try the forum instead.
I have installed the Linode build of CentOS 6 64bit. I have installed DirectAdmin control panel. In order for DirectAdmin to work correct, it needs quotas enabled.
Please see this page:
http://help.directadmin.com/item.php?id=42
When I run this command:
Code:
/sbin/quotaoff -a; /sbin/quotacheck -avugm; /sbin/quotaon -a;
Then I get this error:
Code:
quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option.
Also when I run this command:
Code:
/usr/sbin/repquota /home
I get this error:
Code:
[root@server ~]# /usr/sbin/repquota /home
repquota: Mountpoint (or device) /home not found or has no quota enabled.
repquota: Not all specified mountpoints are using quota.
However /home does exist of course and I also have DirectAdmin installed and its working. But I get quota errors in DirectAdmin when adding a user.
I have been looking at /etc/fstab but are not sure what to change there, I am a beginner at this. This is the content of my /etc/fstab
Code:
# /etc/fstab
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
/dev/xvda / ext3 defaults,noatime,errors=remount-ro 1 1
/dev/xvdb swap swap defaults 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
/var/tmpMnt /tmp ext3 loop,nosuid,noexec,rw 0 0
Also I have checked that quota is installed by yum, and it is.
Have any of you heard of this problem before? Maybe it is common for Linode VPS? I would be thankful for any help!