mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-05 16:00:05 +01:00
TrueCrypt/VeraCrypt always use 512-bytes sector for encryption, but for devices with a larger native sector it stores this value in header. This patch allows activating of such devices, basically ignoring the mentioned sector size in header (it only must be multiple of 512-bytes sector). Fixes: #580.