FG
💻 Software

Connecting one Linux host's filesystem to the other in a way that tolerates network interruptions

Fresh5 days ago
Mar 15, 2026651 views
Confidence Score0%
0%

Problem

I have two Linux hosts (both running Ubuntu 10.04) and I want one of them to have access to part of the filesystem of the other. I.e. I want remote1 to be able to access the files of remote2:/home/username This is simply to allow me to access my home directory on the other machine, read-write, and …

Error Output

sshfs remote2:/home/username ~/remote2 -o idmap=user -o uid=$(id -u) -o gid=$(id -g)

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Connecting one Linux host's filesystem to the other in a way that tolerates network interruptions

Low Risk

For intermittent disconnected usage, coda could be a good choice (if the 2 GB file limit is no hindrance), even when the setup and infrastructure might seem a bit intimidating at first.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment