1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2026-06-10 06:46:59 -05:00
Files
VeraCrypt/src/Common
Mounir IDRASSI 170dfa83ee Linux/macOS: fix hidden volume FAT size limit
The Unix volume creation wizard applied the FAT32 sector-count limit as a blanket check for device-hosted hidden-volume outer volumes. On 512e disks Linux reports 512-byte logical sectors, so this incorrectly rejected larger device-hosted outer volumes even when the selected outer filesystem was not FAT.

Compute the actual VeraCrypt filesystem/data area size through a shared helper and apply the FAT32 size limit only when FAT is selected. This preserves correct FAT validation while allowing non-FAT outer volumes to proceed to the existing hidden-volume size estimation flow.

Update text-mode creation so FAT is not offered when the selected size cannot support it, and default to the platform native filesystem in that case. Clarify the user-facing FAT limit wording to refer to logical sector size.

Fixes #262
2026-05-29 19:18:56 +09:00
..
2024-04-10 18:47:29 +02:00
2024-04-10 23:50:05 +02:00
2016-05-10 20:20:14 +02:00
2016-05-10 22:18:34 +02:00
2016-05-10 22:18:34 +02:00
2016-05-10 20:20:14 +02:00
2016-05-10 20:20:14 +02:00
2026-04-30 13:39:51 +09:00
2026-05-09 22:54:47 +09:00