khenriks/mp3fs

Issues interacting with Samba (4.1.9) - disk_free: sys_fsusage() failed.

Closed this issue · 3 comments

OK - this is a weird one, and I've been having a hard time figuring out if it's samba or MP3FS, but I'm leaning toward the latter.

Arch Linux 64 bit, git version of mp3fs as of around 2014/07/13, Kernel 3.15.5.

For MP3Fs only, when trying to copy files from a Win 7 client over Samba, On the Win7 side I get a Could not find this item. The item is no longer located in \\server\etc\etc Verify the item's location and try again.

On the linux / samba side, we get the following error:

[2014/07/16 11:18:55.726357,  0] ../source3/smbd/dfree.c:138(sys_disk_free)
  disk_free: sys_fsusage() failed. Error was : No such file or directory

Hmm, that is somewhat strange. I'll see if I can attempt to reproduce it. I may need to implement another filesystem operation in mp3fs.

I'd just like to chime in and note that I have the exact same issue, except I'm on Ubuntu 14.04 64 bit. Error also presents itself when trying to copy to a Windows 7 client over Samba, same error on Win 7 and samba log is identical, too.

Sorry it's taken me so long to address this issue. I just pushed a fix, which should take care of it. Let me know if there's any problems.