I have several non-boot NVMe disks whose data must be encrypted.
I have been running cryptsetup
on the disks themselves without partitioning them, then making a filesystem on the devicemapper
device.
Is there some reason that I should first be partitioning these disks (with one big partition over the whole disk) and running cryptsetup
on the partition? These disks are strictly going to be part of a zpool
, so I see no reason to partition them.
But I've heard that maybe this could cause the disk to experience more writes and a shorter lifespan.
Is there any merit to this claim?