2.2.0-final (aka pre9): bug in vfat (moving files)?

Vladimir Volovich (vvv@vvv.vsu.ru)
09 Feb 1999 23:48:14 +0300


Hi,

i was unable to move a file from one directory to another one on a
`vfat' mounted partition:

# uname -a
Linux vvv 2.2.0-final #2 Sun Jan 24 20:43:51 MSK 1999 i586 unknown
# mount | grep /dosd
/dev/hda2 on /dosd type vfat (rw,noexec,codepage=866,iocharset=koi8-r)
# cd /dosd
# mkdir test
# cd test
# touch filename
# mv filename ..
mv: cannot move `filename' to `../filename': No such file or directory

it i remount the same partition as `msdos', the behavior is correct.

Best regards, -- Vladimir.

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