Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
mount problems (first boot after install)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
StarF
Guru
Guru


Joined: 12 Sep 2004
Posts: 368

PostPosted: Mon Apr 18, 2005 10:25 am    Post subject: mount problems (first boot after install) Reply with quote

Hi

just made my gentoo install and i am now having a little problem.. when i boot, i get this mesg:

checking root filesystem
fsck.ex3: No souch file or direcory while trying to open /dev/hda3
/dev/hda3
the superblock could not be read or does not describe a correct ext2 filesystem. if the device is calid and its realy contains an ext2 filesystem, then the superblock is corrupt.

file system couldent be fixed..

how do i fix this?

my fstab looks like this:

/dev/hda1 /boot ext2 defaults,noatime 1 2
/dev/hda2 none swap sw 0 0
/dev/hda3 / ext3 noatime 0 1

none /proc proc defaults 0 0
none /dev/shm tmpfs nodev,nosuid,noexec 0 0

/dev/cdroms/cdrom0 /mnt/cdrom auto noauto,user 0 0
Back to top
View user's profile Send private message
StarF
Guru
Guru


Joined: 12 Sep 2004
Posts: 368

PostPosted: Mon Apr 18, 2005 11:13 am    Post subject: Reply with quote

also when i boot whit my live cd and try to mount my hda 3 whit:

mount /dev/hda3 /mnt/gentoo

i get this:

EXT2-fs warning (device hda3): ext2_fill_super: mounting ext3 filesystem as ext2
Back to top
View user's profile Send private message
zieloo
Veteran
Veteran


Joined: 28 Mar 2004
Posts: 1337

PostPosted: Mon Apr 18, 2005 11:18 am    Post subject: Reply with quote

StarF wrote:
also when i boot whit my live cd and try to mount my hda 3 whit:

mount /dev/hda3 /mnt/gentoo

i get this:

EXT2-fs warning (device hda3): ext2_fill_super: mounting ext3 filesystem as ext2


To avoid that use:
Code:
mount -t ext3 /dev/hda3 /mnt/gentoo
Back to top
View user's profile Send private message
renaatski
n00b
n00b


Joined: 18 Aug 2004
Posts: 11

PostPosted: Mon Apr 18, 2005 11:23 am    Post subject: Reply with quote

Got the exact same problem here :(

I am aware of the fact one needs to add the "-t ext3" parameter while manually mounting... Unfortunately that doesn't help with solving the issue upon boot obviously...

Anyone ?
Back to top
View user's profile Send private message
taurus
l33t
l33t


Joined: 21 Sep 2004
Posts: 657
Location: I need to be somewhere...

PostPosted: Mon Apr 18, 2005 11:26 am    Post subject: Reply with quote

What does your /boot/grub/grub.conf look like because I don't have any problem booting my system, using ext3...

taurus
Back to top
View user's profile Send private message
StarF
Guru
Guru


Joined: 12 Sep 2004
Posts: 368

PostPosted: Mon Apr 18, 2005 11:30 am    Post subject: Reply with quote

my grub look like this:

default o
timeout 5
title=Gentoo
root (hd0,0)
kernel /boot/kernel01 root=/dev/hda3 video=vesafb:ywrap,mtrr,1280x1024-32@70



zieloo wrote:
StarF wrote:
also when i boot whit my live cd and try to mount my hda 3 whit:

mount /dev/hda3 /mnt/gentoo

i get this:

EXT2-fs warning (device hda3): ext2_fill_super: mounting ext3 filesystem as ext2


To avoid that use:
Code:
mount -t ext3 /dev/hda3 /mnt/gentoo


tnx :)
althought that dosent help on my bootproblem.. funny thought it dosent say u need to use the -t in the gentoo danish install guide.
Back to top
View user's profile Send private message
zieloo
Veteran
Veteran


Joined: 28 Mar 2004
Posts: 1337

PostPosted: Mon Apr 18, 2005 11:31 am    Post subject: Reply with quote

ext3 partition type support enabled in kernel config?
Back to top
View user's profile Send private message
StarF
Guru
Guru


Joined: 12 Sep 2004
Posts: 368

PostPosted: Mon Apr 18, 2005 11:38 am    Post subject: Reply with quote

zieloo wrote:
ext3 partition type support enabled in kernel config?


i got:

file systems->
ext2 extended attributes
ext3 extended attributes
second extended fs suport

selected shouldet that be enought?
Back to top
View user's profile Send private message
221175l32226
n00b
n00b


Joined: 11 Sep 2004
Posts: 52
Location: Germany

PostPosted: Mon Apr 18, 2005 11:49 am    Post subject: Reply with quote

you don't have some raid-controller which might have installed itself as hda (i.e. ide0)??
Back to top
View user's profile Send private message
StarF
Guru
Guru


