Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

651

February 5th, 2009 08:00

Command that shows what accesspolicy is being used when mounting fs

What command can I use to tell me what accesspolicy is being used for a file system?

Celerra 5.6

1.5K Posts

February 5th, 2009 08:00

server_mount server_x

This will list all the file systems mounted on each server (in place of server_x you may use ALL) - if there is no accesspolicy option found with the mount entry - means the default accesspolicy is used.

Example -

server_mount server_2

test on /test uxfs,perm,rw ---------------------> all default options
sandip on /sandip uxfs,perm,rw,noprefetch,accesspolicy=UNIX ---------------------> options are set while mounting the file system

Hope this helps,
Sandip

8.6K Posts

February 5th, 2009 13:00

with the default access policy being NATIVE
No Events found!

Top