I'm trying to mount a ext4 partition that contains fscrypt encrypted directories. When I try to ls ./encrypted an ecrypted directory, the command hangs forever (it should instead list encrypted files). I'm wondering if this is fixable? Note that I don't need to decrypt the directory, I just need to read the encrypted version of the files (for backup).
I'm trying to mount a ext4 partition that contains fscrypt encrypted directories. When I try to
ls ./encryptedan ecrypted directory, the command hangs forever (it should instead list encrypted files). I'm wondering if this is fixable? Note that I don't need to decrypt the directory, I just need to read the encrypted version of the files (for backup).