As you might know, all Crostini containers are running under the "unprivileged container" mode and are kind of restricted, which means:
- Unable to load any kernel modules
- Unable to mount any disk/loopback images natively (although you could use FUSE to achieve a similar result, that's complicated to use)
- Unable to setup device mappers
So what's the solution? This guide will cover things below: