32

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?

  • Unity doesn't really have anything to do with file sharng. Try File->Connect to Server in the Nautilus file browser. – mikewhatever Oct 20 '12 at 15:37

3 Answers3

34

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.

Salem
  • 19,874
  • 6
  • 65
  • 91
pxielami
  • 356
  • 3
  • 2
8

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
muru
  • 207,970
0

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