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

debian - Kali Linux - Debootstrap error Failed to determine codename for the release - Super User

crash - Windows Rundll32 (child process of DllHost) is crashing. How can I even identify it? - Super User

Windows XP installation, no previous version of Windows NT - Super User