[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
RE: Partition table still leaves me confused.
- From: "Otto Haliburton" <ottohaliburton attbi com>
- To: <redhat-install-list redhat com>
- Subject: RE: Partition table still leaves me confused.
- Date: Sun, 1 Jun 2003 09:44:55 -0500
There is a problem with the file system type as I remember the earlier
emails. It calls it a extended win95 partition try going from there.
Second I don't think you have to put the partition type in the command.
Let it figure it out itself.
-----Original Message-----
From: redhat-install-list-admin redhat com
[mailto:redhat-install-list-admin redhat com] On Behalf Of Mark Knecht
Sent: Sunday, June 01, 2003 7:42 AM
To: redhat-install-list redhat com
Subject: Re: Partition table still leaves me confused.
On Sun, 2003-06-01 at 02:23, Albert DE WINT wrote:
> Here's what I got:
>
> root DIMENSION albert]# mount -t ext2 /dev/hda3 /mnt/hda3
> mount: wrong fs type, bad option, bad superblock on /dev/hda3,
> or too many mounted file systems
>
> Then I replaced ext2 -> ext3
>
> [root DIMENSION albert]# mount -t ext3 /dev/hda3 /mnt/hda3
> mount: wrong fs type, bad option, bad superblock on /dev/hda3,
> or too many mounted file systems
>
OK, I don't see anything wrong with the command, so a couple of
possibilities comes to mind:
1) The partition type isn't ext2 or ext3. I think this is unlikely, but
you could try some others:
mount -t vfat
mount -t msdos
mount -t fat32
mount -t reiserfs
mount -t xfs
Look at man mount for even more info.
2) Possibly the Mandrake partition is actually damaged? You said you had
a hard time with installation. Maybe it got hurt?
Assuming that this possible, you could try running e2fsck which is a
program that will check a damaged ext2/etx3 file system and repair it.
First, you want to make sure that /dev/hda3 is NOT mounted. As root, do:
df -T
and make very sure /dev/hda3 is not there. If it is not, then try:
e2fsch /dev/hda3
On my system it just does:
Wizard root # e2fsck /dev/hda5
e2fsck 1.32 (09-Nov-2002)
/dev/hda5: clean, 119786/692128 files, 415023/1381582 blocks
Wizard root #
I'm interested in what you'll see.
- Mark
_______________________________________________
Redhat-install-list mailing list
Redhat-install-list redhat com
https://www.redhat.com/mailman/listinfo/redhat-install-list
To Unsubscribe Go To ABOVE URL or send a message to:
redhat-install-list-request redhat com
Subject: unsubscribe
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]