Operating System - HP-UX
1829620 Members
2509 Online
109992 Solutions
New Discussion

How to nfs mount to client read-only

 
SOLVED
Go to solution
frederick hannah
Super Advisor

How to nfs mount to client read-only

I am attempting to nfs mount from an nfs server to an nfs client, both 11.11 servers. The mount works, but I want it to mount the desired mountpoint on the client as read-only. What is the best way to this?
2 REPLIES 2
mvpel
Trusted Contributor
Solution

Re: How to nfs mount to client read-only

mount_nfs(1m)

-o specific_options

Set file system specific options according to a comma-separated list chosen from words below.

rw|ro

resource is mounted read-write or read-only. The default is rw.
frederick hannah
Super Advisor

Re: How to nfs mount to client read-only

Issue is resolved.