Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

nfs mount

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
carex
Posts: 32
Joined: 2011-05-27 16:58
Location: Belgium

nfs mount

#1 Post by carex »

Just for info.
I had the following line in /etc/fstab (Jessie)
192.168.0.11:/volume1/photo /mnt/synolo nfs noauto,user,ro,hard,intr,noexec 0 0

This was not working with strech. I had to add vers=2 to make it work with Stretch
192.168.0.11:/volume1/photo /mnt/synolo nfs noauto,user,ro,hard,intr,noexec,vers=2 0 0

Now I can just mount /mnt/synolo in stretch like I did in Jessie.
Hope this can be usefull.

maximus1978
Posts: 93
Joined: 2015-03-19 12:49

Re: nfs mount

#2 Post by maximus1978 »

Cool

What about mounting it manually and then checking /etc/mtab?

I'm curious as to what line shows up there. It can then also be added to your /etc/fstab.

Post Reply