Mount issues/questions on Mac #14643
Unanswered
milyenpabo
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Working with files from a shell in Terminal.app should work just fine.
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I consider using MountainDuck as a replacement for SSHFS on my Mac client. My use case is to mount remote folders from Linux servers as local volumes on the Mac (using SFTP), and then edit the files via an editor running on the client.
From my first tests, it seems I can achieve this with MountainDuck, however, I see some issues:
When I use the terminal to
cd
into the mount folder on my Mac, the terminal session freezes (or sometimes the command succeeds, but it is very very slow). Seems like MountainDuck does not support visiting the mount folder from a terminal?When I edit a file on the client, the changes are reflected on the sever pretty quickly. However, when I edit a file on the server, the changes are reflected on the client with varying latency, but it is usually slow (takes 10s of seconds). Is this a known issue, or can I configure the app to handle 2-way sync better? (I tried various config options from the MountainDuck GUI, but it did not help.)
I appreciate any help or feedback.
Beta Was this translation helpful? Give feedback.
All reactions