Subject: bug in msdosfs
To: None <current-users@sun-lamp.cs.berkeley.edu>
From: Frank van der Linden <vdlinden@fwi.uva.nl>
List: current-users
Date: 08/09/1994 20:01:21
 Hi,

 I think there's a bug in the msdosfs handling of rename().
See the script below for an example. I'll try to come up
with a fix myself, time permitting.

Onno van der Linden c/o vdlinden@fwi.uva.nl (Frank van der Linden)

Script started on Tue Aug  9 19:45:51 1994
sheep# cd /dos/dl
sheep# ls aix*
-rwxr-xr-x  1 root  wheel  6008 May 22 14:24 aix.bug
-rwxr-xr-x  1 root  wheel  1742 May 21 18:56 aix.fix
sheep# mv aix.fix aix.ok
sheep# ls -al aix*
-rwxr-xr-x  1 root  wheel   6008 May 22 14:24 aix.bug
-rwxr-xr-x  1 root  wheel   1742 May 21 18:56 aix.fix
-rwxr-xr-x  1 root  wheel  13209 Aug  9 20:04 aix.ok
sheep# ls -al | egrep 13209
-rwxr-xr-x  1 root  wheel    13209 Aug  9 20:04 aix.ok
Script done on Tue Aug  9 19:47:08 1994

------------------------------------------------------------------------------