- # login from root@nfs server to another machine, and forward nfs filesystem with it.
- # The filesystem /export/home/rmainz MUST BE exportable via "localhost"
- # as "root" on nfs server
- ssh -Y -R 3049:localhost:2049 root@10.49.20.207
- # on the remote machine after ssh'ing into it:
- mkdir /mnt_nfs
- mount -vvv -t nfs -o port=3049 localhost:/export/home/rmainz /mnt_nfs
- #
- # DO NOT FORGET to $ umount /mnt_nfs # before logging out!
- #
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)
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.