bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

mv creates 'immortal' directory trees on samba-mounted NT shares


From: Tim Van Holder
Subject: mv creates 'immortal' directory trees on samba-mounted NT shares
Date: Tue, 17 Oct 2000 12:06:22 GMT
User-agent: Pan/0.9 (Unix)

When testing a 'rename-files-to-lowercase-names' script, I ran into the
followin problem on an NT share mounted through samba on my RH6.2 Linux
system:

cd /mnt/nt-share
mv fOO foo
[no response - killed through Ctrl-C]

as a result, I ended up with a structure like this:
/mnt/nt-share/fOO/fOO/fOO/fOO/fOO/fOO/fOO/fOO/fOO/fOO/...

It seems mv happily moves the directory into itself.
This directory tree is nested so deeply even that NT is unable to access
or even delete it, so it effectively becomes immortal.
This would seem to be some bug in mv, as it fails to detect that source
and destination are actually the same file/directory (when fOO is a file,
it will truncate it and rename it to foo, then complain with 'Text file
busy').

Versions in use:
RedHat Linux 6.2, with kernel 2.2.16-3
fileutils-4.0-21
samba-2.0.7-4

--
Tim Van Holder - Falcon Software NV
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Fight spam - go to http://www.politik-digital.de/spam/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]