Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 2849

System and Network configuration • Re: System not mounting NFS volumes at startup

$
0
0
I have this line in my fstab:

Code:

192.168.2.5:/volume1/data     /mnt/synology/data   nfs auto,nofail,noatime,nolock,intr,tcp,actimeo=1800 0 0 
It mounts a directory on my synology nas to my main pc. Works ok.

mount line in terminal:

Code:

sudo mount -t nfs 192.168.2.5:/volume1/data /mnt/synology/data
umount line in terminal:

Code:

sudo umount 192.168.2.5:/volume1/data
And you have to configure your other computer with export see the following tutorial:
https://www.howtoforge.com/tutorial/ins ... -on-debian

Statistics: Posted by peer — 2024-04-05 07:52



Viewing all articles
Browse latest Browse all 2849

Trending Articles