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!

Caleb Newville - MPS WebCrew

<<< [EMAIL PROTECTED]  4/12  3:57a >>>
On Wed, Apr 11, 2001 at 04:35:50PM -0500, MPS WebCrew a ecrit:
> 
> I previously had RAID mirroring setup on 2 SCSI hard disks in RH 7.0
> [root@login admin]# mount -t ext2 /dev/sda2 /mnt/old
> mount: wrong fs type, bad option, bad superblock on /dev/sda2,
>        or too many mounted file systems
>        (aren't you trying to mount an extended partition,
>        instead of some logical partition inside?)

I'l pretty sure it's because the filesystem isn't ext2.

[root@poe /root]# fdisk /dev/sda

Command (m for help): p

Disk /dev/sda: 64 heads, 32 sectors, 8755 cylinders
Units = cylindres of 2048 * 512 bytes

   Device Boot    Start       End    Blocks   Id  System
/dev/sda1             1       513    525296   fd  Linux raid autodetect
/dev/sda2           514      2050   1573888   fd  Linux raid autodetect
/dev/sda3          2051      4611   2622464   fd  Linux raid autodetect
/dev/sda4          4612      8755   4243456    5  Extended
/dev/sda5          4612      5636   1049584   fd  Linux raid autodetect
/dev/sda6          5637      8755   3193840   fd  Linux raid autodet

Emmanuel Seyman



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

Reply via email to