You are not logged in.
When creating a dm-verity partition, is there a preferred type of filesystem that should be used? How about btrfs?
https://wiki.archlinux.org/title/Dm-verity#Partitioning
Last edited by componentscience (2024-12-05 15:09:51)
Offline
Read further, you don't use a traditional filesystem for that, but an explicitly marked verity format that's native to the DM layer: https://wiki.archlinux.org/title/Dm-ver … _up_verity
If you're going to setup btrfs you should setup btrfs directly without a layer in between.
Offline
Understood thank you. Similar to using cryptsetup format/open. One last point of clarification on the rootfs or whatever device is used. The rootfs would be formatted with a filesystem and configured before performing veritysetup format/open, and it could use any filesystem, i.e., btrfs or ext4?
Last edited by componentscience (2024-12-05 15:08:53)
Offline