Hi
I have a problem to mount a NFS v4 share. If I try it with:
mount -t nfs4 fs:/srv /storage/test/
I get this:
mount: fs:/srv failed, reason given by server: Permission denied
mount: mounting fs:/srv on /storage/test/ failed: Bad file descriptor
on 'normal' linux clients this command does work... What can be the problem?
/etc/exports on nfs server looks like:
/export *(rw,sec=sys,async,no_subtree_check,no_root_squash,fsid=0)
/export/srv *(rw,sec=sys,async,no_subtree_check,no_root_squash)
/export/srv/public/movie *(rw,sec=sys,async,no_subtree_check,no_root_squash,fsid=1,crossmnt)
Greetz