Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!think.com!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!dali.cs.montana.edu!milton!erich From: erich@milton.u.washington.edu (Eric Horst) Newsgroups: comp.os.coherent Subject: Re: hard drive prob Message-ID: <1991May21.222023.27809@milton.u.washington.edu> Date: 21 May 91 22:20:23 GMT References: <1991May17.192248.26140@spool.cs.wisc.edu> <858@cadlab.sublink.ORG> Organization: University of Washington Lines: 25 albani@cadlab.sublink.ORG (Lanfranco Albani) writes: >I'm curious how you have done this. >As far as I know, Coherent doesn't have any Logical Volume Manager >capabilities as the one listed above. >In other words, you can't make ONE file-system that span over different >disks! >The partition on the 2nd disk MUST BE another file-system. That is one of the wonderful things about unix! Multiple physical disks which may contain multiple logical partitions can be mounted together into one huge filesystem. I think that you are thinking of the more complex matter of making multiple physical disks appear as one large physical disk. (As in Netware 3.x, for example). It CANNOT do this. You cannot have files that exceed the size of the single physical disk or partition. One more time, the partition on the 2nd disk CANNOT be another file-system it must be mounted onto the /root filesystem forming one large, physically transparent filesystem. Eric