I am trying to mount a SMB share as a user with a fstab entry. The entry looks like this:
Code:
//server/share /mnt/website smbfs username=USER 0 0
When I try to mount it with smbmount as a user, I get:
Code:
[wynd@l0s2 ~]$ smbmount /mnt/website/
Could not resolve mount point
[wynd@l0s2 ~]$
Can anyone give me a hand?