December 19, 200916 yr Every once in a while, when moving a file or directory, it picks a random file in the list of files being moved, makes that file a directory under the target location, and moves the entire contents of the current working directory under that new directory. Then deletes the CWD. E.g. cd /shares/Sandbox/a/b/c mv jjj/ /shares/Sandbox/a/b/d jjj contains a file kkk.txt. The result is a new directory named kkk.txt under /shares/Sandbox/a/b/d that contains the entire contents of /shares/Sandbox/a/b/c and /shares/Sandbox/a/b/c has been deleted. This happens both when performing the mv from an smb connected linux client and when performing the mv in /mnt/user logged into the unraid server. The syslog doesn't show any activity during all this. I've seen this on both 4.4 release and 4.5-beta12. Any ideas what's happening here?
Archived
This topic is now archived and is closed to further replies.