>>> On 11/10/2008 at  7:56 PM, Craig Loubser <[EMAIL PROTECTED]> wrote: 
> Hi Mark,
> 
> I updated zipl.conf to add the "ro" to the end of the kernel parameters
> and that did fix that but it is still performing a "fsck" on the root
> file system prior to mounting it as R/O. As a result, I still end up
> with I/O errors on the root file system due to lost page writes.

The fsck is not what is causing the I/O errors.  When you see "fsck succeeded" 
it's done and over with.  Let me guess, though.  Is this an ext3 file system 
(or reiserfs), and are you mounting it as ext3 instead of ext2?  If so, then I 
suspect the system is trying to replay the journal, resulting in the I/O 
errors.  There's no point in having a journaling file system that is only going 
to be mounted read-only.  Use ext2 instead.


Mark Post

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

Reply via email to