<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Robert P. J. Day wrote:
<blockquote
 cite="mid:alpine.LFD.0.9999.0711151458190.4879@localhost.localdomain"
 type="cite">
  <pre wrap="">On Thu, 15 Nov 2007, Gijs wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">Les wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">On Thu, 2007-11-15 at 11:44 -0800, Les wrote:

      </pre>
      <blockquote type="cite">
        <pre wrap="">On Thu, 2007-11-15 at 13:49 -0500, James Pifer wrote:

        </pre>
        <blockquote type="cite">
          <pre wrap="">I have an fc7 box that I'm trying to remove a directory on. I don't
remember why I was playing with the directory permissions in the first
place, but I just want to get rid of it.

the directory is in /root and looks like this:
dr-xr-xr-x 1 root root 2048 2007-11-09 15:35 tmp

I can't do anything with it. Any file change I try to make, chmod, rm,
mv, etc I get this error like:
chmod: changing permissions of `tmp': Read-only file system

How can I get rid of this directory? I've been googling in circles and
can't find a solution.
          </pre>
        </blockquote>
      </blockquote>
    </blockquote>
  </blockquote>
  <pre wrap=""><!---->
if, indeed, you're talking about the directory /root/tmp, then what
you're describing is just strange.  typically, /root is in the
top-level root directory, and that's the filesystem that would be
relevant here.  i can't see how the root filesystem could currently be
mounted read-only.

what's the output of "mount"?  and what happens if you try to do some
trivial file operation in /root, like just "touch fubar"?

and, finally, it really could be just a weird bit of corruption.
fairly recently, i had a similar issue regarding the mount attributes
of a filesystem that just didn't make sense, and i couldn't fix it no
matter what i did.  rebooting finally resolved it, but that's my
solution of last resort.

rday

========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry
Waterloo, Ontario, CANADA

<a class="moz-txt-link-freetext" href="http://crashcourse.ca">http://crashcourse.ca</a>
========================================================================

  </pre>
</blockquote>
Qoute :<br>
<pre wrap="">You were right. Had an iso mounted to that dir, duh!!!!

All is good now. 
</pre>
<br>
:)
</body>
</html>