Consider my IP is A.A.A.A
IP Address of Remote Machine is B.B.B.B
Now I want to mount the file system of System B.B.B.B .
How to achieve this ?
We need to install a package called sshfs.
apt-get install sshfs
Now you can use
sshfs RemoteHost:Directory Local_Mount_Point
In our Scenario, we will use as fillows.
sshs B.B.B.B:/ /mnt/disk
IP Address of Remote Machine is B.B.B.B
Now I want to mount the file system of System B.B.B.B .
How to achieve this ?
We need to install a package called sshfs.
apt-get install sshfs
Now you can use
sshfs RemoteHost:Directory Local_Mount_Point
In our Scenario, we will use as fillows.
sshs B.B.B.B:/ /mnt/disk
No comments:
Post a Comment