在服务器2008 R2上创buildNFS共享卷(使用dynamic磁盘),但是当我在2012年尝试时收到错误。 相同的PowerShell命令在2012年的C驱动器基本卷上工作。

New-NfsShare -Name nfsshare -Path E:\nfsshare -Authentication All ` -EnableAnonymousAccess:$true -NetworkName $env:COMPUTERNAME ` -Permission ReadWrite New-NfsShare : Failed to perform the requested operation. At line:1 char:1 + New-NfsShare -Name nfsshare -Path E:\nfsshare -Authentication All -EnableAnonymo ... + CategoryInfo : NotSpecified: (MSFT_NfsServerTasks:root/Microsoft/..._NfsServerTasks) [New-NfsShare], CimException + FullyQualifiedErrorId : HRESULT 0x80070001,New-NfsShare
我从MS存储团队([email protected])收到一封电子邮件,他们确认这在2012年不起作用。
有一个修复程序显然可以从特殊的请求MS – 2777475。
他们说这是在2012 R2修复的。