I use CentOS with Apache and PHP5 to make web development servers. Files (html, php, js, etc...) are located on a network file share (SMB) :
So, basically, developpers work on Windows workstations in network drives. Files are hosted on the file server and shared with CentOS 6.4 web servers.
What is the best way to mount the share on the CentOS servers?
I'm asking because I've tried with fstab and sometimes it went wrong and I had to manually re-mount the shares on the servers.
I also tried with autofs (in a mnt.auto conf. file) and it was a pain to setup even if it was more stable.
What would you recommend in that case?
Thanks a lot.