Question on connection to NFS share on remote host from freenas

kappclark

Explorer
Joined
Oct 16, 2019
Messages
99
Freenas Version: FreeNAS-11.3-U3

I have an OpenMediaVault server which I would like to use as a rsync/backup box for my freenas box. Have been reading forum posts, but cannot seem to square this circle..

created an NFS share on the OMV box (10.209.162.108)

[billyboy@picard ~]$ showmount -e 10.209.162.108 (picard is a Fedora box)

Export list for 10.209.162.108:

/export/MusicMain_backup 10.209.162.0/24
/export/music_swing1 10.209.162.0/24
/export 10.209.162.0/24

I can mount the MusicMain_backup share from an Ubuntu server VM (ubuntu-lms) with:

sudo mount 10.209.162.108:/MusicMain_backup /mnt/omv

billyboy@ubuntu-lms:~$ df -h
Filesystem Size Used Avail Use% Mounted on

10.209.162.108:/MusicMain_backup 1.8T 13G 1.8T 1% /mnt/omv

When I attempt this same operation on the freenas box, it says permission is denied (the freenas box and OMV are on the same subnet)

root@freenas[~]# mount 10.209.162.108:/MusicMain_backup /mnt/omv_back

[tcp] 10.209.162.108:/MusicMain_backup: Permission denied


I can only think it is because I am using a different login acct (billyboy vs. root). The root account on the freenas box doesn’t match up with the root account on the OMV box..I have tried doing the same mount command as user billyboy on the freenas box, but get the same error...

Have I given you enough information ? Thanks again for looking at this ...
 
Top