Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!hplabs!hp-sdd!ncr-sd!rb-dc1!hardy From: hardy@rb-dc1.UUCP (Jeff Hardy) Newsgroups: comp.unix.questions Subject: Re: Unix deficiencies/problems Message-ID: <484@rb-dc1.UUCP> Date: 5 May 89 20:55:30 GMT References: <810038@hpsemc.HP.COM> <810046@hpsemc.HP.COM> Reply-To: hardy@rb-dc1.SanDiego.gould.UUCP (Jeff Hardy) Organization: Gould CSD, San Diego Lines: 9 Actually there is no restriction in UNIX that a filesystem reside on one disk. By convention it has been done this way. The interface between UNIX and its devices is through the [cb]devsw arrays. One could quite easily write a pseudo-driver that had a single entry and actually used several disks to implement it. You do NOT want to put any disk addresses in the file system. There are however restrictions imposed on the sizes of the filesystems or number of inodes due to the sizes of the variables that hold this information. Jeff Hardy