Re: [OpenAFS] Version of du that doesn't traverse AFS mount points?

2008-08-28 Thread Sean O'Malley
just to get out of a pinch, you could start with fsr since that has the logic to not traverse mount points. Then add du functionality to it. Although that might be more of a PITA then just writing a recursive call that does it the right way. *shrugs* On Wed, 27 Aug 2008, Chas Williams (CONTRACT

Re: [OpenAFS] Version of du that doesn't traverse AFS mount points?

2008-08-27 Thread Chas Williams (CONTRACTOR)
In message <[EMAIL PROTECTED]>,"Derric k Brashear" writes: >>> i have an interesting idea. on linux this would be pretty easy. >>> after generic_fill_attr() we could encode the volumeid in the i_dev >>> field instead of the s_dev field from the superblock. this should make >>> this work. i cant

Re: [OpenAFS] Version of du that doesn't traverse AFS mount points?

2008-08-27 Thread Derrick Brashear
On Wed, Aug 27, 2008 at 2:57 AM, Simon Wilkinson <[EMAIL PROTECTED]> wrote: > > On 27 Aug 2008, at 02:18, Chas Williams (CONTRACTOR) wrote: > >> In message >> <[EMAIL PROTECTED]>,Mike Shaddock >> writes: >>> >>> I'm looking for a version of du where the -x option (skip directories on >>> different

Re: [OpenAFS] Version of du that doesn't traverse AFS mount points?

2008-08-27 Thread Todd M. Lewis
Simon Wilkinson wrote: On 27 Aug 2008, at 02:18, Chas Williams (CONTRACTOR) wrote: In message <[EMAIL PROTECTED]>,Mike Shaddock writes: I'm looking for a version of du where the -x option (skip directories on different file systems) doesn't traverse an AFS mount poi nt. Haven't been able

Re: [OpenAFS] Version of du that doesn't traverse AFS mount points?

2008-08-27 Thread Chas Williams (CONTRACTOR)
In message <[EMAIL PROTECTED]>,Simon Wilkinson writes: >Unless I'm missing something, this breaks anything that relies on >stat's st_dev field to determine whether a file is in AFS or not. >Filedrawers is one example, and I'm sure there are others. too bad. it would be pretty elegant. althou

Re: [OpenAFS] Version of du that doesn't traverse AFS mount points?

2008-08-27 Thread Simon Wilkinson
On 27 Aug 2008, at 02:18, Chas Williams (CONTRACTOR) wrote: In message <[EMAIL PROTECTED]>,Mike Shaddock writes: I'm looking for a version of du where the -x option (skip directories on different file systems) doesn't traverse an AFS mount poi nt. Haven't been able to find anything via

Re: [OpenAFS] Version of du that doesn't traverse AFS mount points?

2008-08-26 Thread Chas Williams (CONTRACTOR)
In message <[EMAIL PROTECTED]>,Mike Shaddock writes: >I'm looking for a version of du where the -x option (skip directories on >different file systems) doesn't traverse an AFS mount poi >nt. Haven't been able to find anything via searching, so I thought I'd ask >here. i have an interesting idea

[OpenAFS] Version of du that doesn't traverse AFS mount points?

2008-08-26 Thread Mike Shaddock
I'm looking for a version of du where the -x option (skip directories on different file systems) doesn't traverse an AFS mount point. Haven't been able to find anything via searching, so I thought I'd ask here. ___ OpenAFS-info mailing list OpenAFS-inf