Feature #374
How To Mount A Samba Share as a Non-root User
Description
A very nice tool to easily mount your samba shares in your home folder is SMBNetFSInstall smbnetfs. With this tool you can access your samba shares by nearly all applications simply through a mount point in your home.
How to use SMBnetFS¶
- Install the package through your package manager
sudo apt-get install smbnetfs
- Copy standard configuration
cp /etc/smbnetfs.conf ~/.smb/smbnetfs.conf
- Copy samba configuration
cp /etc/samba/smb.conf ~/.smb/smb.conf
- Make the sambashare directory or any other name for the mount point
mkdir ~/sambashare
- Mount the shares to the mountpoint
smbnetfs ~/sambashare
Unfortunately there is only little documentation available. See man smbnetfs for options and go through the FAQ file in /usr/share/doc/smbnetfs.
Resources¶
http://askubuntu.com/questions/24348/how-do-i-mount-samba-share-as-non-root-user
Updated by Daniel Curtis over 10 years ago
- Description updated (diff)
- Status changed from Resolved to Closed