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 năm trước cách đây
mục cha
commit
05f027a2af
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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});