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

software installation - How to install linux driver for a lb-link wireless usb adapter - Ask Ubuntu

permissions - Mount is denied because the NTFS volume is already exclusively opened - Ask Ubuntu