Hi,
Migrating from a QNAP nas box to FreeNAS I ran into an issue: The NFS shares must be mountable the same way as before (otherwise a large number of clients have to be updated).
So, e.g.
if a "documents" share can be mounted from a client like this:
mount -t nfs 10.1.1.1:/documents
It should be the same command when FreeNAS is running at 10.1.1.1
Are there any workarounds to avoid long paths like
mount -t nfs 10.1.1.1:/mnt/data/documents
I have been searching in this forum and found an older answer saying it's not possible but maybe it has become possible since? It's a big problem for me.
Thanks again!
Migrating from a QNAP nas box to FreeNAS I ran into an issue: The NFS shares must be mountable the same way as before (otherwise a large number of clients have to be updated).
So, e.g.
if a "documents" share can be mounted from a client like this:
mount -t nfs 10.1.1.1:/documents
It should be the same command when FreeNAS is running at 10.1.1.1
Are there any workarounds to avoid long paths like
mount -t nfs 10.1.1.1:/mnt/data/documents
I have been searching in this forum and found an older answer saying it's not possible but maybe it has become possible since? It's a big problem for me.
Thanks again!