diff --git a/source2/Kernel/System/Hardware/Cosmos.Hardware/BlockDevice/Partition.cs b/source2/Kernel/System/Hardware/Cosmos.Hardware/BlockDevice/Partition.cs index 5ab4d147f..a5ffc7f42 100644 --- a/source2/Kernel/System/Hardware/Cosmos.Hardware/BlockDevice/Partition.cs +++ b/source2/Kernel/System/Hardware/Cosmos.Hardware/BlockDevice/Partition.cs @@ -13,7 +13,8 @@ namespace Cosmos.Hardware.BlockDevice { mStartingSector = aStartingSector; mBlockCount = aSectorCount; var xSize1 = aHost.BlockSize; - var xSize2 = mHost.BlockSize; + UInt64 xSize2 = 7; + xSize2 = mHost.BlockSize; mBlockSize = aHost.BlockSize; }