<?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 File System goes to read-only mode in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/file-system-goes-to-read-only-mode/m-p/6782006#M54791</link>
    <description>&lt;PRE&gt; 
Some times filesystems goes to read-only mode
 
Solution is:
 
Unmount the filesystem run fsck and them check again.
 
Example:
 
Tried to create a file :
 
touch a
touch: cannot touch `a': Read-only file system
 
# umount /filesystem
 
Note: you might some time face error as below:
umount: /database/db: device is busy.
        (In some cases useful info about processes that use
         the device is found by lsof(8) or fuser(1))
then
 # lsof &amp;lt;filesyustem&amp;gt;
to see which process is holding FS from unmounting
Then kill that process
 
# kill -9 pid
 
then again umount &amp;lt;filesystem&amp;gt;
Now you might mount again and see if issue is resolved or run fsck
 
 #e2fsck -f /dev/mapper/database
e2fsck 1.41.12 (17-May-2010)
/dev/mapper/database_vg-database_lv: recovering journal
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
/dev/mapper/database_vg-database_lv: ***** FILE SYSTEM WAS MODIFIED *****
/dev/mapper/database_vg-database_lv: 237/327680000 files (1.3% non-contiguous), 957693776/1310717952 blocks
 
THis should sove the issue.
 
 
IF you are provided rights to reboot in case if fsck doesnt resolve the issue rebooting server will work. 
 
 
Thanks,
Mahesh&lt;/PRE&gt;</description>
    <pubDate>Mon, 07 Sep 2015 09:12:10 GMT</pubDate>
    <dc:creator>maheshenturu</dc:creator>
    <dc:date>2015-09-07T09:12:10Z</dc:date>
    <item>
      <title>File System goes to read-only mode</title>
      <link>https://community.hpe.com/t5/operating-system-linux/file-system-goes-to-read-only-mode/m-p/6782006#M54791</link>
      <description>&lt;PRE&gt; 
Some times filesystems goes to read-only mode
 
Solution is:
 
Unmount the filesystem run fsck and them check again.
 
Example:
 
Tried to create a file :
 
touch a
touch: cannot touch `a': Read-only file system
 
# umount /filesystem
 
Note: you might some time face error as below:
umount: /database/db: device is busy.
        (In some cases useful info about processes that use
         the device is found by lsof(8) or fuser(1))
then
 # lsof &amp;lt;filesyustem&amp;gt;
to see which process is holding FS from unmounting
Then kill that process
 
# kill -9 pid
 
then again umount &amp;lt;filesystem&amp;gt;
Now you might mount again and see if issue is resolved or run fsck
 
 #e2fsck -f /dev/mapper/database
e2fsck 1.41.12 (17-May-2010)
/dev/mapper/database_vg-database_lv: recovering journal
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
/dev/mapper/database_vg-database_lv: ***** FILE SYSTEM WAS MODIFIED *****
/dev/mapper/database_vg-database_lv: 237/327680000 files (1.3% non-contiguous), 957693776/1310717952 blocks
 
THis should sove the issue.
 
 
IF you are provided rights to reboot in case if fsck doesnt resolve the issue rebooting server will work. 
 
 
Thanks,
Mahesh&lt;/PRE&gt;</description>
      <pubDate>Mon, 07 Sep 2015 09:12:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/file-system-goes-to-read-only-mode/m-p/6782006#M54791</guid>
      <dc:creator>maheshenturu</dc:creator>
      <dc:date>2015-09-07T09:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: File System goes to read-only mode</title>
      <link>https://community.hpe.com/t5/operating-system-linux/file-system-goes-to-read-only-mode/m-p/6835006#M54819</link>
      <description>&lt;P&gt;Is it resolved ?&lt;/P&gt;&lt;P&gt;Or you are seeking a solution here ?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2016 11:52:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/file-system-goes-to-read-only-mode/m-p/6835006#M54819</guid>
      <dc:creator>chindi</dc:creator>
      <dc:date>2016-02-22T11:52:09Z</dc:date>
    </item>
  </channel>
</rss>

