I'm trying to set up a CIFS share that will mount automatically on my OpenSolaris server. It seems like it would be simple enough, but there's something wrong in my syntax that's preventing it from mounting.
The line in /etc/vfstab looks like:
//user:password@192.168.2.1/data - /mount_point smbfs - yes -
However, when I try to mount it using mount /mount_point
I get an error message:
mount: Mount point cannot be determined
I've scoured the man pages and the net, but I can't see what I am doing wrong.
Edit:
I do have the svc:/network/smb/client service started, and I am able to mount the volume manually using mount -F smbfs ....
, but so far no luck with either vfstab or autofs.