I have a handful of users that are migrating from win 7 to Linux. Currently they have two network drives that are mounted via GPO, a home drive and a public drive. I have tried mounting these drives on linux and am successful mounting as root but cannot access the data as a non root user. Does anyone know how to mount as a non privledged user?
EDIT: This is on Centos7, users will be able to select their DE, i am using GNOME3.
I have been able to set the mount in a one off by adding //path/to/share /home/myuser/mountpoint cifs noauto,user 00 to /etc/fstab but i would like to get where i do not need a seperate entry for each users home directory and would like to script it to happen at login.
[link] [comments]