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

From: Alex Bligh - linux-kernel (linux-kernel@alex.org.uk)
Date: Mon Apr 14 2003 - 05:26:13 EST


> [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/



This archive was generated by hypermail 2b29 : Tue Apr 15 2003 - 22:00:30 EST