OK, my question is now "how do I mount it?".  I want to mount the mirror of the "/" 
partition from inside dev/sda2.  Does me a lot of good having a backup when I can't 
get inside it!

Thanks!
Caleb Newville - MPS WebCrew


<<< [EMAIL PROTECTED]  4/12 10:26a >>>
MPS WebCrew <[EMAIL PROTECTED]> wrote:

>OK, here is the output from that:
>---------------
>Disk /dev/sda: 255 heads, 63 sectors, 1112 cylinders
>Units = cylinders of 16065 * 512 bytes
>
>    Device Boot    Start       End    Blocks   Id  System
>/dev/sda1   *         1      1046   8401963+  83  Linux
>/dev/sda2          1047      1112    530145    5  Extended
>/dev/sda5          1047      1112    530113+  82  Linux swap
>---------------
>And then:
>---------------
>[root@login admin]# mount -t ext /dev/sda2 /mnt/old
>mount: fs type ext not supported by kernel
>---------------
>Now what!?!  Thanks in advance!


You can't mount an extended partition, only partitions within the extended 
partition.  The only thing in there is a swap partition (sda5), so that 
won't help you much.  Perhaps you meant to mount /dev/sda1, which is an 
ext2 partition, although not a RAID partition according to fdisk.

Looking at your mount command, you're also trying to use the much older 
"ext" filesystem type.  You'll want to use the newer ext2 type.

HTH



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

Reply via email to