Currently having issues with mounting a drive to a Windows share via my Ubuntu 16.04 machine. Thoughts?
Sudo nano /etc/fstab
:
//192.168.4.12/Share/Videos /media/Plex cifs defaults,noauto,nofail,username=Plex,password=XX,x-system.requires=network- online.target,vers=3.0 0 0'
Sudo mount -a
I don't receive any errors. Browsing to /media/Plex
, I see that the folder is highlighted but can't see any media. When I do the following I get an error:
sudo mount -t cifs //192.168.4.12/Share/Videos /media/PlexPassword for root@//192.168.4.12/Share/Videos: *****************mount error(13): Permission deniedRefer to the mount.cifs(8) manual page (e.g. man mount.cifs)