{"id":179,"date":"2012-12-20T22:06:28","date_gmt":"2012-12-21T06:06:28","guid":{"rendered":"http:\/\/blog.ls-al.com\/?p=179"},"modified":"2013-06-24T08:32:01","modified_gmt":"2013-06-24T15:32:01","slug":"nautilus-mount-windows-share","status":"publish","type":"post","link":"https:\/\/blog.ls-al.com\/nautilus-mount-windows-share\/","title":{"rendered":"Nautilus Mount Windows Share"},"content":{"rendered":"

I have successfully used the Gnome Nautilus browser in the past to mount Windows as well as Microsoft DFS shares.<\/p>\n

The File > Connect To Server > Windows Share and filling out the form should suffice for a normal server.\u00a0 For a DFS mount I normally go to Bookmarks > Edit bookmarks and add a short cut:<\/p>\n

Name: US<\/strong>
\nLocation: smb:\/\/domain.com;rrosso@domain.com\/corp\/US<\/strong><\/p>\n

This should work fine.\u00a0 However recently I had issues with this on Ubuntu 12.10 64-bit.\u00a0 The Nautilus mount kept asking for the password.\u00a0 If you do have this issue you can try using the command line first:<\/p>\n

~$ smbclient \\\\\\\\server1\\\\Docs -U rrosso -W domain <your_password><\/pre>\n

or<\/p>\n

~$ gvfs-mount smb:\/\/server1\/Docs<\/pre>\n

If that does work for you but Nautilus does not you might need to add one or all of the following settings to \/etc\/samba\/smb.conf:<\/p>\n

# more \/etc\/samba\/smb.conf\r\n ...\r\n [global]\r\n client use spnego = no\r\n client lanman auth = yes\r\n client ntlmv2 auth = no\r\n ...<\/pre>\n","protected":false},"excerpt":{"rendered":"

I have successfully used the Gnome Nautilus browser in the past to mount Windows as well as Microsoft DFS shares.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9,31],"tags":[],"class_list":["post-179","post","type-post","status-publish","format-standard","hentry","category-linux","category-ubuntu"],"_links":{"self":[{"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/posts\/179","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/comments?post=179"}],"version-history":[{"count":0,"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/posts\/179\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/media?parent=179"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/categories?post=179"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/tags?post=179"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}