Browse Source

Set maximum fixed VHD file size to the official maximum (which is the maximum file size supported by earlier NTFS implementations)

Tal Aloni 8 years ago
parent
commit
05f027a2af
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ISCSIConsole/CreateDiskImageForm.Designer.cs

+ 1 - 1
ISCSIConsole/CreateDiskImageForm.Designer.cs

@@ -50,7 +50,7 @@ namespace ISCSIConsole
             // 
             this.numericDiskSize.Location = new System.Drawing.Point(56, 41);
             this.numericDiskSize.Maximum = new decimal(new int[] {
-            100000000,
+            16777215,
             0,
             0,
             0});