sshfs icon indicating copy to clipboard operation
sshfs copied to clipboard

Input/output error when target is a folder in a bcachefs filesystem

Open SorrelArticulata opened this issue 5 months ago • 0 comments

Bug appeared in last few months, prior to this sshfs and bcachefs had no issues.

When trying to do anything in an sshfs mount:

$ ls remote 
ls: cannot access 'remote': Input/output error

sftp to the same remote folders works perfectly. Target system's kernel is 6.15.6_1 and bcachefs-tools is 1.25.2

Running sshfs with debugging:

$ sshfs destination: remote -o  debug
SSHFS version 3.7.3
executing <ssh> <-x> <-a> <-oClearAllForwardings=yes> <-2> <destination> <-s> <sftp>
Server version: 3
Extension: [email protected] <1>
Extension: [email protected] <2>
Extension: [email protected] <2>
Extension: [email protected] <1>
Extension: [email protected] <1>
Extension: [email protected] <1>
Extension: [email protected] <1>
Extension: [email protected] <1>
Extension: copy-data <1>
Extension: home-directory <1>
Extension: [email protected] <1>
[00001] LSTAT
  [00001]          ATTRS       41bytes (3ms)

^ nothing more is ever printed, might be hanging?

SorrelArticulata avatar Aug 06 '25 05:08 SorrelArticulata