M BUZZ CRAZE NEWS
// news

How do I connect to an SMB share requiring a user name and password?

By Mia Morrison

I have a samba share on my LAN that requires a username and password to obtain write access (otherwise it defaults to read-only).

I can't figure out where in the Unity desktop I can connect to the share and be prompted for my login credentials. I can mount the drive, of course, but then I'm browsing as a guest (read-only).

What gives?

1

3 Answers

In top menu of the file browser click Go>Location and enter smb://user@host/sharename. You will then be prompted to enter a password.

5

If you have a Guest account without a password:

smb://Guest:@server_name

If you have a user account with a password:

smb://user_name:password@server_name

If you have a user account but only want to be prompted for the password:

smb://user_name:*@server_name

In ubuntu 15.04, you can open the file server, and use the connect to the server option on the bottom left

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy