We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
One of the scans is going to iterate through all the mount points and check if they're encrypted.
I did a bit of research and found the following file systems
I also know of Luks, that to my knowledge works on all filesystem types as a separate layer on top.
Without using blkid how would I get all mount points and test if they're encrypted?
I encrypted a USB with luks/etx4 and mounted it but /proc/mounts did not show indication of encryption.
/dev/mapper/reddrive /mnt ext4 rw,relatime 0 0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
One of the scans is going to iterate through all the mount points and check if they're encrypted.
I did a bit of research and found the following file systems
I also know of Luks, that to my knowledge works on all filesystem types as a separate layer on top.
Without using blkid how would I get all mount points and test if they're encrypted?
I encrypted a USB with luks/etx4 and mounted it but /proc/mounts did not show indication of encryption.
The text was updated successfully, but these errors were encountered: