I was curious about something. I have LUKS FDE on my Ubuntu installation and discovered that using snappy packages creates a snap loop partition. I'm not really sure why this was added or what it exactly is. Will this partition encrypt and decrypt with the rest of the HDD? Will snappy mess with my HDD encryption?
Asked
Active
Viewed 221 times
1 Answers
2
It is a loopback mount. This type of mount is a "virtual" thing on your disk, and how some image types are read. It will not affect your encryption. Snap packages are squashfs images, and are loopback mounted, so they may be used.

dobey
- 40,982