mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Windows/Linux: Implement exFAT support.
This commit is contained in:
@@ -306,6 +306,8 @@ namespace VeraCrypt
|
||||
ArgFilesystem = VolumeCreationOptions::FilesystemType::Ext4;
|
||||
else if (str.IsSameAs (L"NTFS", false))
|
||||
ArgFilesystem = VolumeCreationOptions::FilesystemType::NTFS;
|
||||
else if (str.IsSameAs (L"exFAT", false))
|
||||
ArgFilesystem = VolumeCreationOptions::FilesystemType::exFAT;
|
||||
#elif defined (TC_MACOSX)
|
||||
else if ( str.IsSameAs (L"HFS", false)
|
||||
|| str.IsSameAs (L"HFS+", false)
|
||||
|
||||
Reference in New Issue
Block a user