I use Neptun 7.5 on a pc with non-uefi bios (mbr system drive) and mount a smb network share using fstab like this:
//nasxyz/Share /home/user/Share cifs defaults,uid=1000,user=shareadmin,pass=sharepasswd
This is working fine and I can use my networkshare without problems.
Now I installed Neptun 7.5 in the same network on a pc with uefi and a gpt partition and wanted to use my networkshare the same way, but this dos not work. I get the message mount.cifs permission denied
Is there anyone who can tell me why them same fstab entry leeds to different results?