Mount syntax

Status
Not open for further replies.

JohnFLi

Contributor
Joined
Sep 26, 2016
Messages
139
I am trying to mount a share I have on my FreeNAS system. The share is set as SMB. Windows and Mac machines can connect without issue.
The problem I am having is trying to mount the share via the command line from a Centos system.

One of the ways I have tried is this:
mount -t cifs -o <username>,<password> //<servername>/<sharename> /mnt/point/

I get asked for a password, so I re-enter the one I included in the above line, then I get an error saying:
Code:
mount error(95): Operation not supported

And for the extra annoying item...... on this same Centos machine, I am able to connect to the share when I am running the GUI. So that tells me that the problem is completely with my syntax.

Also, the share is set with SMB2


Any help please?
 
Last edited by a moderator:
Status
Not open for further replies.
Top