Re: [CentOS] Cannot set user quotas

2009-04-22 Thread Xn Nooby
I think my problem was that because I am using all-numeric usernames, setquota was assuming I was giving it a UID. So I used the "-x" option and now it is working: setquota -x 12345 1 11000 0 0 -a /dev/hda3 On Wed, Apr 22, 2009 at 9:52 AM, Xn Nooby wrote: > edquota show's the quota, but the

Re: [CentOS] Cannot set user quotas

2009-04-22 Thread Xn Nooby
edquota show's the quota, but the quota command does not: [r...@mail ~]# setquota -u 12345 1 11000 0 0 -a /dev/hda3 [r...@mail ~]# edquota -u 12345 Disk quotas for user 12345 (uid 12345): Filesystem blocks soft hard inodes soft hard /dev/hda3

[CentOS] Cannot set user quotas

2009-04-22 Thread Xn Nooby
Hello, I am having some trouble getting quota's to work. When I try to set the quota for a user, it does not show up when I run repquota. I am doing this on a Redhat (RHEL5) machine (I assume it is the same on Centos). I think I am missing a step, but this is what I am doing: (1) I add usrquota t