Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6719281
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T09:04:28+00:00 2026-05-26T09:04:28+00:00

I am running a remote application and use x11 forwarding to display it on

  • 0

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!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T09:04:28+00:00Added an answer on May 26, 2026 at 9:04 am

    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:

    $sudo apt-get install ssh
    

    Plug your usb stick. You will probably have automount, if not, mount the usb drive manually:

    $sudo mkdir /media/localUSB
    $sudo shown YOUR_LOCAL_USER /media/localUSB 
    #replace YOUR_LOCAL_USER with your current user name of the local machine
    $sudo mount /dev/sdbX /media/localUSB 
    #replace X with your usb device number
    

    Then you need to install sshfs on the remote computer:

    $sudo apt-get install sshfs
    

    Create a mount point for your usb stick on the remote computer:

    $sudo mkdir /media/remoteUSB
    $sudo shown YOUR_REMOTE_USER /media/remoteUSB 
    #replace YOUR_REMOTE_USER with your current user name of the remote machine
    

    Finally, mount it with sshfs:

    $sshfs LOCAL_COMPUTER_ADRESS:LOCAL_USB_MOUNT_POINT /media/remoteUSB  -o ssh_command="ssh -l YOUR_REMOTE_USER" #l is L, not one
    #replace LOCAL_COMPUTER_ADRESS with your local computer ip or host name
    #replace LOCAL_USB_MOUNT_POINT with the directory whre the usb is mounted. If you made de manual mounting process, it should be: /media/localUSB
    #replace YOUR_REMOTE_USER with your current user name of the remote machine
    

    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.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to use a Windows application running on remote clients that will connect
We have a java application which run as server running on a remote windows
After running my Cake application locally i tried to upload it to my remote
I have an application running on IIS 7. If I remote desktop to the
I have an app running on port 9100 on a remote server serving http
How to read data, submit queries from vb application to a remote machine running
An app I'm working on interfaces with an existing application running on a remote
My setup is: Debugging computer: Visual Studio 2008 Professional Domain access Application-running computer: MSVSMon.exe
I've had an application that's been running great for several months. Thankfully I use
Let's assume I have a windows forms application that should be remote-controlled or influenced

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.