Installing NFS on windows 8 enterprise

1

I am having issues installing installing NFS for windows 8. Specifically when i run

Ocsetup ServicesForNFS-ServerAndClient;ServerForNFS-Infrastructure;NFS-Administration;ClientForNFS-Infrastructure

command i get "The specified windows component could bot be found:"

or if go through "Programs and Features" i get "Windows couldnt complete the requested changes.

Error code: 0x800f0922

nfs
windows-8
asked on Server Fault Sep 17, 2013 by ps.

1 Answer

0

If you have access to the Windows DVD/ISO you can try and install from media instead:

dism /online /Enable-Feature /FeatureName:<FeatureName> /All /Source:E:\Sources\SxS /LimitAccess

(where E: is the drive letter of your Windows DVD/ISO)

answered on Server Fault Sep 26, 2013 by Trondh

User contributions licensed under CC BY-SA 3.0