Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!bloom-beacon!eru!luth!sunic!compuram!pgd From: pgd@bbt.se (P.Garbha) Newsgroups: comp.unix.i386 Subject: Re: why separate filesystems? Message-ID: <1990Aug24.091111.508@bbt.se> Date: 24 Aug 90 09:11:11 GMT References: <46649@ism780c.isc.com> <1585@sixhub.UUCP> <1053@p4tustin.UUCP> Organization: . Lines: 18 In article <1053@p4tustin.UUCP> carl@p4tustin.UUCP (Carl W. Bergerson) writes: >Performance: > > "Smaller filesystems are faster" - Xenix Installation Guide > > This is generally true for all versions of *ix. Can you explain why? Becuase I cannot see why it should be like that. The only reason I can think of is reduced head-movement, but if you divide one disk into to parts, that effectively defeats that, by having to move the head back and forth between the parts. I tend to believe that dividing a file system makes it slower, because you get less free space on each part, and UNIX file-system with little free space is slower. You also get greater chance that one partition will run out of space, or i-nodes. You will also use up more disk-space, by having to duplicate files on the filesystems -- unless you have soft-links.