Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!cs.utexas.edu!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.unix.questions Subject: Re: Unix deficiencies/problems Message-ID: <1548@auspex.auspex.com> Date: 3 May 89 19:06:57 GMT References: <810038@hpsemc.HP.COM> <810046@hpsemc.HP.COM> Reply-To: guy@auspex.auspex.com (Guy Harris) Organization: Auspex Systems, Santa Clara Lines: 17 > One thing I would categorize as a deficiency is the UNIX file system's >inability to span disc drives. In otherwords, your file system is limited >to the size of a disc drive. Some UNIX systems (Pyramid is one of them, I think) allow you to create a pseudo-partition that spans multiple disk drives, which allows you to put a vanilla UNIX file system on more than one drive. > To correct this: Allow the disc address to be part of the address of >the file, Huh? What do you mean by "the disc address" or "the address of the file" - especially the latter? If you mean "the *name* of the file", well, I'm just as glad that the name of the disk is *not* part of the name of the file. If you mean the i-number of the file, for example, the pseudo-partition scheme mentioned above can probably achieve the same goal without whacking on the file system.