Hello!
I am trying to setup disk quota for the groups.I have performed the following steps:
In /ettc/fstab:
Code:
# This file is edited by fstab-sync - see 'man fstab-sync' for details
/dev/VolGroup00/LogVol00 / ext3 defaults,grpquota 1 1
LABEL=/boot /boot ext3 defaults 1 2
/dev/devpts /dev/pts devpts gid=5,mode=620 0 0
/dev/shm /dev/shm tmpfs defaults 0 0
/dev/proc /proc proc defaults 0 0
/dev/sys /sys sysfs defaults 0 0
/dev/VolGroup00/LogVol01 swap swap defaults 0 0
then on konsole:
then i created files:
Code:
touch /aquota.group
chmod 600 /aquota.group
then on konsole:
then:
then:
Code:
Disk quotas for group group1 (uid 502):
Filesystem blocks soft hard inodes soft hard
/dev/VolGroup00/LogVol00 16 0 3000 0 0 0
then:
now, when i try to see "edquota -t" or "repquota /", i get error for no mount points, don't know what's the problem

.Can any one help me with this?