<?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: Read-only file system Error in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/read-only-file-system-error/m-p/4666805#M41727</link>
    <description>As well as checking the mount options of the file system, I would also be inclined to unmount the /opt file system and run a full fsck.&lt;BR /&gt;&lt;BR /&gt;The times I have seen file systems flip to readonly after a successful boot is when the file system has issues, but isn't picked up on boot.  When the kernel hits the bad part of the file system it flips it read only to protect the data on there.</description>
    <pubDate>Wed, 28 Jul 2010 01:19:13 GMT</pubDate>
    <dc:creator>Steven1970</dc:creator>
    <dc:date>2010-07-28T01:19:13Z</dc:date>
    <item>
      <title>Read-only file system Error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/read-only-file-system-error/m-p/4666803#M41725</link>
      <description>Hi,&lt;BR /&gt;I am getting a read-only filesystem error on /opt. But some times it will be writable after a reboot.&lt;BR /&gt;I got the following error log while a DP agent installation.&lt;BR /&gt;[root@pwbsrmpm01a tmp]# more da-rpm.log&lt;BR /&gt;error: package OB2-DA is not installed&lt;BR /&gt;Preparing... ##################################################&lt;BR /&gt;OB2-DA ##################################################&lt;BR /&gt;error: unpacking of archive failed on file /opt: cpio: chown failed - Inappropri&lt;BR /&gt;ate ioctl for device&lt;BR /&gt;[root@pwbsrmpm01a tmp]# more cc-rpm.log&lt;BR /&gt;error: package OB2-CC is not installed&lt;BR /&gt;Preparing... ##################################################&lt;BR /&gt;OB2-CC ##################################################&lt;BR /&gt;error: unpacking of archive failed on file /opt: cpio: chown failed - Inappropri&lt;BR /&gt;ate ioctl for device&lt;BR /&gt;&lt;BR /&gt;# df -h&lt;BR /&gt;/dev/mapper/vg00-lvol02&lt;BR /&gt;50G 283M 47G 1% /opt&lt;BR /&gt;&lt;BR /&gt;There no more hints related to this in /var/log/messages.&lt;BR /&gt;Any help will be apreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;Pramod</description>
      <pubDate>Tue, 27 Jul 2010 20:09:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/read-only-file-system-error/m-p/4666803#M41725</guid>
      <dc:creator>Pramod M</dc:creator>
      <dc:date>2010-07-27T20:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Read-only file system Error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/read-only-file-system-error/m-p/4666804#M41726</link>
      <description>Is the file system mounted rw or ro?  What does the ouput of 'mount' show with regards to the /opt filesystem?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Jul 2010 20:44:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/read-only-file-system-error/m-p/4666804#M41726</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2010-07-27T20:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Read-only file system Error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/read-only-file-system-error/m-p/4666805#M41727</link>
      <description>As well as checking the mount options of the file system, I would also be inclined to unmount the /opt file system and run a full fsck.&lt;BR /&gt;&lt;BR /&gt;The times I have seen file systems flip to readonly after a successful boot is when the file system has issues, but isn't picked up on boot.  When the kernel hits the bad part of the file system it flips it read only to protect the data on there.</description>
      <pubDate>Wed, 28 Jul 2010 01:19:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/read-only-file-system-error/m-p/4666805#M41727</guid>
      <dc:creator>Steven1970</dc:creator>
      <dc:date>2010-07-28T01:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Read-only file system Error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/read-only-file-system-error/m-p/4666806#M41728</link>
      <description>And if the filesystem has flipped from rw to ro in mid-use, the "mount" command will not always display the "ro" mount option, because it gets its data from /etc/mtab. &lt;BR /&gt;&lt;BR /&gt;The /etc/mtab file is updated only when the "mount" command is used to mount or unmount filesystems: if the kernel changes the state of a filesystem because of a disk error, it won't be reflected in /etc/mtab.&lt;BR /&gt;&lt;BR /&gt;Only /proc/mounts will display current information in this case, because all the information in /proc filesystem is dynamically generated by the kernel whenever it's requested, so it will always be up to date.&lt;BR /&gt;&lt;BR /&gt;To find read-only filesystems, please run:&lt;BR /&gt;&lt;BR /&gt;grep "ro," /proc/mounts&lt;BR /&gt;&lt;BR /&gt;(The comma is important for avoiding false detections.)&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Wed, 28 Jul 2010 09:21:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/read-only-file-system-error/m-p/4666806#M41728</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-07-28T09:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Read-only file system Error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/read-only-file-system-error/m-p/4666807#M41729</link>
      <description>Recently we went through the same issue. Ended up to be a bad disk. Reboot is clearing the issue but again will eventually ends up to be a read only filesystem on different filesystem. Did you check all your disks?</description>
      <pubDate>Wed, 28 Jul 2010 17:00:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/read-only-file-system-error/m-p/4666807#M41729</guid>
      <dc:creator>Qcheck</dc:creator>
      <dc:date>2010-07-28T17:00:15Z</dc:date>
    </item>
  </channel>
</rss>

