<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Root file system is mounted read-only??? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/root-file-system-is-mounted-read-only/m-p/5244013#M52215</link>
    <description>how about&lt;BR /&gt;&lt;BR /&gt;mount -o remount,rw /&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 16 Jun 2010 16:59:39 GMT</pubDate>
    <dc:creator>Tim Nelson</dc:creator>
    <dc:date>2010-06-16T16:59:39Z</dc:date>
    <item>
      <title>Root file system is mounted read-only???</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-file-system-is-mounted-read-only/m-p/5244012#M52214</link>
      <description>Recently one of our servers rebooted and the root file system is mounted read only. We can't touch any files in that file system. How can I mount rw?&lt;BR /&gt;&lt;BR /&gt;When I tried # mount -n -o remount /&lt;BR /&gt;mount: block device /dev/VolGroup00/LogVol00 is write-protected, mounting read-only.&lt;BR /&gt;&lt;BR /&gt;O/S is 5.1. Any help?</description>
      <pubDate>Wed, 16 Jun 2010 16:51:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-file-system-is-mounted-read-only/m-p/5244012#M52214</guid>
      <dc:creator>Qcheck</dc:creator>
      <dc:date>2010-06-16T16:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: Root file system is mounted read-only???</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-file-system-is-mounted-read-only/m-p/5244013#M52215</link>
      <description>how about&lt;BR /&gt;&lt;BR /&gt;mount -o remount,rw /&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Jun 2010 16:59:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-file-system-is-mounted-read-only/m-p/5244013#M52215</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2010-06-16T16:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: Root file system is mounted read-only???</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-file-system-is-mounted-read-only/m-p/5244014#M52216</link>
      <description>No lick Tim:&lt;BR /&gt;&lt;BR /&gt;# mount -o remount,rw /&lt;BR /&gt;mount: block device /dev/VolGroup00/LogVol00 is write-protected, mounting read-only.&lt;BR /&gt;&lt;BR /&gt;Do u think hard disk is bad?</description>
      <pubDate>Wed, 16 Jun 2010 17:02:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-file-system-is-mounted-read-only/m-p/5244014#M52216</guid>
      <dc:creator>Qcheck</dc:creator>
      <dc:date>2010-06-16T17:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: Root file system is mounted read-only???</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-file-system-is-mounted-read-only/m-p/5244015#M52217</link>
      <description>Sorry I meant no Luck.</description>
      <pubDate>Wed, 16 Jun 2010 17:02:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-file-system-is-mounted-read-only/m-p/5244015#M52217</guid>
      <dc:creator>Qcheck</dc:creator>
      <dc:date>2010-06-16T17:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Root file system is mounted read-only???</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-file-system-is-mounted-read-only/m-p/5244016#M52218</link>
      <description>try before remounting:&lt;BR /&gt;lvchange -pw /dev/VolGroup00/LogVol00&lt;BR /&gt;&lt;BR /&gt;Are you sure that /dev/VolGroup00/LogVol00 is your root filesystem ?</description>
      <pubDate>Wed, 16 Jun 2010 18:16:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-file-system-is-mounted-read-only/m-p/5244016#M52218</guid>
      <dc:creator>Gerardo Arceri</dc:creator>
      <dc:date>2010-06-16T18:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Root file system is mounted read-only???</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-file-system-is-mounted-read-only/m-p/5244017#M52219</link>
      <description>LVM probably has a good reason for disabling writes to /. If you say the server rebooted - was it unexpectedly? If so, did you look at dmesg or /var/log/messages output for any LVM related errors?&lt;BR /&gt;&lt;BR /&gt;Running fsck on a mounted filesystem is not very safe, it being a read-only filesystem could also make it not very productive. You could try booting OEL installation CD1 in recovery mode and running fsck on your LV then.</description>
      <pubDate>Wed, 16 Jun 2010 19:03:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-file-system-is-mounted-read-only/m-p/5244017#M52219</guid>
      <dc:creator>Modris Bremze</dc:creator>
      <dc:date>2010-06-16T19:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: Root file system is mounted read-only???</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-file-system-is-mounted-read-only/m-p/5244018#M52220</link>
      <description>Thank you Gerardo and Medris. Yes /dev/VolGroup00/LogVol00 is my / filesystem and when I tried the command, "lvchange -pw /dev/VolGroup00/LogVol00", it errors out as w as an invalid argument even though I saw in the man page.&lt;BR /&gt;&lt;BR /&gt;And I don't see any errors in the log files abt lvm, however I will check thoroughly. I couldn't able to right to / file system, that is how I found the issue. Yes, I know I should boot the server in rescue mode but I am working remotely. Notified this to the management in the afternoon. Probably tomorrow they will decide how to follow up.&lt;BR /&gt;&lt;BR /&gt;Thanks again for all your help.</description>
      <pubDate>Wed, 16 Jun 2010 19:08:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-file-system-is-mounted-read-only/m-p/5244018#M52220</guid>
      <dc:creator>Qcheck</dc:creator>
      <dc:date>2010-06-16T19:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Root file system is mounted read-only???</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-file-system-is-mounted-read-only/m-p/5244019#M52221</link>
      <description>This is what I noticed in the log files:&lt;BR /&gt;&lt;BR /&gt;Jun 14 18:11:10 rac3 kernel: SCSI device sda: 859525120 512-byte hdwr sectors (440077 MB)&lt;BR /&gt;Jun 14 18:11:10 rac3 kernel: sda: Write Protect is off&lt;BR /&gt;Jun 14 18:11:10 rac3 kernel: SCSI device sda: drive cache: write back w/ FUA&lt;BR /&gt;Jun 14 19:15:46 rac3 kernel: sd 0:0:0:0: SCSI error: return code = 0x08000002&lt;BR /&gt;Jun 14 19:15:46 rac3 kernel: sda: Current: sense key: Hardware Error&lt;BR /&gt;Jun 14 19:15:46 rac3 kernel:     Add. Sense: Internal target failure&lt;BR /&gt;Jun 14 19:15:46 rac3 kernel:&lt;BR /&gt;Jun 14 19:15:46 rac3 kernel: Info fld=0x0&lt;BR /&gt;Jun 14 19:15:46 rac3 kernel: end_request: I/O error, dev sda, sector 356269&lt;BR /&gt;Jun 14 19:15:46 rac3 kernel: Aborting journal on device dm-0.&lt;BR /&gt;Jun 14 19:15:47 rac3 kernel: ext3_abort called.&lt;BR /&gt;Jun 14 19:15:47 rac3 kernel: EXT3-fs error (device dm-0): ext3_journal_start_sb: Detected aborted journal&lt;BR /&gt;Jun 14 19:15:47 rac3 kernel: Remounting filesystem read-only&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Jun 2010 12:46:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-file-system-is-mounted-read-only/m-p/5244019#M52221</guid>
      <dc:creator>Qcheck</dc:creator>
      <dc:date>2010-06-17T12:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: Root file system is mounted read-only???</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-file-system-is-mounted-read-only/m-p/5244020#M52222</link>
      <description>Hi Pratibha,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; This is what I noticed in the log files:&lt;BR /&gt;This looks like a hardware error on that device.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Murali</description>
      <pubDate>Thu, 17 Jun 2010 13:00:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-file-system-is-mounted-read-only/m-p/5244020#M52222</guid>
      <dc:creator>P Muralidhar Kini</dc:creator>
      <dc:date>2010-06-17T13:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: Root file system is mounted read-only???</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-file-system-is-mounted-read-only/m-p/5244021#M52223</link>
      <description>was there any san lun presented to the server.&lt;BR /&gt;we faced a similar issue when the san lun was unpresented and we rebooted the server but there was an entry in the fstab of the san mounted partition hence it would boot and mount the filesystem in readonly.</description>
      <pubDate>Sun, 20 Jun 2010 18:19:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-file-system-is-mounted-read-only/m-p/5244021#M52223</guid>
      <dc:creator>AnthonySN</dc:creator>
      <dc:date>2010-06-20T18:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Root file system is mounted read-only???</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-file-system-is-mounted-read-only/m-p/5244022#M52224</link>
      <description>Jun 14 18:11:10 rac3 kernel: SCSI device sda: 859525120 512-byte hdwr sectors (440077 MB)&lt;BR /&gt;&amp;gt;&amp;gt;440077 MB approx 430 GB means its not local disk.&lt;BR /&gt;&lt;BR /&gt;Jun 14 19:15:47 rac3 kernel: EXT3-fs error (device dm-0): ext3_journal_start_sb: Detected aborted journal&lt;BR /&gt;Jun 14 19:15:47 rac3 kernel: Remounting filesystem read-only&lt;BR /&gt;&amp;gt;&amp;gt;device dm-0 means a san disk&lt;BR /&gt;&lt;BR /&gt;so check your san disk which may be unpresented&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 20 Jun 2010 18:25:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-file-system-is-mounted-read-only/m-p/5244022#M52224</guid>
      <dc:creator>AnthonySN</dc:creator>
      <dc:date>2010-06-20T18:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: Root file system is mounted read-only???</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-file-system-is-mounted-read-only/m-p/5244023#M52225</link>
      <description>DM-0 doesn't strictly mean it's a SAN disk. Device-Mapper can manage anything - including scsi, local attached, in the nose, or SAN. In fact, all LVM devices are managed under DM, and those are just logical pointers, per se.&lt;BR /&gt;&lt;BR /&gt;If it IS a SAN disk, and has been unpresented, there is no reason the server should still be able to see the disk. There should be no path to the disk if it has been "properly" unpresented.&lt;BR /&gt;&lt;BR /&gt;This looks more like a volume failure, more specifically an EXT3 failure. I would reboot in rescue mode, and run an fsck on the disk to attempt to clear the errors. If that fails, you may be looking at a restore from backup.</description>
      <pubDate>Mon, 21 Jun 2010 12:16:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-file-system-is-mounted-read-only/m-p/5244023#M52225</guid>
      <dc:creator>Thomas Callahan</dc:creator>
      <dc:date>2010-06-21T12:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: Root file system is mounted read-only???</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-file-system-is-mounted-read-only/m-p/5244024#M52226</link>
      <description>Thomas, Thank you and everyone who is responding to this.&lt;BR /&gt;&lt;BR /&gt;In order to reboot in rescue mode, I need the boot disk right? I am afraid the client has that. Physically I can't access the server as it is 3 hrs away and we r supporting remotely. &lt;BR /&gt;&lt;BR /&gt;So now, over the weekend, the server went down, tried to reboot I guess and this is where it stopped:&lt;BR /&gt;&lt;BR /&gt;"Reboot and Select proper Boot device&lt;BR /&gt;or Insert Boot Media in selected Boot device and press a key"&lt;BR /&gt;&lt;BR /&gt;So If I ask them to power off and on the button, do you think it will come up? Can I try that first as they don't have the disk1 to mount? Please let me know asap?&lt;BR /&gt;&lt;BR /&gt;Thanks again.</description>
      <pubDate>Mon, 21 Jun 2010 12:24:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-file-system-is-mounted-read-only/m-p/5244024#M52226</guid>
      <dc:creator>Qcheck</dc:creator>
      <dc:date>2010-06-21T12:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: Root file system is mounted read-only???</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-file-system-is-mounted-read-only/m-p/5244025#M52227</link>
      <description>check the bios for boot order change, any usb disk or floppy attached to the server.</description>
      <pubDate>Mon, 21 Jun 2010 12:58:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-file-system-is-mounted-read-only/m-p/5244025#M52227</guid>
      <dc:creator>AnthonySN</dc:creator>
      <dc:date>2010-06-21T12:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: Root file system is mounted read-only???</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-file-system-is-mounted-read-only/m-p/5244026#M52228</link>
      <description>SASJ, Thank you for the response.&lt;BR /&gt;&lt;BR /&gt;We asked the client to power cycle the server and everything came up clean. Now, curious of what happened? Now, no read-only file system. I can write to the / file system. Happies....but wht happened? Nothing suspicious in the log file.</description>
      <pubDate>Mon, 21 Jun 2010 13:23:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-file-system-is-mounted-read-only/m-p/5244026#M52228</guid>
      <dc:creator>Qcheck</dc:creator>
      <dc:date>2010-06-21T13:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Root file system is mounted read-only???</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-file-system-is-mounted-read-only/m-p/5244027#M52229</link>
      <description>that is indeed gr8 news...&lt;BR /&gt;All is Well that ends Well.&lt;BR /&gt;cheers...</description>
      <pubDate>Mon, 21 Jun 2010 18:09:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-file-system-is-mounted-read-only/m-p/5244027#M52229</guid>
      <dc:creator>AnthonySN</dc:creator>
      <dc:date>2010-06-21T18:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Root file system is mounted read-only???</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-file-system-is-mounted-read-only/m-p/5244028#M52230</link>
      <description>Sounds like whatever is presenting your storage hiccuped or the server hiccuped.&lt;BR /&gt;&lt;BR /&gt;The screen you said it was stuck at was a BIOS screen where it was looking for a Boot Device but not finding one.&lt;BR /&gt;&lt;BR /&gt;I would ask the client where the storage is coming from, and if there were any problems with that storage at the time this occurred.</description>
      <pubDate>Tue, 22 Jun 2010 11:28:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-file-system-is-mounted-read-only/m-p/5244028#M52230</guid>
      <dc:creator>Thomas Callahan</dc:creator>
      <dc:date>2010-06-22T11:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: Root file system is mounted read-only???</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-file-system-is-mounted-read-only/m-p/5244029#M52231</link>
      <description>After power cycling the server, problem has gone away......</description>
      <pubDate>Tue, 22 Jun 2010 16:28:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-file-system-is-mounted-read-only/m-p/5244029#M52231</guid>
      <dc:creator>Qcheck</dc:creator>
      <dc:date>2010-06-22T16:28:45Z</dc:date>
    </item>
  </channel>
</rss>

