-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
WinFSP giving WinError 1005 - The volume does not contain a recognized file system #2359
Description
Please agree to the following
- I have searched existing issues for duplicates
- I agree to follow this project's Code of Conduct
Summary
WinFSP
What software is involved?
- Operating System: Windows 11
- Cryptomator: 1.6.11
- WinFSP: 1.11
- Calibre
Volume Type
FUSE
Steps to Reproduce
- Try to change library to one stored in Cryptomator Vault
- Select path
Expected Behavior
Opens existing library
Actual Behavior
calibre, version 6.1.0
ERROR: Unhandled exception: OSError:[WinError 1005] The volume does not contain a recognized file system.
Please make sure that all required file system drivers are loaded and that the volume is not corrupted: 'Z:\\REDACTED\\REDACTED\\REDACTED'
calibre 6.1 embedded-python: True
Windows-10-10.0.22000-SP0 Windows ('64bit', 'WindowsPE')
('Windows', '10', '10.0.22000')
Python 3.10.1
Windows: ('10', '10.0.22000', 'SP0', 'Multiprocessor Free')
Interface language: None
Traceback (most recent call last):
File "ntpath.py", line 660, in realpath
OSError: [WinError 1005] The volume does not contain a recognized file system.
Please make sure that all required file system drivers are loaded and that the volume is not corrupted: 'Z:\\REDACTED\\REDACTED\\REDACTED'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "calibre\gui2\dialogs\choose_library.py", line 187, in accept
File "calibre\gui2\dialogs\choose_library.py", line 82, in check_action
File "calibre_init_.py", line 83, in patheq
File "calibre_init_.py", line 80, in
File "ntpath.py", line 666, in realpath
File "ntpath.py", line 614, in _getfinalpathname_nonstrict
OSError: [WinError 1005] The volume does not contain a recognized file system.
Please make sure that all required file system drivers are loaded and that the volume is not corrupted: 'Z:\\REDACTED\\REDACTED\\REDACTED'
Reproducibility
Always
Relevant Log Output
No response
Anything else?
No response