Hello!
I am trying to setup disk quota for the groups.I have searched for different solutions and also applied them, if i try to upload more than the defined capacity the file is not written.So, in that respect it works fine.But when i try to get quota reports for the file system or try to edit the grace time i get errors like:
repquota: Not all specified mountpoints are using quota.
for repquota and
No filesystems with quota detected.
for edquota.
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 :
then created file:
Code:
touch /aquota.group
chmod 600 /aquota.group
then:
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 set "edquota -t" or see "repquota /" or "repquota -a", i get error for no mount points, don't know what's the problem.Any idea about it????
Bookmarks