You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that you specify a sector size of 4096. Isn't it only suitable for those disks that use 4k-sized sectors? For example, mine reports only 512.
After fiddling with sector alignment to make the size of a partition (in sectors) a multiple of 8, cryptsetup is able to encrypt in 4k. While it seems to work, and the partition is later formatted and mounted without any noticeable issues, I wonder if this is really a good idea. I still get some warnings when I run fdisk -l (on Alpine Linux):
Disk /dev/dm-0: 58 GB, 61973987328 bytes, 121042944 sectors
941 cylinders, 255 heads, 63 sectors/track
Units: sectors of 1 * 4096 = 4096 bytes
Disk /dev/dm-0 doesn't contain a valid partition table
Note: sector size is 4096 (not 512)
CORRECTION: The error above is also happening with a sector size of 512, so it's not related to 4k sector size.
No need to differentiate as xchacha12 is (for now) known to be as safe, has plenty of margins. Might as well be faster.