Skip to content

Mounting remote locations via SSH

Source1

Installation

  • sudo apt install sshfs

Mounting

  • Make a mountpoint for the remote filesystem:
    mkdir ~/lxplus
    
  • Mount it:
    sshfs <username>@lxplus.cern.ch:/afs/cern.ch/user/<username's first letter>/<username/ ~/lxplus
    

  1. Thx 哈拉