ubuntu 14.04 mount samba, gvfs (gnome virtual file system?)

http://infrase.jpn.org/?p=36


https://help.ubuntu.com/community/MountWindowsSharesPermanently

cifs will not mount

Note:- cifs by default does not resolve netbios names so you may get an error message when you try to mount that the name could not be resolved into an address and "could not find target server". In order to enable netbios resolution you need to edit /etc/nsswitch.conf and add the winbind package:

edit /etc/nsswitch.conf

sudo gedit /etc/nsswitch.conf

change the line from

hosts: files dns

to

hosts: files wins dns

next install winbind

sudo aptitude install winbind

                                                                                                                                                • -

nautilus (gnome) を使っている場合

gvfs-mount smb://user@server/storage

マウント・ポイントは

/run/user/1000/gvfs/smb-share:server=server,share=storage/