Hi all!
Didn't see this asked in the FAQ or in the 'Commonly asked questions asked and answered over and over" thread. So, thought I would inquire:
Running FreeNAS 8.0.2 and attempting to mount an NFS share as a client on the NAS device, specifically from an older Netware server. Said server has exported all volumes, allows NFS version 2 and 3 and allows TCP and UDP connections.
From the command line on the FreeNAS box, if I try:
I get an error of
Doesn't seem to matter if I try to force the NFS version or the protocol. Even tried the 'nolock' option thinking this might be an older NFS server.
I checked rpcinfo on both the FreeNAS device and remotely of the server - both reported nfs, mountd and rpcbind running for both versions 2 and 3 as well as for TCP and UDP.
This same Netware share mounts just fine on a different linux server, so I think it is something within FreeNAS.
Main reason I need this is that Netware doesn't allow to mount external NFS volumes without additional software which, sadly, is no longer available (end of life for product).
So the question, i guess, is can FreeNAS mount an external NFS share as a client?
Thanks for any info/insight/assistance!
Didn't see this asked in the FAQ or in the 'Commonly asked questions asked and answered over and over" thread. So, thought I would inquire:
Running FreeNAS 8.0.2 and attempting to mount an NFS share as a client on the NAS device, specifically from an older Netware server. Said server has exported all volumes, allows NFS version 2 and 3 and allows TCP and UDP connections.
From the command line on the FreeNAS box, if I try:
Code:
#mount server:vol1 /mnt/vol1
I get an error of
Code:
RPCMNT: clnt_create: RPC: Program not registered
Doesn't seem to matter if I try to force the NFS version or the protocol. Even tried the 'nolock' option thinking this might be an older NFS server.
I checked rpcinfo on both the FreeNAS device and remotely of the server - both reported nfs, mountd and rpcbind running for both versions 2 and 3 as well as for TCP and UDP.
This same Netware share mounts just fine on a different linux server, so I think it is something within FreeNAS.
Main reason I need this is that Netware doesn't allow to mount external NFS volumes without additional software which, sadly, is no longer available (end of life for product).
So the question, i guess, is can FreeNAS mount an external NFS share as a client?
Thanks for any info/insight/assistance!