Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
root filesystem could not be mounted read/write !!
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
scharkalvin
Guru
Guru


Joined: 31 Jan 2004
Posts: 331
Location: south florida

PostPosted: Sat Dec 24, 2005 7:17 pm    Post subject: root filesystem could not be mounted read/write !! Reply with quote

after just installing gentoo and rebooting off the hard disk for the
first time after building my 1st kernel and installing grub
I get the following message:

Root filesystem could not be mounted read/write :( [!!]
Give root password for maintance

Where do I look for the problem to fix?
Is it something in my grub.conf file or /etc/fstab?

I've NEVER had this happen in several installations of Gentoo.....
Back to top
View user's profile Send private message
mmbrothers
Apprentice
Apprentice


Joined: 24 Dec 2005
Posts: 224
Location: Boston

PostPosted: Sat Dec 24, 2005 7:20 pm    Post subject: Reply with quote

Could you post your fstab?
Back to top
View user's profile Send private message
scharkalvin
Guru
Guru


Joined: 31 Jan 2004
Posts: 331
Location: south florida

PostPosted: Sat Dec 24, 2005 7:39 pm    Post subject: Reply with quote

here goes ...

/dev/hda1 /boot ext2 noauto,notail 1 2
/dev/hda3 / ext3 notail 0 1
/dev/hdb1 /home ext3 notail 0 1
/dev/hda2 none swap sw 0 0
proc /proc proc 0 0
shm /dev/shm tmpfs nodev,sosuid,noexec 0 0

I think notail is not compatible with ext2 and ext3, could that
be my problem?
Back to top
View user's profile Send private message
mmbrothers
Apprentice
Apprentice


Joined: 24 Dec 2005
Posts: 224
Location: Boston

PostPosted: Sat Dec 24, 2005 7:57 pm    Post subject: Reply with quote

notail is a reiserfs option, try to remove it and see if you still have the problem.
Back to top
View user's profile Send private message
scharkalvin
Guru
Guru


Joined: 31 Jan 2004
Posts: 331
Location: south florida

PostPosted: Sat Dec 24, 2005 8:11 pm    Post subject: Reply with quote

/dev/hda1 /boot ext2 noauto,notail 1 2
/dev/hda3 / ext3 notail 0 1
/dev/hdb1 /home ext3 notail 0 1
/dev/hda2 none swap sw 0 0

The above didn't work.

Below works. I changed notail to noatime, and renumbered the final
parameters to look like another system that boots ok. The above
options came from the handbook.... The notail was my problem
guess the handbook example was using reiserfs. (I prefer ext3)

/dev/hda1 /boot ext2 noauto,noatime 1 1
/dev/hda3 / ext3 noatime 0 0
/dev/hdb1 /home ext3 notail 0 2
/dev/hda2 none swap sw 0 0

Thanks for the clue.
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