I am attempting to share files between two computers running 11.10. I'm using the built-in samba sharing. When I try to mount the files on another computer it says "Failed to mount Windows share". I have no clue how to get this working. Thank you in advance.
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
|
Have a read through the Ubuntu Documentation page for setting up Samba File Server. It's pretty comprehensive and should give you all the answers you need. |
|||
|
|
|
I had a similar issue after upgrading to 11.10, my access t0 samba share was using a DNS alias. workaround was to use the real hostname; may be a bug with smbclient. |
|||
|
|
|
There is no point using Samba to share files between Linux machines! Samba is meant for accessing Windows network shares and services. Use sshfs instead, there is no setup necessary at all:
Mount the remote filesystem with
and unmount with
|
|||
|
|
