Quota problem
I am using RH 9.0 and i want to set the quota in the /home that is in a hda2 partition. The hda2 partition is " / ".
This is a orginal /etc/fstab file
LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/hda3 swap swap defaults 0 0
/dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0
/dev/hdd4 /mnt/zip auto noauto,owner,kudzu 0 0
/dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0
When i add:
/dev/hda2 /home ext3 defaults,usrquota,grpquota 1 1 in the fstab file
Then i reboot the system. The error is occur in the
Checking filesystems
/dev/hda2 is mounted e2fsck: can't continue, aborting
/boot: clean, 41/26520 files, 12678/105808 blocks
and it can't normally to startup the pc.
How can i set the quota in the /home directory
and i want a group to run this quota
THX
Last edited by kelper; 10-08-2003 at 03:42 AM.
|