Changes between Initial Version and Version 1 of Ticket #4590, comment 11
- Timestamp:
- 09/22/24 12:00:53 (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4590, comment 11
initial v1 1 1 Thanks, that helps! 2 2 3 So the problem is indeed that the encrypted file system returns `EINVAL` instead of `EOPNOTSUPP`. I'm still a bit wary of just blacklisting EINVALand would like to understand why this happens and who is at fault.3 So the problem is indeed that the encrypted file system returns `EINVAL` instead of `EOPNOTSUPP`. I'm still a bit wary of just blacklisting `EINVAL` and would like to understand why this happens and who is at fault. 4 4 5 5 Can you show `mount` flags? 6 6 7 It would also be good to know if `lsattr` works on other fuse systems on your machine, such as dav2fs or sshfs. If they work, then it's really pointing to Veracrypt... and maybe we should involve VeraCrypt developer.7 It would also be good to know if `lsattr` works on other fuse systems on your machine, such as dav2fs or sshfs. If they work, then it's really pointing to !Veracrypt... and maybe we should involve VeraCrypt developer.