Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Mount windows shared folder on Linux as normal user

sudo apt-get install cifs-utils
sudo vi /etc/fstab

with:

//10.216.0.25/simcert  /simcert cifs  noauto,user 0 0

3

chmod u+s /sbin/mount.cifs
  1. now
mount /simcert (your password towards the Windows server might be needed)

as normal user

Another way:

/sbin/mount.cifs //10.216.0.25/simcert /home/handaniel/simcert/ -o user=handaniel,domain=ACCOUNTS

This is tested as root on Red Hat Enterprise Linux Server release 6.5 (Santiago)