Windows XP Windows 7 Windows 2003 Windows Vista Windows教程綜合 Linux 系統教程
Windows 10 Windows 8 Windows 2008 Windows NT Windows Server 電腦軟件教程
 Windows教程網 >> 電腦軟件教程 >> 服務器技術 >> 關於服務器 >> Windows Server 2012存儲空間磁盤檢查

Windows Server 2012存儲空間磁盤檢查

日期:2017/2/8 10:13:29      編輯:關於服務器

  如何檢查存儲池中有多少磁盤被存儲空間中的虛擬磁盤占用呢?

  在Windows Server 2012中,存儲空間是指被寫入到底層物理磁盤的條帶數據。交錯表示每列條帶寫入的數據量。例如,默認情況下,交錯數據量為256KB。

  這意味著存儲池中的一個虛擬磁盤的分成5個列值存儲到五塊物理磁盤, 一個交錯的256KB條帶,那麼條帶寬度就是256KB*5(即單通的數據)等於1280KB。

  這並不重要,如果虛擬磁盤使用的是鏡像,奇偶效驗並且那些列正在被使用,那麼磁盤使用總數將一直顯示該列值。但是當你使用鏡像和奇偶效驗時,條帶寬度值會包括效和鏡像數據,所以它能反應出實際的數據寫入,像這些奇偶效驗/鏡像數據塊是包含在條帶區域。

  這裡我們可以用一下幾種方法來檢查。建議使用Windows PowerShell命令。注意你可以看到交錯數值、 NumberOfColumns數值,以及在ParityLayout值中還會詳細顯示我所使用的是Parity選項中的ResiliencySettingName值。

  Get-VirtualDisk -friendlyname VirtualsDrive | flObjectId : {b3f76b32-875d-11e2-9410-0015173a4249}

  PassThroughClass :

  PassThroughIds :

  PassThroughNamespace :

  PassThroughServer :

  UniqueId : 326BF7B35D87E21194100015173A4249

  Access : Read/Write

  AllocatedSize : 953482739712

  DetachedReason : None

  FootprintOnPool : 1191853424640

  FriendlyName : VirtualsDrive

  HealthStatus : Healthy

  Interleave : 262144

  IsDeduplicationEnabled : False

  IsEnclosureAware : False

  IsManualAttach : False

  IsSnapshot : False

  LogicalSectorSize : 512

  Name :

  NameFormat :

  NumberOfAvailableCopies : 0

  NumberOfColumns : 5

  NumberOfDataCopies : 1

  OperationalStatus : OK

  OtherOperationalStatusDescription :

  OtherUsageDescription :

  ParityLayout : Rotated Parity

  PhysicalDiskRedundancy : 1

  PhysicalSectorSize : 4096

  ProvisioningType : Fixed

  RequestNoSinglePointOfFailure : True

  ResiliencySettingName : Parity

  Size : 953482739712

  UniqueIdFormat : Vendor Specific

  UniqueIdFormatDescription :

  Usage : Other

  PSComputerName

Copyright © Windows教程網 All Rights Reserved