Browsing SMB shares in Xubuntu with fusesmb
These instructions are specifically for Xubuntu (Fiesty), however could be achieved by similar (or identical) means in later versions of Xubuntu, as well as Kubuntu and Ubuntu.
Instructions
- Enable SMB file sharing
- Applications -> System -> Shared Folders
- Set your Domain/Workgroup in the General Properties tab
- Install fusesmb
sudo apt-get install fusesmb
- Make sure fusesmb install added fuse to the list of modules in /etc/modules
- Make sure fusesmb module is loaded, if not, reboot
lsmod |grep fuse
- Create a directory for mounting the network, ie /media/network
sudo mkdir /media/network
- Set ownership and permissions on /media/network
sudo chown <username>:fuse /media/network sudo chmod 777 /media/network
- Enable use of fuse filesystems for your user (see screenshot)
- (User Privileges tab in "Users and Groups" admin for your user)
- Add your user/password information for required hosts to ~/.smb/fusesmb.conf as per the following
[/SERVERNAME] username=yourusername password=yourpassword
- I also add showhiddenshares=true to this section
- Add fusesmb to your auto-started applications (Applications -> Settings -> Autostarted Applications)
- Name: fusesmb
- Command: fusesmb /media/network
- Log out and log back in, or restart
- I also like to add it to the shortcuts/"places" pane of Thunar by dragging the folder on to the pane from within Thunar
Page modified 113 weeks ago



