Connection of nfs share

on my local area network there is nfs share.
NAS netgear STORA has NFS share

bash-3.2# exportfs -v
/home/0common 192.168.1.0/255.255.255.0(rw,wdelay,no_root_squash,no_subtree_check,fsid=0)

my media player is connected to it nfs share.
when maunting nfs shares in a haiku, I receive a mistake.

~> mount -t nfs4 192.168.1.3:/home/0common /boot/home/1
mount: No such file or directory
2)
~> mount -t nfs 192.168.1.3:/home/0common
mount: The mount point ‘192.168.1.3:/home/0common’ is not accessible.

excuse for my English

есть НАС с поднятым NFS, медиаплеер имеет доступ к НАС. Все работет.
при попытке подкючить шару к Хайку, вылетает ошибка.
где копать?

Does the folder “/boot/home/1” exist?

I have a script to mount my NAS:

#!/bin/sh

mkdir -p /DiskStation
mount -t nfs4 -p "192.168.178.3:volume1" /DiskStation

of course exists