* Steven Ames <[EMAIL PROTECTED]> [010730 16:04] wrote:
>
> ----- Original Message -----
> From: "Alfred Perlstein" <[EMAIL PROTECTED]>
> > * Jaye Mathisen <[EMAIL PROTECTED]> [010730 15:21] wrote:
> > >
> > > 2 500+GB FS's, both filled completely.
> > >
> > > Filesystem 1K-blocks Used Avail Capacity
> Mounted on
> > > /dev/twed3d 524698116 524697730 386 100%
> /d/d0
> > > /dev/twed4d 524698116 524502226 195890 100%
> /d/d1
> > > newsfeed-inn# rm -f /d/d?/*
> > > newsfeed-inn# ls -lR /d
> > > total 4
>
> > I hope you're not expecting that 'rm' command to somehow realize that
> > it's operating on two seperate FS's. If you want to see deletions
> > happen at the same time you want to do this:
>
> The lack of an ampersand on this command: 'newsfeed-inn# rm -f /d/d?/*'
> rather had me believe he waited for it to complete before starting to do
> his 'df' and was suprised at how long it was taking softupdates to release
> diskspace and at the order in which it was doing it.
Oh, then he just needs to issue a 'sync'. Enough pressure on the
memory/disk subsystem (or false pressure from sync(1)) should cause
it round robin, thing is that since the intial removal was serialized
normal LRU behavior is to process whatever was removed first.
--
-Alfred Perlstein [[EMAIL PROTECTED]]
Ok, who wrote this damn function called '??'?
And why do my programs keep crashing in it?
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message