- #
- # Windows NFSv3 client anon-uid/gid setzen auf einem SingleUser-Windows-Laptop
- #
- # Nutzer "rmainz" hat uid=1616 und gid=1616 auf Linux.
- #
- # Aif dem Laptop in einer Adminstrator-PowerShell folgende Kommados ausführen:
- #
- Windows PowerShell
- Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten.
- Lernen Sie das neue plattformübergreifende PowerShell kennen – https://aka.ms/pscore6
- PS C:\WINDOWS\system32> New-ItemProperty HKLM:\SOFTWARE\Microsoft\ClientForNFS\CurrentVersion\Default -Name AnonymousUID -Value 1616 -PropertyType "DWord"
- PS C:\WINDOWS\system32> New-ItemProperty HKLM:\SOFTWARE\Microsoft\ClientForNFS\CurrentVersion\Default -Name AnonymousGID -Value 1616 -PropertyType "DWord"
- #
- # Reboot Windows
- #
- mount Linux homedir from server nfs://derfwpc5131/export/home/rmainz to Windows Volume letter H: (Home dir):
- $ /cygdrive/c/WINDOWS/system32/mount -o anon '\\derfwpc5131\export\home\rmainz\tmp' H:
Windows: Mount Linux home dir on Windows H:
Posted by Anonymous on Wed 24th May 2023 18:59
raw | new post
modification of post by Anonymous (view diff)
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.