unix

How can I export an NFS mount on my Solaris 10 server?

To set up an NFS mount on a Solaris 10 server, perform the following steps:

1. svcadm -v enable -r network/nfs/server
2. share -F nfs -o rw /filesystem_to_export

NOTE: To keep the NFS mount permanently, add the entry to /etc/dfs/dfstab

share -F nfs -o rw /disk

3. On the client: mount -F nfs server:/disk /mount_point or mount -t nfs server:/disk /mount_point

Click to comment

Leave a Reply

Your email address will not be published. Required fields are marked *

To Top