login about faq

Can someone tell me what specific part of this file that needs to be edited to prevent starting up the OS with Read-Only file system? and to prevent an error to occur during root file system check?

Thanks so much

asked Jan 22 '10 at 10:41

mercs280's gravatar image

mercs280
311

edited Jan 22 '10 at 10:52

Erol's gravatar image

Erol
1.3k1416


While reading the sample http://slackware.osuosl.org/slackware-11.0/extra/udev-alternate-versions/rc.S, I found this thing here:

"For filesystem checking to work properly, your system must initially mount"...the root partition as read only. Please modify your kernel with 'rdev' so that it does this. If you're booting with LILO, add a line:" read-only" to the Linux section in your /etc/lilo.conf and type 'lilo' to reinstall it." `

INteresting, as such you would have to change lines in /etc/lilo.conf and not in rc.S

Hope this somehow helps solve the problem. I don't use slackware and this is interesting though :) Goodluck

I think this is a lilo issue and try a question about lilo and mounting at stackoverflow (I'm not sure of slackware users here though)..

link

answered May 30 '10 at 08:35

whatever's gravatar image

whatever
1.1k1329

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or __italic__
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×35
×24
×8
×1

Asked: Jan 22 '10 at 10:41

Seen: 810 times

Last updated: May 30 '10 at 08:35