More > JRiver Media Center 23 for Linux

Auto Mount Windows Folder from Network fails with Ubuntu 17.10

(1/2) > >>

hillcreative:
Strangely the latest Ubuntu update to 17.10 causes my automount fstab entry to fail with a permission error.

--- Code: ---//hillwrk/f /home/mitchell/Media cifs noauto,x-systemd.automount,uid=mitchell,credentials=/home/mitchell/samba-credentials  0  0
--- End code ---
Only this modified line works in Ubuntu 17.10 to allow automount of my Windows share on Linux

--- Code: ---//hillwrk/f /home/mitchell/Media cifs username=yourusername,password=yourpassword,uid=mitchell,gid=mitchell,iocharset=utf8,sec=ntlm,vers=1.0 0 0
--- End code ---
Only problem now: clicking on a playlist item causes MC to freeze for a few minutes. Otherwise it plays fine.

I'd like to find a solution before slushing back to 16.4

hillcreative:
The pause/hang when clicking on a play list item has gone away. Perhaps some kind of indexing of new imported files going on in the background?

mwillems:
There have been changes to the SMB server in linux recently: older Samba protocol versions have been deprecated.  If there's a modern samba version on both ends, it will auto-negotiate like it used to do, but if there's a version mismatch between the Samba versions (i.e. one is older and still prefers the insecure versions of the protocol) you need to specify the Samba protocol version. It looks like you figured it out, but if your server supports a higher version of the protocol (like 3.0), you should try to use that instead as the 1.0 version of the protocol is not particularly secure.

Awesome Donkey:
Yeah, I'd also disable SMB 1.0 in Windows too if you're using it.

hillcreative:
Now I need to figure out how to update my Windows 10 machine... so far I can only find ways to disable it!

Navigation

[0] Message Index

[#] Next page

Go to full version