Re: PROBLEM: mkdir on ext3 creates regular file instead of

Alex Bligh - linux-kernel (linux-kernel@alex.org.uk)
Mon, 14 Apr 2003 11:26:13 +0100


> [1.] One line summary of the problem:
>
> when using 'mkdir' to create a directory on an ext3 filesystem, a regular
> file is created instead of the directory.

Had you by any chance done something a little like this
(which can produce similarly odd results - not sure about
quite the same ones).

Shell 1 Shell 2
======= =======

cd ~
cd ~
mkdir foo
cd foo
rmdir foo
mkdir .variable

Or more confusingly

Shell 1 Shell 2
======= =======

cd ~
cd ~
mkdir foo
cd foo
rmdir foo
mkdir foo
mkdir .variable

--
Alex Bligh
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/