Path: utzoo!mnetor!uunet!husc6!bbn!mit-eddie!uw-beaver!uw-june!pardo From: pardo@june.cs.washington.edu (David Keppel) Newsgroups: comp.unix.wizards Subject: Re: How does filling a disk to capacity affect performance? Message-ID: <4659@june.cs.washington.edu> Date: 12 Apr 88 01:15:36 GMT References: <460@osupyr.mast.ohio-state.edu> <92@iravcl.ira.uka.de> Reply-To: pardo@uw-june.UUCP (David Keppel) Organization: U of Washington, Computer Science, Seattle Lines: 17 In article <92@iravcl.ira.uka.de> fsinf@iravcl.ira.uka.de writes: >czei@osupyr.mast.ohio-state.edu (Michael S Czeiszperger) writes: >>[ df says 100%, really only 90%. Rationalle: performance ] >[ crash if full ] There is a tech report from Berkeley about the FFS (fast file system) and some mumbling about performance vs. full. I have the paper at home but it has been a while since I read it. I think it is worthwile reading if you can find a copy. My local guru says that the packing algorithm for multi-block files tries to put things together in a pattern that give fast sequential access. If there are very few free blocks, then the file system manager is forced to allocate whatever blocks might happen to be around, even if they are a large seek (+settling+latency) time away. ;-D on ( But then there's always paper tape ) Pardo