I have a backup server in which I have used mounted nfs shares from a remote file server (linux) and performed the backup service.

E.G.

Fileserver(Linux) -- /share, /share1 mounted on BackupServer(linux) as /mnt/share, /mnt/share1


I now have this shiny new, OPEN-E NAS server where i have

Fileserver-OPEN_E(Linux), /shareA, /shareB

I want to mount these shares on my BackupServer(Linux) as /mnt/shareA, /mnt/shareB

So I do the usual, I've enabled teh share and noted the actual path it is shared up as..

for instance, i.e. /data/disk1/shareA instead of just /shareA

and i do the usual:

mount -t nfs NAS-Server-OPEN-E:/data/disk1/shareA /mnt/shareA

and I get access denied.

My back up server is on the same workgroup, the share is config'd for no root squash and guest access.

What gives?