[comp.os.coherent] hard drive prob

albani@cadlab.sublink.ORG (Lanfranco Albani) (05/20/91)

rose@galtee.cs.wisc.edu (By Any Other Name) writes:

>> the 2nd partition of my 1st hard drive is already /root
>my 2nd partition of my second drive is empty
>and i'm trying to get coherent to recognize it..

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.

Bye, Lanfranco

-- 
Lanfranco Albani - CAD.LAB s.p.a., v. Stalingrado 45, Bologna, Italia
Email: (work:) albani@cadlab.sublink.org, (home:) bob@allan.sublink.org
Phone: (work:) ++39 (51) 371099, (home:) ++39 (51) 727372; 
Fax: ++39 (51) 366964 (work only), Fidonet: 2:332/407.1138 (home only).

erich@milton.u.washington.edu (Eric Horst) (05/22/91)

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

dprrhb@inetg1.ARCO.COM (Reginald H. Beardsley) (05/22/91)

In article <1991May21.222023.27809@milton.u.washington.edu>, erich@milton.u.washington.edu (Eric Horst) writes:

> 
> 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. 

    This is true only if you are talking about the LOGICAL file system.
Each partition has its own PHYSICAL file system with  its own private set
of inodes.  This is the reason for the proscription on hard links across 
file systems (ie. partitions and devices ), why you can't use "mv" across 
file systems, etc.

> 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.

    Making multiple partitions appear as a single physical disk demands 
that ALL inodes in the system be uniq.  It can be done, but has its own
set of problems.

> 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.

    One more time,  each partition has its own PHYSICAL file system.  Mounting
these file sytems on each other produces a large LOGICAL file system.  The mounts can be anywhere you want them.  They just have to be somewhere.  And it
is very definitely NOT transparent, unless you modify things like "mv" to do a copy and delete operation whenever it encounters an operation across file systems. 

For example, if you create 4 partitions that are the same size and run mkfs on 
each partition with same parameters (except of course, the partition number) you will have 4 filesystems, each of which will have EXACTLY the same list of inodes.  Your logical file system will then have 4 entries for each inode number.  Since links reference the inode directly the proscription on hard links across file systems arises.  For this reason symbolic links were created.


-- 
Reginald H. Beardsley       
ARCO Information Services
Plano, TX 75075           
Phone: (214)-754-6785
Internet: dprrhb@arco.com