I've got a problem with long-term UNC mounts from my web application cluster (Arch Linux to various Windows versions) timing out so am looking into short-term (on demand) mount/unmount cycles via scripting - the obvious problem is permissions. I really don't want to hand over root/sudo to the web application. Ideas?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
If you define a (CIFS) mount in /etc/fstab with the users option, nobody will need root to mount it. |
|||||
|
