QNAP NFS mount on HomeAssistant

Discussion about using NAS on Linux and Unix OS.
Post Reply
icornish
New here
Posts: 3
Joined: Wed Jan 04, 2017 6:53 am

QNAP NFS mount on HomeAssistant

Post by icornish »

I have a QNAP TS251A which is running the latest QTS 4.5.2.
I want to share a drive so I can mount it from my Home Assistant running on Raspberry PI.

NFS v4 is enabled, as is NFS v2/3.
I have shared the folder and set the NFS host access to permit the PI's IP (which is static).
SQUASH OPTION = Readonly
SQUASH OPTION (the 2nd column) - Squash all users
Anonymous = everyone
Anonymous User = <user>

on the PI, I use mount -v -t nfs <host:/Share> <mount point>

But get "Connection Refused"... both on same subnet...

What am I doing wrong?
Post Reply

Return to “Linux & Unix (NFS)”