Re: quotas on nfs share

2009-08-19 Thread Aldo Foot
On Wed, Aug 12, 2009 at 9:25 PM, Chris Adamscmad...@hiwaay.net wrote: ...snip... If you want to edit quotas remotely, you have to use the -r option to edquota.  This also requires adding the -S option to the rpc.rquotad call (in /etc/sysconfig/nfs on Fedora), but only works in rpc.rquotad was

Re: quotas on nfs share

2009-08-19 Thread Chris Adams
Once upon a time, Aldo Foot luni...@gmail.com said: On Wed, Aug 12, 2009 at 9:25 PM, Chris Adamscmad...@hiwaay.net wrote: ...snip... If you want to edit quotas remotely, you have to use the -r option to edquota.  This also requires adding the -S option to the rpc.rquotad call (in

Re: quotas on nfs share

2009-08-19 Thread Aldo Foot
On Wed, Aug 19, 2009 at 4:35 PM, Chris Adamscmad...@hiwaay.net wrote: Once upon a time, Aldo Foot luni...@gmail.com said: ...snip From my f11 box I tested using 'edquota -r' and it does see the nfs export with quotas in it. I tried to edit quotas by entering numbers, but I cannot save the

Re: quotas on nfs share

2009-08-13 Thread Aldo Foot
On Wed, Aug 12, 2009 at 9:25 PM, Chris Adamscmad...@hiwaay.net wrote: Once upon a time, Aldo Foot luni...@gmail.com said: I cannot believe that it's not possible to enable nfs quotas *on fedora* at all. I guess this is not done frequently enough to catch people's attention. With NFS, quotas

Re: quotas on nfs share

2009-08-13 Thread Chris Adams
Once upon a time, Aldo Foot luni...@gmail.com said: From what you say, it appears the only difference is that I have a CentOS server and an F11 client. So far, I've only used remount to enable the quotas on the server. I'll see what reboot does. I'll try the 'edquota -r'. mount -o remount

Re: quotas on nfs share

2009-08-13 Thread Aldo Foot
On Thu, Aug 13, 2009 at 5:08 PM, Chris Adamscmad...@hiwaay.net wrote: Once upon a time, Aldo Foot luni...@gmail.com said: From what you say, it appears the only difference is that I have a CentOS server and an F11 client. So far, I've only used remount to enable the quotas on the server. I'll

quotas on nfs share

2009-08-12 Thread Aldo Foot
I cannot enabled quotas over NFS. I spent some time on this and eSearched but I've hit a bump. I have a CentOS 5.3 server with a filesystem configured with quotas. Quotas works locally. I've exported this filesystem to a client. The client is an F11 machine on which I can mount the export, but

Re: quotas on nfs share

2009-08-12 Thread Aldo Foot
I wanted to add the command I use at the client. client mount -t nfs -o rw -o usrquota server:/mnt/p1 /mnt/p1 usrquota is not listed in the mount options. Why? client mount -l | grep p1 server:/mnt/p1 on /mnt/p1 type nfs (rw,addr=xxx.xxx.xxx.xxx) -- fedora-list mailing list

Re: quotas on nfs share

2009-08-12 Thread Sam Varshavchik
Aldo Foot writes: I wanted to add the command I use at the client. client mount -t nfs -o rw -o usrquota server:/mnt/p1 /mnt/p1 usrquota is not listed in the mount options. Why? client mount -l | grep p1 server:/mnt/p1 on /mnt/p1 type nfs (rw,addr=xxx.xxx.xxx.xxx) It seems to me that

Re: quotas on nfs share

2009-08-12 Thread Aldo Foot
On Wed, Aug 12, 2009 at 5:38 PM, Sam Varshavchikmr...@courier-mta.com wrote: It seems to me that quotas, if any, would need to be enabled or implemented on the server, and not the client. This client has no clue, of course, if any other client is mounting the same export on the server. Some

Re: quotas on nfs share

2009-08-12 Thread Sam Varshavchik
Aldo Foot writes: You're correct. All quota setup is done at the server. That's what I've done. Quotas are working in the server. If they're working on the server, the server should then enforce the quota, whether the files are accessed directly from the server, or from the client. Even

Re: quotas on nfs share

2009-08-12 Thread Rick Stevens
Aldo Foot wrote: On Wed, Aug 12, 2009 at 5:38 PM, Sam Varshavchikmr...@courier-mta.com wrote: It seems to me that quotas, if any, would need to be enabled or implemented on the server, and not the client. This client has no clue, of course, if any other client is mounting the same export on the

Re: quotas on nfs share

2009-08-12 Thread Aldo Foot
On Wed, Aug 12, 2009 at 6:08 PM, Sam Varshavchikmr...@courier-mta.com wrote: Aldo Foot writes: . Why don't you try to blow through the user's quota, from the client. I suspect that you'll run into a brick wall, when the user's quota is used up. That works on the server for an account local

Re: quotas on nfs share

2009-08-12 Thread Aldo Foot
On Wed, Aug 12, 2009 at 6:28 PM, Rick Stevensri...@nerd.com wrote: Aldo Foot wrote: The mount command does have a usrquota mount option. See man page. The man page states that usrquota is only valid for affs, ext2/ext3/ext4, jfs, and xfs filesystems. Hmm... that's a very good observation .

Re: quotas on nfs share

2009-08-12 Thread Chris Adams
Once upon a time, Aldo Foot luni...@gmail.com said: I cannot believe that it's not possible to enable nfs quotas *on fedora* at all. I guess this is not done frequently enough to catch people's attention. With NFS, quotas are set up on the server's underlying filesystem. You then run