-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sshfs mounts cannot be browsed with mc #4289
Comments
|
|
yes, this appears to be a problem with sshfs. i've checked the linked program and indeed on "regular" directories, i get the same output for both reads, yet for sshfs-mounts first read is good, but the second one yields empty result. unfortunately disabling caching does not seem to help.
anyway - we can close this ticket. i'll followup with sshfs team.
thank you. :) |
ticket on sshfs: |
Thanks! |
Important
This issue was migrated from Trac:
basz
(mc@….eu)sshfs
,empty
,browse
remote directory mounted with sshfs (FUSE) can be normally used from cmd-line, however it cannot be browsed with mc 2.8.26. the same mount point, on the same host, works fine with mc 2.8.22.
example steps to reproduce:
directory will appear to be empty, even though ls on the same dir shows real content.
changing debian image version in step 2 from 11 to 10 allows to browse mountpoint's content as usual.
note that mc 2.8.22 is the default in debian:10 (buster - aka: oldstable) and mc 2.8.26 is the default in debian:11 (bullseye - aka: stable).
The text was updated successfully, but these errors were encountered: