- # login from root@nfs server to another machine, and forward nfs filesystem wit it
- # 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
share NFS from NFS server to remote machine
Posted by Anonymous on Tue 7th Feb 2023 13:25
raw | new post
view followups (newest first): share NFS from NFS server to remote machine by Anonymous
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.