Feb 03
Unlike like Ubuntu’s default file manager Nautilus for the GNOME desktop, the default file manager Thunar from Xubuntu doesn’t support samba/network browsing.
Nautilus Share
An easy workaround is to install the Nautilus Share package. When installing the Nautilus Share package other related Nautilus packages which will also included such as the Nautilus file manager which may be used to replace the Thunar file manager.
To install Nautilus Share:
$ sudo apt-get install nautilus-share
SMB for FUSE
A more complex workaround is to use SMB for FUSE packages and will allow you to keep using Thunar.
- The first requirement is to have Samba installed, an easy to tigger the install is by going to the following in the Xfce desktop: Applications -> System -> Shared Folders
- Install fusesmb:
$ sudo apt-get install fusesmb - Ensure that fuse module will be loaded at boot time
$ sudo nano /etc/modules
and look for fuse in the list - Reboot the server to load the fuse module
- Allow users to use fuse:
- Go to Application -> System -> Users and Groups
- Click on the “Properties” button of the username
- Under the “User Privileges” tab check the “Allow use of fuse fileystems like LTSP Thin Client blockdevices” checkbox
- Create a directory with the following settings to mount the network browse to:
$ mkdir /media/network
$ chmod 777 /media/network
$ chgrp fuse /media/network - Add your user account to the fuse group
$ nano /etc/group
or go to Application -> System -> Users and Groups, and click on the “Manage Groups” button - Reboot the server again
- Go to to menu Application -> Settings -> Autostarted Applications, and add a new entry with the following command:
/usr/bin/fusesmb /media/network - Open Thunar and add parent folder of the mount point e.g. network to the shortcut pane of Thunar
- Logout and log back to enable to
fusesmbautostart to take effect.
Troubleshooting
Can’t see a new shared computer or folder in Thunar.
- In the terminal type the following to refresh
fusesmb
$ fusesmb.cache
Related posts:
February 2nd, 2009 at 11:37 pm
[...] to Xubuntu 8.10 I used SMB for FUSE for networking browsing. However, after upgrading to 8.10 I found that I would get an error: <b>Transport endpoint [...]