Forum Moderators: bakedjake

Message Too Old, No Replies

Mounting a Linux Partition/Disk

How to?

         

Nick_W

10:24 am on Sep 12, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi all,

If I have a 2 disks how can I mount one from the other? - I have tried this:

[code]mount /dev/hde -t ext3 mount/

But it gives me errors? - I'm not even certain how to identify the old disk (am running a new install and have overwritten the boot, doh!)

Many thanks..

Nick

Duckula

10:57 am on Sep 12, 2003 (gmt 0)

10+ Year Member



/dev/hde what? :)

Use /dev/hde1, /dev/hde2, etc...

use 'cat /proc/partitions' to find the one you need.

martin

11:20 am on Sep 17, 2003 (gmt 0)

10+ Year Member



hde, are you sure you have that manu IDE controllers, it's not the usual. Do a grep hd /var/log/messages to find out which hd is your hard disk and specify the partition number (see prev msg).