From b407512248034dee23186febfc5e6c9597b77912 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sat, 30 Jan 2016 00:39:43 +0100 Subject: MacOSX: Support creation exFAT volumes on OSX using the built-in command newfs_exfat --- src/Main/CommandLineInterface.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Main/CommandLineInterface.cpp') diff --git a/src/Main/CommandLineInterface.cpp b/src/Main/CommandLineInterface.cpp index 281b1aec..566fdb21 100644 --- a/src/Main/CommandLineInterface.cpp +++ b/src/Main/CommandLineInterface.cpp @@ -316,6 +316,8 @@ namespace VeraCrypt { ArgFilesystem = VolumeCreationOptions::FilesystemType::MacOsExt; } + else if (str.IsSameAs (L"exFAT", false)) + ArgFilesystem = VolumeCreationOptions::FilesystemType::exFAT; #elif defined (TC_FREEBSD) || defined (TC_SOLARIS) else if (str.IsSameAs (L"UFS", false)) ArgFilesystem = VolumeCreationOptions::FilesystemType::UFS; -- cgit v1.2.3