<?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: cannot remove a file in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/cannot-remove-a-file/m-p/3671292#M20609</link>
    <description>HGN: &lt;BR /&gt;This is a local FS not a NFS. The file is not open.&lt;BR /&gt;&lt;BR /&gt;Ivan:&lt;BR /&gt;[dev.lc.org*root /root]$ cat /proc/mounts&lt;BR /&gt;...&lt;BR /&gt;/dev/sda10 /orafiles ext3 rw 0 0&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;[dev.lc.org*root /orafiles/data/dev/orafiles/02/lcprod01]$ lsattr 1_1b_redo.log&lt;BR /&gt;------------- 1_1b_redo.log&lt;BR /&gt;</description>
    <pubDate>Mon, 14 Nov 2005 15:00:26 GMT</pubDate>
    <dc:creator>Tonatiuh</dc:creator>
    <dc:date>2005-11-14T15:00:26Z</dc:date>
    <item>
      <title>cannot remove a file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-remove-a-file/m-p/3671289#M20606</link>
      <description>Red Hat Enterprise Linux 4.0&lt;BR /&gt;&lt;BR /&gt;I tray to remove a file and get the following error:&lt;BR /&gt;&lt;BR /&gt;rm: cannot remove `1_1b_redo.log': Read-only file system&lt;BR /&gt;&lt;BR /&gt;Any idea?</description>
      <pubDate>Mon, 14 Nov 2005 13:20:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-remove-a-file/m-p/3671289#M20606</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2005-11-14T13:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: cannot remove a file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-remove-a-file/m-p/3671290#M20607</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Is this is a NFS mount or which id are you using to remove this file,also need to make sure that this file is not open.&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;&lt;BR /&gt;HGN</description>
      <pubDate>Mon, 14 Nov 2005 13:44:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-remove-a-file/m-p/3671290#M20607</guid>
      <dc:creator>HGN</dc:creator>
      <dc:date>2005-11-14T13:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: cannot remove a file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-remove-a-file/m-p/3671291#M20608</link>
      <description>Please post the full path to the file and the results of:&lt;BR /&gt;&lt;BR /&gt;cat /proc/mounts&lt;BR /&gt;&lt;BR /&gt;lsattr 1_1b_redo.log</description>
      <pubDate>Mon, 14 Nov 2005 13:46:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-remove-a-file/m-p/3671291#M20608</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-11-14T13:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: cannot remove a file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-remove-a-file/m-p/3671292#M20609</link>
      <description>HGN: &lt;BR /&gt;This is a local FS not a NFS. The file is not open.&lt;BR /&gt;&lt;BR /&gt;Ivan:&lt;BR /&gt;[dev.lc.org*root /root]$ cat /proc/mounts&lt;BR /&gt;...&lt;BR /&gt;/dev/sda10 /orafiles ext3 rw 0 0&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;[dev.lc.org*root /orafiles/data/dev/orafiles/02/lcprod01]$ lsattr 1_1b_redo.log&lt;BR /&gt;------------- 1_1b_redo.log&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Nov 2005 15:00:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-remove-a-file/m-p/3671292#M20609</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2005-11-14T15:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: cannot remove a file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-remove-a-file/m-p/3671293#M20610</link>
      <description>Can you create new files in this file system?&lt;BR /&gt;&lt;BR /&gt;Do:&lt;BR /&gt;touch testfile&lt;BR /&gt;rm testfile&lt;BR /&gt;&lt;BR /&gt;If does not works, it seems that there is a problem and the kernel think that the file system is read only.&lt;BR /&gt;&lt;BR /&gt;Try running this command:&lt;BR /&gt;&lt;BR /&gt;mount -o rw,remount /mount_point</description>
      <pubDate>Mon, 14 Nov 2005 15:07:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-remove-a-file/m-p/3671293#M20610</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-11-14T15:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: cannot remove a file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-remove-a-file/m-p/3671294#M20611</link>
      <description>Ivan:&lt;BR /&gt;&lt;BR /&gt;I can succesfully create, edit, update and remove a file in the same filesystem.&lt;BR /&gt;&lt;BR /&gt;More Info:&lt;BR /&gt;This files was packed into a TAR file from an OCFS (Oracle Cluster FileSystem) of another server, and unpacked in this filesystem.&lt;BR /&gt;&lt;BR /&gt;After unpacked I tried to remove them with the error mentioned.</description>
      <pubDate>Mon, 14 Nov 2005 15:31:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-remove-a-file/m-p/3671294#M20611</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2005-11-14T15:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: cannot remove a file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-remove-a-file/m-p/3671295#M20612</link>
      <description>I had the same problem with another file system type. The way that I resolved was umounting and remounting the file system.&lt;BR /&gt;&lt;BR /&gt;Also, sometimes when I cannot remove a file using rm, I use midnight commander (mc) and the mc can remove the files.</description>
      <pubDate>Mon, 14 Nov 2005 15:40:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-remove-a-file/m-p/3671295#M20612</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-11-14T15:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: cannot remove a file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-remove-a-file/m-p/3671296#M20613</link>
      <description>what is midnight comander (mc)? must I download it from someplace?</description>
      <pubDate>Mon, 14 Nov 2005 17:06:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-remove-a-file/m-p/3671296#M20613</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2005-11-14T17:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: cannot remove a file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-remove-a-file/m-p/3671297#M20614</link>
      <description>Bingo Ivan!, I umount and mount the filesystem and problem solved. Thanks!</description>
      <pubDate>Mon, 14 Nov 2005 17:29:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-remove-a-file/m-p/3671297#M20614</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2005-11-14T17:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: cannot remove a file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-remove-a-file/m-p/3671298#M20615</link>
      <description>strange behaviour, can you try to reproduce this problem untarring this file in another directory? if this problem also occurs there you should log this incident with redhat.</description>
      <pubDate>Mon, 21 Nov 2005 08:20:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-remove-a-file/m-p/3671298#M20615</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2005-11-21T08:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: cannot remove a file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-remove-a-file/m-p/3671299#M20616</link>
      <description>Why am I getting "read only filesystem" error messages when the filesystem is mounted rw?&lt;BR /&gt;&lt;BR /&gt;by Demosthenes Mateo&lt;BR /&gt;&lt;BR /&gt;If the kernel finds fatal corruption on the disk or if certain key IOs like journal writes start failing, the kernel may remount the filesystem as read-only. This is because the filesystem can no longer maintain write integrity under these conditions. Any such behavior will be thoroughly logged in /var/log/messages.&lt;BR /&gt;&lt;BR /&gt;Should this happen, backup your recent data as this may be a symptom of an impending disk failure. Perform filesystem checks on the disk using e2fsck as soon as possible and use the -c option to enable badblock checking. The normal fsck may not detect all the errors and return clean. For example:&lt;BR /&gt;&lt;BR /&gt;e2fsck -c /dev/sda3</description>
      <pubDate>Tue, 29 Nov 2005 01:58:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-remove-a-file/m-p/3671299#M20616</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-11-29T01:58:03Z</dc:date>
    </item>
  </channel>
</rss>

