Re: [CentOS] NFS Share fails to mount at boot time

2022-01-15 Thread Felix Natter
Felix Natter writes: > hi Bill, > > Bill Gee writes: >> My suggestion - Add "_netdev" to the parameters list: >> >> NAS2HOST:/volume1/export/ /mnt/NAS2 nfs _netdev,rw,vers=3,soft,bg,intr 0 >> 0 > > thanks for the hint. I added this, and so far I did not see the > problem. Cannot say for sur

Re: [CentOS] NFS Share fails to mount at boot time

2021-08-24 Thread Felix Natter
hi Bill, Bill Gee writes: > My suggestion - Add "_netdev" to the parameters list: > > NAS2HOST:/volume1/export/ /mnt/NAS2 nfs _netdev,rw,vers=3,soft,bg,intr 0 > 0 thanks for the hint. I added this, and so far I did not see the problem. Cannot say for sure though, as this does not occur alw

Re: [CentOS] NFS Share fails to mount at boot time

2021-08-17 Thread Simon Matter
> My suggestion - Add "_netdev" to the parameters list: > > NAS2HOST:/volume1/export/ /mnt/NAS2 nfs > _netdev,rw,vers=3,soft,bg,intr0 0 And, if it doesn't work, try this instead and please let us know which one worked best: NAS2HOST:/volume1/export/ /mnt/NAS2 nfs rw,vers=3

Re: [CentOS] NFS Share fails to mount at boot time

2021-08-17 Thread Bill Gee
My suggestion - Add "_netdev" to the parameters list: NAS2HOST:/volume1/export/ /mnt/NAS2 nfs _netdev,rw,vers=3,soft,bg,intr0 0 Bill Gee On Tuesday, August 17, 2021 9:18:53 AM CDT Felix Natter wrote: > hello fellow CentOS Users, > > on Scientific Linux 7 (_ve

[CentOS] NFS Share fails to mount at boot time

2021-08-17 Thread Felix Natter
hello fellow CentOS Users, on Scientific Linux 7 (_very_ similar to CentOS7), I get this when trying to mount NFS Shares (exported from Synology NAS) automatically at boot time: [root@HOST ~]# journalctl -b 0 | grep NAS[20] Jul 01 13:32:09 HOST systemd[1]: Mounting /mnt/NAS0... Jul 01 13:32:09 HO