mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-12 11:28:26 -06:00
Linux/MacOSX:check that the requested size of file container is less than available
disk free space. Add a CLI switch to disable this check.
This commit is contained in:
@@ -49,6 +49,7 @@ namespace VeraCrypt
|
||||
bool MaxVolumeSizeValid;
|
||||
uint64 MinVolumeSize;
|
||||
uint32 SectorSize;
|
||||
uint64 AvailableDiskSpace;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user