Comment 70 for bug 1872476

Revision history for this message
Sergio Durigan Junior (sergiodj) wrote :

Finally! Thanks for the detailed steps, Lee. I was finally able to reproduce it locally.

For the record, these are the commands you can issue to reproduce. Suppose that you have a samba share named "sambashare" serving a directory at $HOME/testshare.

$ gio mount smb://127.0.0.1/sambashare
<type the password here>
$ gio copy Downloads/test.jpg smb://127.0.0.1/sambashare/
$ gio move $HOME/testshare/test.jpg $HOME
$ gio copy $HOME/test.jpg $HOME/testshare/
$ gio info smb://127.0.0.1/sambashare/test.jpg | grep '^type:'
type: directory

This looks exactly like the bug I fixed for the SMBv1 protocol, but it's happening with SMBv3. I will now finally be able to investigate further what may be happening here.

Thanks again.