On Tue, 28 Sep 2004 17:34, Chris Wilkinson wrote:
> Hi there,
>
> I have two hard discs in my PC. hda houses Win2K and some space for
> testing Linux distros, hdb houses my main Mandrake 10.0 system...
>
> I currently have Linare 2.0 Pro installed on the spare space on hda,
> and am testing a few things out with that. I need to copy some files
> to install in Linare from Mandrake, but my question is how do I mount
> a separate Linux filesystem while one is already running?
>
> Can I create a /mnt/linare or /mnt/mandrake from within the other?
Yes,
> If I can how do I accomplish this?
mkdir /mnt/linare # Create the mount point
mount /dev/hdaX /mnt/linare # Change X to the number of the partition which
contains linare
--
Sincerely etc.,
Christopher Sawtell