Changes between Initial Version and Version 1 of Ticket #4590, comment 11


Ignore:
Timestamp:
09/22/24 12:00:53 (6 days ago)
Author:
zaytsev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4590, comment 11

    initial v1  
    11Thanks, that helps! 
    22 
    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. 
     3So 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. 
    44 
    55Can you show `mount` flags? 
    66 
    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. 
     7It 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.