Is there a way to mount a Linux directory from a different PC to your local Linux PC? How?
In order to mount a USB drive, use the “mount” command and specify the device name you identified in the first section. Create a mountpoint in your home directory (in this case named “usb“) and use it as a mountpoint. Great! You successfully mounted a USB drive on Linux using the mount command.
sshfs is very nice, and easy to use
sshfs user@remotesystem:/remote/dir /some/local/dir
Yes, it's called NFS. You might also want to check out sshfs which is pretty nice.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With