SMB "Export Recycle Bin" - linux mv being treated as delete

shimian5

Dabbler
Joined
Dec 16, 2014
Messages
43
Is it expected behavior that a linux "mv" is causing the previously named file to exist in the recycle bin?

Essentially, I have a media management tool that will occasionally rename a file using "mv". When this occurs, the previously named file will end up in .recycle.

Running FreeNAS 11.2U5.
 

anodos

Sambassador
iXsystems
Joined
Mar 6, 2014
Messages
9,554
Is it expected behavior that a linux "mv" is causing the previously named file to exist in the recycle bin?

Essentially, I have a media management tool that will occasionally rename a file using "mv". When this occurs, the previously named file will end up in .recycle.

Running FreeNAS 11.2U5.
Get a pcap of the behavior and PM it to me. tcpdump -i <your interface> -p -s0 -w /tmp/smb.pcap host <your Linux client's ip>
 
Top