Error with system Quotas

Status
Not open for further replies.

jimmyk2

Verified User
Joined
Jan 12, 2012
Messages
13
I am current running DirectAdmin on a Linode Centos 6.2 vps and I am having an issue with the disk quotas.

The vps uses a Linode Kernel and there seem to be an issue enabling quotas with the Linode kernel.

When I set up the system I used the following forum post on the Linode forum to get the quotas working

http://forum.linode.com/viewtopic.php?t=8294

However, I recently modified a used account and got the following error:
Code:
An error has occurred

Details

Error with system Quotas
setquota: Cannot stat() mounted device /dev/root: No such file or directory setquota: Mountpoint (or device) / not found or has no quota enabled. setquota: Not all specified mountpoints are using quota.
Debug Guide

I think the symbolic link ‘ln -s /dev/xvda /dev/root’ that I placed in /etc/rc.sysinit has disappeared at some point.

My fstab is as follows:

/dev/xvda / ext3 noatime,usrquota,grpquota,errors=remount-ro 0 1
/dev/xvdb none swap sw 0 0
/proc /proc proc defaults 0 0
tmpfs /dev/shm tmpfs nodev,nosuid,noexec 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0

and the Linode kernel is (Latest 3.4 (3.4.2-linode44))

Does anyone have any ideas on how to resolve this issue on a Linode VPS?
 
Status
Not open for further replies.
Back
Top