Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Filesystem mounting as read-only
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
drowbot
n00b
n00b


Joined: 23 Dec 2004
Posts: 29
Location: Tulsa, OK USA

PostPosted: Tue Dec 28, 2004 4:29 pm    Post subject: Filesystem mounting as read-only Reply with quote

I may have just answered my question, but I want to make sure.

I just finished the stage 3 install (I have no net connection right now) and everything went fine. But when I reboot, I get an error saying the my root partition couldn't be remounted as r/w. Here is my partitioning scheme:

Code:

hda1     /boot
hda2     swap
hda3     /
hda5     /usr
hda6     /home


Now, I just realized that I forgot to set hda1 as bootable. Would this cause the problem I'm having? Thanks!
Back to top
View user's profile Send private message
d_m
Guru
Guru


Joined: 12 Jun 2003
Posts: 570
Location: Philadelphia, PA, USA

PostPosted: Tue Dec 28, 2004 5:37 pm    Post subject: Reply with quote

The "bootable" flag (set through fdisk) shouldn't have anything to do with the partition mounting read-write versus read-only.

Look for "ro" or something like that in /etc/fstab. If you still have this problem, post /etc/fstab (sanitized if need be) here--the problem is either that you are trying to mount a read-only device (i.e. CD-ROM) read-write, or that you're fstab file is messed up.
Back to top
View user's profile Send private message
drowbot
n00b
n00b


Joined: 23 Dec 2004
Posts: 29
Location: Tulsa, OK USA

PostPosted: Tue Dec 28, 2004 6:21 pm    Post subject: Reply with quote

I don't have my fstab on hand right now, but it's pretty basic, so here it is from memory:

Code:

/dev/hda1     /boot     ext3     defaults     1     1
/dev/hda2     swap      sw       defaults     0     0
/dev/hda3     /         ext3     defaults     0     0
/dev/hda5     /usr      ext3     defaults     0     0
/dev/hda6     /home     ext3     defaults     0     0
Back to top
View user's profile Send private message
d_m
Guru
Guru


Joined: 12 Jun 2003
Posts: 570
Location: Philadelphia, PA, USA

PostPosted: Tue Dec 28, 2004 6:48 pm    Post subject: Reply with quote

Hmmm...

Could you be booted in single-user mode? That would mount / as read-only.

You can always try something like "mount -a" as root to remount all partitions with the normal options. If that's your fstab, / should come up read-write.
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