On Wed, Feb 02, 2000 at 10:23:34AM +0530, Rakhesh Sasidharan wrote:
> 
> (for Arun, mainly)
> 
> But suppose I wanted to install from one hard-disk to another in the same
> machine, then what could I do abt it ?

I know that FreeBSD supports install from a MSDOS partition - but I'm not
sure if it installs from a Linux partition.

Here's the command to mount the image:
 
# mount /tmp/isoimage /mnt -t iso9660 -o loop

Read mount(8) and losetup(8) for more info.

After you do that, you can copy stuff over to a MSDOS partition on the
same machine and proceed.

        -Arun

--------------------------------------------------------------------
The Linux India Mailing List Archives are now available.  Please search
the archive at http://lists.linux-india.org/ before posting your question
to avoid repetition and save bandwidth.

Reply via email to