trying to mount network drive with cifs in fstab, dmesg gives me error code -13
here's the fstab entry
//192.168.0.10/5tb/Media /mnt/plex cifs rw,relatime,vers=3.1.1,credentials=/root/.cifs_credentials,uid=998,gid=998 0 0
I can successfully mount it with this mount command
mount -t cifs //192.168.0.10/5tb/Media /mnt/plex -o username=user,password=pass. rw, relatime, vers=3.1.1
I tried to enter the login info directly in fstab and it did not work either, but maybe I had the syntax wrong (I know its not ideal security-wise, but I wouldn't care much for my setup tbh)