CIFS mount entry in /etc/fstab
Hi
We have successfully mounted a CIFS on our Linux box as follows
mount -t cifs -o username=dev,password=dev,uid=oracle,gid=oinstall //10.10.10.10/win_backup /bkptocifs
But then the server reboots, the CIFS vanishes and we have to run the above command again to mount it
We want this to be available automatically on server reboot and for that need to know the exact entry that we need to put in the /etc/fstab file to do that
Thanks in advance for your help and guidance