Fstab NFS mount, export path is

My export path is
Export list for 192.168.38.32:
/opt/sybhttpd/localhost.drives/SATA_DISK_c86e2ee9-fdbd-48ee-a8a1-aceb24d67e9f4 192.168.38.0/255.255.255.0
how must look like my line in fstab. It is PCH-A410 nfs share
Thanks

Hi,

I’ve moved you post to a new topic, to stop the wiki entry getting cluttered.

Please run the following command on osmc and provide the output:

showmount -e 192.168.38.32

Just want to make sure there are no weird symlinks at play.

Thanks Tom.

osmc@VERO4K:~$ showmount -e 192.168.38.32
Export list for 192.168.38.32:
/opt/sybhttpd/localhost.drives/SATA_DISK_c86e2ee9-fdbd-48ee-a8a1-aceb24d67e9f4 1 92.168.38.0/255.255.255.0
here it is

Hi,

Please try:

192.168.38.32:/opt/sybhttpd/localhost.drives/SATA_DISK_c86e2ee9-fdbd-48ee-a8a1-aceb24d67e9f4 /mnt/Sata        nfs   noauto,x-systemd.automount  0  0

sudo mkdir /mnt/Sata

sudo mount /mnt/Sata

Feel free to change the mount point, I’ve just chosen /mnt/Sata as an example.

Thanks Tom.

2 Likes

Thanks for help
On mounting Sata dir I got:
osmc@VERO4K:~$ sudo mount /mnt/Sata
mount:nfs Failed to resolve server 192.168.38.38.32: Name or service not known
osmc@VERO4K:~$

There is an empty Sata dir

Hi,

Sorry there is a typo in the fstab entry, should be:

192.168.38.32:

not

192.168.38.38.32

I’ve edit my post, it now shows the correct fstab entry.

Thanks Tom.

1 Like

Thank you, I also did not see that. Now is working.

Thanks
Damir

1 Like