Can someone give me a proper example of what the fstab entry should be for a cifs mount when using Centos and WHM? The example given on centos.org does not work. They say it should be:
My thought is that the uid needs to be set to something else and/or additional options need to be used.
I have been doing it manually and it works fine with:
I hope someone can help with this. Its a real pain to have to manually mount shares every time I reboot a server.
Code:
//winbox/getme /mnt/win cifs user,uid=500,rw,noauto,suid,credentials=/root/secret.txt 0 0
I have been doing it manually and it works fine with:
Code:
mount -t cifs -o username=user,password=pass //192.168.1.1/cpbackup/backup
Last edited: