-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Browsing in fuse mounted snapshot gives input/output error #313
Copy link
Copy link
Closed
Labels
state: need feedbackwaiting for feedback, e.g. from the submitterwaiting for feedback, e.g. from the submittertype: bug
Description
I mounted my repository (sftp backend) like this:
# restic mount /mnt
Now serving data at /mnt
Don't forget to umount after quitting!
When i then try to browse through the content i get this:
/mnt # cd snapshots/
/mnt/snapshots # ls -al
total 0
dr-xr-xr-x 1 root root 0 Sep 29 22:32 2015-09-29T22:32:34+02:00
dr-xr-xr-x 1 root root 0 Sep 29 23:34 2015-09-29T23:34:00+02:00
dr-xr-xr-x 1 root root 0 Sep 30 01:33 2015-09-30T01:33:20+02:00
dr-xr-xr-x 1 root root 0 Sep 30 12:07 2015-09-30T12:07:20+02:00
dr-xr-xr-x 1 root root 0 Sep 30 23:50 2015-09-30T23:50:47+02:00
/mnt/snapshots # cd 2015-09-30T23\:50\:47+02\:00/
/mnt/snapshots/2015-09-30T23:50:47+02:00 # ls -al
ls: reading directory .: Input/output error
total 0
/mnt/snapshots/2015-09-30T23:50:47+02:00 #
I could reproduce this on two different servers, with each having a different sftp backend.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
state: need feedbackwaiting for feedback, e.g. from the submitterwaiting for feedback, e.g. from the submittertype: bug