vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I have a CIFS mount which I mount as root with a command similar to the following: cifsmount "//server3/Shared Data" /mnt/server3 -U winuser -P winpass -s The mount is created, and as root, I can list the files in /mnt/server3. The problem is that other users cannot access the files in /mnt/server3, and receive permission errors. They can do a "cifslogin server3 username", but that doesn't cut it for automated process and is cumbersome. How can I allow all users to access /mnt/server3? -Thanks |