- Joined
- Feb 27, 2003
- Messages
- 8,509
Tell them you need quota support with quotaon, quotaoff,quotacheck and repquota.
John
John
# This file is edited by fstab-sync - see 'man fstab-sync' for details
LABEL=/1 / ext3 defaults,usrquot
a,grpquota 1 1
none /dev/pts devpts gid=5,mode=620 0 0
none /dev/shm tmpfs defaults 0 0
LABEL=/home2 /home2 ext3 defaults 1 2
none /proc proc defaults 0 0
none /sys sysfs defaults 0 0
LABEL=SWAP-hda2 swap swap defaults 0 0
server1:~# /bin/mount -o remount,rw -a
server1:~# /sbin/quotacheck -cavug
quotacheck: Can't find filesystem to check or filesystem not mounted with quota option.
server1:~# cd /etc/fstab/
-su: cd: /etc/fstab/: Not a directory
server1:~# cd /home/
server1:/home# cd
server1:~# ls
dbootstrap_settings install-report.template setup.sh
server1:~# cd..
-su: cd..: command not found
server1:~# cd ..
server1:/# cd /home/
server1:/home# ls
admin backup innovation mysql tmp uzi
server1:/home# cd ..
server1:/# cd /etc/fstab/
-su: cd: /etc/fstab/: Not a directory
server1:/# cd /usr/local/directadmin/scripts
server1:/usr/local/directadmin/scripts# ./fstab.sh
Checking quotas...
server1:/usr/local/directadmin/scripts# cd ..
server1:/usr/local/directadmin# cd ..
server1:/usr/local# cd ..
server1:/usr# cd ..
server1:/# /sbin/quotaoff -a
server1:/# /bin/mount -o remount,rw /home
mount: can't find /home in /etc/fstab or /etc/mtab
server1:/# locate quotacheck
/sbin/quotacheck
/usr/share/man/man8/quotacheck.8.gz
Hi,
I'm getting:
Code:[root@xxxxxxx /]# /sbin/quotacheck -cavug bash: /sbin/quotacheck: No such file or directory
When I tried enabling quotas... help!
Matt