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

nvidia - NV18 [GeForce4 MX 4000] driver - Ask Ubuntu

drivers - No wi-fi network after install - Ask Ubuntu