IgnorantGuru / spacefm

SpaceFM File Manager
http://ignorantguru.github.com/spacefm/
GNU General Public License v3.0
489 stars 73 forks source link

Mount Samba shares with different credentials #364

Closed erincodepirate closed 11 years ago

erincodepirate commented 11 years ago

When I try to mount an smb share on my work's Active Directory network using smb://server/share it automatically assumes that I am trying to mount it with the same username as what is on my linux machine which is not the case. It would be nice if the script that mounts these drives had the option to let you enter in your user@domain so I can easily mount network shares.

IgnorantGuru commented 11 years ago

Please see udevil --help for URL formats accepted by udevil and thus SpaceFM. eg:

udevil mount smb://username@10.0.0.1/share

You can also add the URL (smb://username@10.0.0.1/share) as a bookmark in SpaceFM so you don't have to type it.