pastebin - collaborative debugging tool
rovema.kpaste.net RSS


share NFS from NFS server to remote machine
Posted by Anonymous on Tue 7th Feb 2023 17:39
raw | new post
modification of post by Anonymous (view diff)

  1. # login from root@nfs server to another machine, and forward nfs filesystem with it.
  2. # The filesystem /export/home/rmainz MUST BE exportable via "localhost"
  3.  
  4. # as "root" on nfs server
  5. ssh -Y -R 3049:localhost:2049 root@10.49.20.207
  6.  
  7. # on the remote machine after ssh'ing into it:
  8. mkdir /mnt_nfs
  9. mount -vvv -t nfs -o port=3049 localhost:/export/home/rmainz /mnt_nfs
  10.  
  11. #
  12. # DO NOT FORGET to $ umount /mnt_nfs # before logging out!
  13. #

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with {%HIGHLIGHT}




All content is user-submitted.
The administrators of this site (kpaste.net) are not responsible for their content.
Abuse reports should be emailed to us at