command line - access and read the external disk mounted on a server - Ask Ubuntu


how can access , read , write files onto external disk mounted on server own ubuntu terminal?

you can use sshfs this.

  1. install running sudo apt-get install sshfs
  2. run sshfs user@server:/path/to/dir /path/to/mountpoint/ actual paths
  3. access data cd /path/to/mountpoint/. can use data server same way hard-drive in computer.

Comments

Popular posts from this blog

download - Firefox cannot save files (most of the time), how to solve? - Super User

windows - "-2146893807 NTE_NOT_FOUND" when repair certificate store - Super User

sql server - "Configuration file does not exist", Event ID 274 - Super User