bmayock
20th May 2006, 04:39
hello,
i am configuring this fileserver with samba with quotas enabled on the users. there are like 50 users with a 1gb quota each.
i created a user, myself brian with yast. then i modified my etc/fstab which is listed below. hda3 which i partioned as / is like 110gb. and thats where i want the users to be with the quotas.
dev/hda3 / ext3 acl,user_xattr,usrquota,grpquota 1 1
/dev/hda2 /data1 auto noauto,user 0 0
/dev/hda1 swap swap pri=42 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
proc /proc proc defaults 0 0
following the "perfect setup doc" for suse 9.2 http://www.howtoforge.com/perfect_setup_suse_9.2_p4
i did
touch /quota.user /quota.group
chmod 600 /quota.*
mount -o remount /
quotacheck -avugm
quotaon -avug
and it worked. i'm getting kind of lost. i want the users to be able to work on that hda3 partition but for some reason when i do a quota check repquota i show that brian doesn't display the files i am saving to the fileserver being deducted from the alloted quota of 1gb.
Thank you,
Brian
i am configuring this fileserver with samba with quotas enabled on the users. there are like 50 users with a 1gb quota each.
i created a user, myself brian with yast. then i modified my etc/fstab which is listed below. hda3 which i partioned as / is like 110gb. and thats where i want the users to be with the quotas.
dev/hda3 / ext3 acl,user_xattr,usrquota,grpquota 1 1
/dev/hda2 /data1 auto noauto,user 0 0
/dev/hda1 swap swap pri=42 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
proc /proc proc defaults 0 0
following the "perfect setup doc" for suse 9.2 http://www.howtoforge.com/perfect_setup_suse_9.2_p4
i did
touch /quota.user /quota.group
chmod 600 /quota.*
mount -o remount /
quotacheck -avugm
quotaon -avug
and it worked. i'm getting kind of lost. i want the users to be able to work on that hda3 partition but for some reason when i do a quota check repquota i show that brian doesn't display the files i am saving to the fileserver being deducted from the alloted quota of 1gb.
Thank you,
Brian