NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Network and Storage Protocols

permission denied change into nfs mount

kongfranon
5,186 Views

I have never seen this before, when I try to change to the foldder for exmaple /mnt/volumename  it gives me permission denived even as root

This is a brand new volume on the netapp, and I can mount it, just cannot cd into it

I did an exportfs and it showed the correct permissions

-sec=sys,rw,root=ip address

Any ideas?

Thanks

4 REPLIES 4

riegersteve
5,186 Views

How did you mount it, with what options ?

kongfranon
5,187 Views

i did

mount 192.xxxx:/vol/volumename /mnt/folder

I did nto set nosuid, not sure to do that

But i figured it out, i had to change security using qtree from ntfs to unix, i am not sure why all volumes by default are set to ntfs, I have to figure that out.  I created another test volume and it did the same thing.

But once I change it using qtree it now works thanks!

riegersteve
5,187 Views

on your filer do

options wafl.default_security_style

will tell you ntfs or unix

riegersteve
5,186 Views

To add to my last comment

Did you set nosuid on the mount options ?

Public