Hi I am trying to connect to my SAMBA server by issuing a command with the following syntax:
and I get
I have installed SAMBA from the ports in FreeBSD is there something else I needed to install and I have missed? I will appreciate all advice. Thank you.
Code:
mount -t cifs -o username=<username>,password='<password>' //server/share /mountpoint
Code:
mount: /server/share: Operation not supported by device
I have installed SAMBA from the ports in FreeBSD is there something else I needed to install and I have missed? I will appreciate all advice. Thank you.