Skip to content

Instantly share code, notes, and snippets.

@Feiron
Created January 20, 2022 11:26
Show Gist options
  • Save Feiron/fbc287752942f7323d044c2e5a5dcd57 to your computer and use it in GitHub Desktop.
Save Feiron/fbc287752942f7323d044c2e5a5dcd57 to your computer and use it in GitHub Desktop.
[sshfs] mount disk via ssh #centos
sudo yum install -y sshfs
sshfs root@127.0.0.1:/ /var/mnt/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment