<?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: Ro,Rw permission Filesystem -linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ro-rw-permission-filesystem-linux/m-p/4238880#M33249</link>
    <description>edit the /etc/fstab and add rw after the word defaults like below&lt;BR /&gt;&lt;BR /&gt;/dev/cciss/c0d1p3 /sed  ext3 defaults,rw 1 1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;save the file and then execute the command&lt;BR /&gt;&lt;BR /&gt;#mount -o remount /sed&lt;BR /&gt;&lt;BR /&gt;then see the mount -v output</description>
    <pubDate>Thu, 24 Jul 2008 10:13:27 GMT</pubDate>
    <dc:creator>Jeeshan</dc:creator>
    <dc:date>2008-07-24T10:13:27Z</dc:date>
    <item>
      <title>Ro,Rw permission Filesystem -linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ro-rw-permission-filesystem-linux/m-p/4238876#M33245</link>
      <description>some how &lt;BR /&gt;mount -v &lt;BR /&gt;/dev/cciss/c0d1p3 on /sed type ext3 (ro)&lt;BR /&gt;i need &lt;BR /&gt;/dev/cciss/c0d1p3 on /sed type ext3 (RW&lt;BR /&gt;)readwrite&lt;BR /&gt;&lt;BR /&gt;wat action i need to do &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Jul 2008 08:14:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ro-rw-permission-filesystem-linux/m-p/4238876#M33245</guid>
      <dc:creator>AA786</dc:creator>
      <dc:date>2008-07-23T08:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: Ro,Rw permission Filesystem -linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ro-rw-permission-filesystem-linux/m-p/4238877#M33246</link>
      <description>By default, Linux will change a filesystem to read-only mode if it detects errors on the disk. You may find disk error messages in the syslog (see the log files in /var/log) and/or in the "dmesg" command output.&lt;BR /&gt;&lt;BR /&gt;My recommendation:&lt;BR /&gt;- take a backup of the /sed filesystem&lt;BR /&gt;- umount /sed&lt;BR /&gt;- fsck /dev/cciss/c0d1p3&lt;BR /&gt;- mount /sed&lt;BR /&gt;&lt;BR /&gt;If the fsck command fails, the filesystem has been seriously damaged. &lt;BR /&gt;&lt;BR /&gt;The device /dev/cciss/c0d1p3 is partition 3 on logical disk 1 of SmartArray controller 0. This is a hardware RAID controller: if you have the "hpacucli" tool installed, you can view the SmartArray configuration with this command:&lt;BR /&gt;&lt;BR /&gt;hpacucli ctrl all show config detail&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Wed, 23 Jul 2008 08:43:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ro-rw-permission-filesystem-linux/m-p/4238877#M33246</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2008-07-23T08:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Ro,Rw permission Filesystem -linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ro-rw-permission-filesystem-linux/m-p/4238878#M33247</link>
      <description>Hi Matti,&lt;BR /&gt;&lt;BR /&gt;Yes you are correct,its bcos disk problem,&lt;BR /&gt;We have changed the Disk .&lt;BR /&gt;&lt;BR /&gt;all are sync back,&lt;BR /&gt;&lt;BR /&gt;but the mount -v &lt;BR /&gt;/dev/cciss/c0d1p3 on /sed type ext3 (ro)&lt;BR /&gt; shows above &lt;BR /&gt;&lt;BR /&gt;how i can change to RW</description>
      <pubDate>Wed, 23 Jul 2008 10:19:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ro-rw-permission-filesystem-linux/m-p/4238878#M33247</guid>
      <dc:creator>AA786</dc:creator>
      <dc:date>2008-07-23T10:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Ro,Rw permission Filesystem -linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ro-rw-permission-filesystem-linux/m-p/4238879#M33248</link>
      <description>If it got remounted read-only because of errors your filesystem is likely corrupted. You really should copy everything off or restore from backup. However, you may be able to umount, fsck until it stops returning errors, and remount.</description>
      <pubDate>Wed, 23 Jul 2008 18:38:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ro-rw-permission-filesystem-linux/m-p/4238879#M33248</guid>
      <dc:creator>Heironimus</dc:creator>
      <dc:date>2008-07-23T18:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: Ro,Rw permission Filesystem -linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ro-rw-permission-filesystem-linux/m-p/4238880#M33249</link>
      <description>edit the /etc/fstab and add rw after the word defaults like below&lt;BR /&gt;&lt;BR /&gt;/dev/cciss/c0d1p3 /sed  ext3 defaults,rw 1 1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;save the file and then execute the command&lt;BR /&gt;&lt;BR /&gt;#mount -o remount /sed&lt;BR /&gt;&lt;BR /&gt;then see the mount -v output</description>
      <pubDate>Thu, 24 Jul 2008 10:13:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ro-rw-permission-filesystem-linux/m-p/4238880#M33249</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-07-24T10:13:27Z</dc:date>
    </item>
  </channel>
</rss>

