I have a RHEL 7 server with this line in /etc/fstab:
\\10.0.0.1\backup /mnt/backup cifs user,uid=500,rw,suid,username=admin,password=password 0 0
It is exact same line that I am using on other CentOS 6 and RHEL 6 servers, but on this single RHEL 7 box it seems I need to connect and run mount -a after every reboot?
Is some way to solve this automatically?