I am running a remote application and use x11 forwarding to display it on my screen. Can I let the remote application use my LOCAL usb port to access devices (e.g. usb disks)? If so, detailed procedure please.
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This should do the work if you just need to read/write files on a USB drive.
You could mount your local usb on the remote computer using sshfs:
You need to install ssh on both computers:
Plug your usb stick. You will probably have automount, if not, mount the usb drive manually:
Then you need to install sshfs on the remote computer:
Create a mount point for your usb stick on the remote computer:
Finally, mount it with sshfs:
I dont know if you can remote mount /dev/sdbX using sshfs. If you need direct access to the USB port you should try it, but I never did it.