Mounting smb share using fstab, getting "home" permission denied error

:+1: Welcome to Manjaro! :+1:

Have you tried following the FHS standard and mounting the external media to… well… /media! :grin:

sudo mkdir /media/skydrive

and change your fstab line to:

//10.x.x.xx/skydrive /media/skydrive cifs username=ray,password=mypass,noauto,x-systemd.automount,x-systemd.device-timeout=10,rw

And if that wouldn’t solve your problem, use this one:

//10.x.x.xx/skydrive /media/skydrive cifs username=ray,password=mypass,noauto,x-systemd.automount,x-systemd.device-timeout=10,rw,file_mode=0755,dir_mode=0755

:crossed_fingers:

1 Like