You can simulate this:

mkdir /home1; mount -t ext2 /dev/dha1 /home1
mkdir /home2; mount -t ext2 /dev/dha2 /home2

mkdir /home; cd /home
foreach h in /home[12]/*
do
 ln -s $h
done

The net result is one "home" dir with all directories in it.

hth
charles

On Mon, 13 Nov 2000, Mike Burger wrote:

> No.
> 
> You can have a /home and /home2, and mount one to each place.
> 
> You could create /home, and under it have 2 different mount points, one
> for each partition/drive.
> 
> On Tue, 14 Nov 2000, Simons wrote:
> 
> > Hello,
> > 
> > Can I mount 2 devices into 1 mount point ?
> > i.e /dev/hda1 and /dev/hdb1 both mouth to filesystem /home2
> > (that's mean compile the storage area)
> > 
> > Is it possible under redhat?
> > 
> > Thank you.



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to