error

sleepwalker

Verified User
Joined
Jan 10, 2006
Messages
7
i edited a reseller and got this error

setquota: Mountpoint (or device) / not found. setquota: Not all specified mountpoints are using quota.

and it happens in the amin 1 also
 
Make sure quota is installed and supported by your operating system and kernel.
Also make sure that the quota_partition variable in /usr/local/directadmin/conf/directadmin.conf is pointing to the same partition as the one quota is enabled on.

This might be a good starting place:
http://help.directadmin.com/item.php?id=42
 
server:~# /usr/sbin/repquota /home
repquota: Mountpoint (or device) /home not found.
repquota: Not all specified mountpoints are using quota.



server:~# /usr/sbin/repquota quota_partition
repquota: Can't stat() given mountpoint quota_partition: No such file or directory
Skipping...
repquota: No correct mountpoint specified.
repquota: Can't initialize mountpoint scan.

i found repquota but im stuck of doin rest ill search google for a bit
 
Last edited:
It looks like you need to edit fstab and enable quota on the partition. There is an example on the bottom of the page in the link I gave.
 
server:~# /sbin/quotaoff -a; /sbin/quotacheck -avugm; /sbin/quotaon -a;
quotacheck: Can't find filesystem to check or filesystem not mounted with quota option.
 
lol /dev/ad0s1a isnt my partition is it



Sample /etc/fstab:
# Device Mountpoint FStype Options Dump Pass#
/dev/ad0s1a / ufs rw,userquota,groupquota 1 1
/dev/ad0s1e /tmp ufs rw 2 2
proc /proc procfs rw 0 0

thats the sample
 
im lost from here the sample says /dev/ad and i dont know what to put cause thats not mine ty for helpin this newb
 
Just had to add the quota folder in the "/usr/local/directadmin/conf/directadmin.conf" file.
if we are using standard paratition.
quota_partition=/

Thats all Folks...
 
no idea

no idea, i have this problem too, and i dont see the solutions.
 
Back
Top