NFS_mount_solaris_Linux

How to NFS mount a Solaris 11 folder in Linux OEL 6.3

On Solaris:  

# share -F nfs -o rw -d "Solaris 11 Home"  /export/home/helmut
# showmount -e
export list for supsunhh3:
/export/home/helmut (everyone)

On Linux: 
# showmount -e supsunhh3
Export list for supsunhh3:
/export/home/helmut (everyone)

# mount -t nfs supsunhh3://export/home/helmut /home/oracle/AT_WORK_SOL

Leave a Reply

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