Is there a step-by-step tutorial that instructs in detail how to smbmount a Samba share to be used by a non-root user on a Ubuntu 10.04 desktop?
Note: there are numerous threads on Google search dealing with this seemingly new problem. Instructions that used to work on Ubuntu 8.04 (or an older version of smbfs) no longer work.
I need to find something that's up to date and reproducible.
Best Answer
A very nice tool to easily mount your samba shares in your home folder is 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:
cp /etc/smbnetfs.conf ~/.smb/smbnetfs.conf
copy standard configurationcp /etc/samba/smb.conf ~/.smb/smb.conf
copy samba configurationmkdir ~/sambashare
or any other name for the mount pointsmbnetfs ~/sambashare
mount the shares to the mountpointUnfortunately there is only little documentation available. See
man smbnetfs
for options and go through the FAQ file in/usr/share/doc/smbnetfs
.