Bug with renaming directories on vfat in 2.1.86

Roderich Schupp (rsch@ExperTeam.de)
Sun, 15 Feb 1998 23:33:20 +0100


Renaming a directory "hides" its contents:
the following takes place on a vfat filesystem (2.1.86):
:; cd /win95/Eigene\ Dateien/
:; mkdir foo
:; touch foo/1.txt foo/2.txt foo/3.txt
:; ls -l foo
total 0
-rwxr-xr-x 1 rsch users 0 Feb 15 23:18 1.txt*
-rwxr-xr-x 1 rsch users 0 Feb 15 23:18 2.txt*
-rwxr-xr-x 1 rsch users 0 Feb 15 23:18 3.txt*
:; mv foo bar
:; ls -l bar
total 0
Where have the files gone? Unmounting and remounting shows that
they're still there, but nothing else seems to make the contents
of "bar" visible :(
Cheers, Roderich
--
           Just remember, wherever you go, there you are.
                          -- Buckaroo Bonzai
Roderich Schupp          mailto:rsch@ExperTeam.de
ExperTeam GmbH           http://www.experteam.de/
Munich, Germany               Linux: 2.1.87

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu