> [EMAIL PROTECTED] wrote:
> > 
> > I don't think it's possible to do the following, but I'd love to find
> > out I am wrong.
> > 

> > So the question is, can I create a directories on that second disk;
> > 
> >         mkdir /mnt/sdb2/home /mnt/sdb2/www
> > 
> > and then mount them with something like
> > 
> >         mount /mnt/sdb2/home /home
> >         mount /mnt/sdb2/www /www
> > 
> > As neither of these args is a device, mount is not going to be too
> > happy. If someone has done something like this, can they show me their
> > /etc/fstab?


[EMAIL PROTECTED] said:
> I don't this this will work tho I suppose you could export the file
> systems and mount them as NFS drives.  Why you would want to do this
> is beyond me...  Perhaps they could be mounted as localhost:/<dirpath>
> those this would probably be kind of slow.

I gotta say the same, man.  When I read the original post in the thread, I 
could only come up with NFS.  But I'm no expert on this...  I've used NFS for 
it's "intended" purpose before, and was pleased with the ability to export 
only certain branches of the filesystem, not having to export an entire 
filesystem (partition).  I don't know of another way to do that.  Like you 
said yourself, the fact that the first arg to mount in your example is not a 
device would not work with mount as is.  I think that you're looking at this 
correctly; but I don't know if there is a very good solution.  If it were me 
(and it has been me before), I would just use symlinks--but I never thought 
about the performance that would result.  I'm not asking you to settle for 
symlinks if you don't want to use them, though; that's not how we innovate new 
features!

I'd like to hear about it if you unconver a good way to do this.  I'm sure 
that I could
use it sometimes!


-- 
======================== Mike Wilkerson ==========================
"You cannot go on 'seeing through' things forever. The whole point
of seeing through something is to see something through it."
C.S. Lewis, "The Abolition of Man"

PGP Fingerprint-> 
1E 5F 0F 39 54 28 73 4F  27 7C 48 69 E6 0D E9 3A
==================== [EMAIL PROTECTED] =====================



-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to