Quota Error

kalaj

Verified User
Joined
Jun 13, 2007
Messages
20
My fstab

# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/sda3 / ext3 defaults,errors=remount-ro,usrquota,grpquota 0 1
/dev/sda1 /boot ext3 defaults 0 2
/dev/sda2 /home_old ext3 defaults 0 2
/dev/sda4 none swap sw 0 0
/dev/hda /media/cdrom0 udf,iso9660 user,noauto 0 0
#LABEL=/ / ext3 defaults,usrquota,grpquota 1 1
#LABEL=/home /home ext3 defaults,usrquota,grpquota 1 2

My mount info

tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
procbususb on /proc/bus/usb type usbfs (rw)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
rootfs on / type rootfs (rw,errors=remount-ro,usrquota,grpquota)
/dev/sda1 on /boot type ext3 (rw)
/dev/sda2 on /home_old type ext3 (rw)

My DA users home is /home, When I quotacheck, the error occur: Cannot find filesystem to check or filesystem not mounted with quota option.

Please give me some help:(
 
Do you intend to use the home directory as shown in the last line of your fstab file? If so, then you're not using it; the line is commented out.

Or are you using the /home directory in /dev/sda3?

Jeff
 
I commentd the fstab's last line 'cause I found this problem, but the comment make no sense.

I put DA's users data in /dev/sda3, /home
 
Are you writing that you do NOT want /home in it's own partition, but rather to share the / partition?

You may need to have an experienced administrator log in to your system to figure out the problem.

Jeff
 
The /home is already in / .

Sorry for my poor English. If you can, can you log in to my system to check out the problem?
 
Back
Top