smbmount returns "operation not permitted"
- by Petriborg
I use the smbfs tools package to mount my SMB shares. I wrote a quick script to mount the share:
#!/bin/sh
/usr/bin/smbmount "\\\\somehost.local\\hostshare" /media/hostshare -o user=smbuser,dom=WORKGROUP,uid=localuser,gid=localgroup
This script used to work in 9.10 when called by the "localuser" account, but in my fresh-installed 10.04 it fails…