Joined: 12 Sep 2004
Posts: 368

PostPosted: Mon Apr 18, 2005 11:54 am    Post subject: Reply with quote

221175l32226 wrote:
you don't have some raid-controller which might have installed itself as hda (i.e. ide0)??


nope got nothing ....

ls /dev/ only displays hda as the found harddrive!
Back to top
View user's profile Send private message
zieloo
Veteran
Veteran


Joined: 28 Mar 2004
Posts: 1337

PostPosted: Mon Apr 18, 2005 11:56 am    Post subject: Reply with quote

Using udev?
Back to top
View user's profile Send private message
StarF
Guru
Guru


Joined: 12 Sep 2004
Posts: 368

PostPosted: Mon Apr 18, 2005 11:58 am    Post subject: Reply with quote

zieloo wrote:
Using udev?


udev ??
Back to top
View user's profile Send private message
zieloo
Veteran
Veteran


Joined: 28 Mar 2004
Posts: 1337

PostPosted: Mon Apr 18, 2005 12:06 pm    Post subject: Reply with quote

See this thread:
https://forums.gentoo.org/viewtopic-t-318789-highlight-livecd+2005+ext3.html
hope helps.
Back to top
View user's profile Send private message
StarF
Guru
Guru


Joined: 12 Sep 2004
Posts: 368

PostPosted: Mon Apr 18, 2005 12:11 pm    Post subject: Reply with quote

zieloo wrote:
See this thread:
https://forums.gentoo.org/viewtopic-t-318789-highlight-livecd+2005+ext3.html
hope helps.


tnx i will read it :)
Back to top
View user's profile Send private message
zieloo
Veteran
Veteran


Joined: 28 Mar 2004
Posts: 1337

PostPosted: Mon Apr 18, 2005 12:16 pm    Post subject: Reply with quote

There're many threads about this. https://forums.gentoo.org/viewtopic-t-318789-highlight-livecd+2005+ext3.html
is only one of them -> Use Search.
Back to top
View user's profile Send private message
StarF
Guru
Guru


Joined: 12 Sep 2004
Posts: 368

PostPosted: Mon Apr 18, 2005 12:24 pm    Post subject: Reply with quote

zieloo wrote:
There're many threads about this. https://forums.gentoo.org/viewtopic-t-318789-highlight-livecd+2005+ext3.html
is only one of them -> Use Search.


ok i read it, seems its the same problem as i got. and i need to add the udev line to my grub, how ever i am a bit unsure how i should do it, should i do it like this:

kernel /boot/kernel01 root=/dev/hda3 video=vesafb:ywrap,mtrr,1280x1024-32@70 udev

is this correct?
Back to top
View user's profile Send private message
zieloo
Veteran
Veteran


Joined: 28 Mar 2004
Posts: 1337

PostPosted: Mon Apr 18, 2005 12:26 pm    Post subject: Reply with quote

If you're using (and have emerged) udev, of course.
Back to top
View user's profile Send private message
StarF
Guru
Guru


Joined: 12 Sep 2004
Posts: 368

PostPosted: Mon Apr 18, 2005 12:30 pm    Post subject: Reply with quote

zieloo wrote:
If you're using (and have emerged) udev, of course.


tnx.. emerging now and gonna try a reboot.. hopefully this will solve the problem.. *fingers crossed*
Back to top
View user's profile Send private message
StarF
Guru
Guru


Joined: 12 Sep 2004
Posts: 368

PostPosted: Mon Apr 18, 2005 12:44 pm    Post subject: Reply with quote

still same problem.. damn.. oh well i will just change the filesystem to ext2 then!
Back to top
View user's profile Send private message
renaatski
n00b
n00b


Joined: 18 Aug 2004
Posts: 11

PostPosted: Mon Apr 18, 2005 12:48 pm    Post subject: Reply with quote

Did this (found the other thread about udev earlier on) and agree that it works

disable devfs in kernel setup , and emerge udev, hotplug & coldplug instead


Kind regards,

Renaat
Back to top
View user's profile Send private message
StarF
Guru
Guru


Joined: 12 Sep 2004
Posts: 368

PostPosted: Mon Apr 18, 2005 12:49 pm    Post subject: Reply with quote

renaatski wrote:
Did this (found the other thread about udev earlier on) and agree that it works

disable devfs in kernel setup , and emerge udev, hotplug & coldplug instead


Kind regards,

Renaat


yes that worked tnx :)
Back to top
View user's profile Send private message
takeshi
n00b
n00b


Joined: 12 Jun 2003
Posts: 2
Location: Germany

PostPosted: Mon Apr 18, 2005 1:36 pm    Post subject: Reply with quote

I found out that /dev/hda1 doesn´t exist.
I used /dev/ide/host0/bus0/target0/lun0/part1 instead in my fstab

:roll:
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum