在服务器 2008 R2 跨区卷(带有动态磁盘)上创建 NFS 共享是可行的,但是当我在 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
答案1
我收到了 MS 存储团队的回复电子邮件([电子邮件保护]) 并且他们证实这在 2012 年不起作用。
有一个修补程序显然可通过对 MS - 2777475 的特殊请求获得。
他们说这个问题已在 2012 R2 中修复。
答案2
此修复程序可在以下位置找到:
Windows 8 和 Windows Server 2012 更新汇总:2012 年 12 月