[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
RE: Partition table still leaves me confused.
- From: Albert DE WINT <adwint pandora be>
- To: redhat-install-list redhat com
- Subject: RE: Partition table still leaves me confused.
- Date: 01 Jun 2003 18:03:20 +0200
Op zo 01-06-2003, om 16:44 schreef Otto Haliburton:
> 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
root dimension albert]# df -T
Filesystem Type 1K-blocks Used Available Use% Mounted on
/dev/hda6 ext3 41871696 4002116 35742576 11% /
/dev/hda5 ext3 101089 14306 81564 15% /boot
none tmpfs 256648 0 256648 0% /dev/shm
/dev/hda3 vfat 10344 588 9756 6% /mnt/hda3
[root dimension albert]#
So hda3 is vfat? (whatever that is)
Then I did 2efsck (whith a 'k' not 'h')
But hda3 seemed to be mounted! So I got this warning
[root dimension albert]# e2fsck /dev/hda3
e2fsck 1.32 (09-Nov-2002)
/dev/hda3 is mounted.
WARNING!!! Running e2fsck on a mounted filesystem may cause
SEVERE filesystem damage.
Do you really want to continue (y/n)? no
check aborted.
[root dimension albert]#
Then I unmounted hda3 and I did e2fsck again:
Mandrake 9.0: ***** FILE SYSTEM WAS MODIFIED *****
Mandrake 9.0: 161550/5439488 files (0.7% non-contiguous),
1208726/10855923 blocks
[root dimension albert]# e2fsck /dev/hda3
e2fsck 1.32 (09-Nov-2002)
Mandrake 9.0: clean, 161550/5439488 files, 1208726/10855923 blocks
[root dimension albert]#
> 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.
[root dimension albert]# umount /dev/hda3
[root dimension albert]# e2fsck /dev/hda3
e2fsck 1.32 (09-Nov-2002)
Group descriptors look bad... trying backup blocks...
Mandrake 9.0 was not cleanly unmounted, check forced.
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
Free blocks count wrong for group #0 (0, counted=19).
Fix<y>? yes
Then there was a VERY long list of free blocks count wrong, I fixed
them as suggested by the system. Finally I got:
Mandrake 9.0: ***** FILE SYSTEM WAS MODIFIED *****
Mandrake 9.0: 161550/5439488 files (0.7% non-contiguous),
1208726/10855923 blocks
[root dimension albert]# e2fsck /dev/hda3
e2fsck 1.32 (09-Nov-2002)
Mandrake 9.0: clean, 161550/5439488 files, 1208726/10855923 blocks
[root dimension albert]#
Then I mounted it to /mnt/hda3 again
WhenI di:d ls -l /mnt/hda3,
I got the same, strange looking, file list.
> - 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
>
>
>
> _______________________________________________
> 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]