ubuntu

Mounting Ubuntu to Ubuntu Using SSHFS

Learn how to mount an Ubuntu PC or server from another Ubuntu system using sshfs. Note that it doesn't work with WSL as fuse is not supported. However, there are many user requests, so it should become available eventually.

Shou Arisaka
1 min read
Oct 2, 2025

This article introduces how to mount an Ubuntu PC or server from another Ubuntu system using sshfs.

# sshfs [email protected]:/home/yuis /media/xserv
sshfs -p 10022 [email protected]:/home/yuis -o IdentityFile=~/.ssh/yuis.key /media/xserv

By the way, it doesn’t work with WSL as fuse is not supported. However, there are many user requests, so it should become available eventually.

Share this article

Shou Arisaka Oct 2, 2025

🔗 Copy Links