Sample Header Ad - 728x90

NAS share not mounting on linux boot through /etc/fstab

1 vote
1 answer
9594 views
I have a NAS share for my Linux server which I mount using the following command. mount -t nfs 172.16.2.115:/shares/OwnCloud /eStore/ now to automate this I added the following line in /etc/fstab 172.16.2.115:/shares/OwnCloud /eStore nfs rw,addr=172.16.2.115,auto 0 0 but it is not working and I am not getting any error also. If I execute mount -a then mount is able to mount the NAS based on /etc/fstab configuration. I would like it to mount at boot.
Asked by Suyash Jain (191 rep)
May 6, 2016, 10:13 AM
Last activity: Jun 13, 2025, 05:06 PM