我正在尝试在 C: 驱动器上启用数据重复数据删除,但服务器管理器不允许我这样做。使用 PowerShell 命令后,它显示以下消息:
Windows PowerShell
Copyright (C) 2014 Microsoft Corporation. All rights reserved.
PS C:\Windows\system32> Import-Module Deduplication
PS C:\Windows\system32> Enable-DedupVolume C: -UsageType Default
Enable-DedupVolume : MSFT_DedupVolume.Volume='C:' - HRESULT 0x8056530b, The
specified volume type is not supported. Deduplication is supported on fixed, write-enabled NTFS data volumes and CSV backed by NTFS data volumes.
At line:1 char:1
+ Enable-DedupVolume C: -UsageType Default
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified:
(MSFT_DedupVolume:ROOT/Microsoft/...SFT_DedupVolume) [Enable-DedupVolume], CimException
+ FullyQualifiedErrorId : HRESULT 0x8056530b,Enable-DedupVolume
PS C:\Windows\system32>
但是这个卷确实是 NTFS、可写、固定卷。至少我猜是这样的,服务器管理器就是这么说的。