SOLVED Mounting a CIFS in Ubuntu Server 16.04

Status
Not open for further replies.

Robert C.

Cadet
Joined
Aug 17, 2016
Messages
3
I am running into an issue. I can't mount a cifs share on FreeNAS on my server. Keep getting this error

robert@ubuntu-srvr:~$ mount.cifs //192.168.1.103/mnt/MEDIA-1 /mnt/TELE

mount.cifs: permission denied: no match for /mnt/TELE found in /etc/fstab

I have tried several different approaches suggested by several searches on the internet. Im Stuck.


FreeNAS is on a DELL PE 2950 Stable and no issue with other machines (MAC & Windows)
 

pirateghost

Unintelligible Geek
Joined
Feb 29, 2012
Messages
4,219
CIFS presents its share by a single name. Unless your share name is 'mnt' your command will always fail no matter what.
 

Robert C.

Cadet
Joined
Aug 17, 2016
Messages
3
CIFS presents its share by a single name. Unless your share name is 'mnt' your command will always fail no matter what.

So my correct syntax should be:?

mount.cifs //192.168.1.103/TELE /mnt/TELE

since my shared cifs folder name on NAS is TELE

and mounting to local machine "/mnt/TELE" folder?

I am somewhat new to command line based servers.
 

pirateghost

Unintelligible Geek
Joined
Feb 29, 2012
Messages
4,219
So my correct syntax should be:?

mount.cifs //192.168.1.103/TELE /mnt/TELE

since my shared cifs folder name on NAS is TELE

and mounting to local machine "/mnt/TELE" folder?

I am somewhat new to command line based servers.
Yes.
 
Status
Not open for further replies.
Top