Windows 10: NFS mounted drive not visible if app run with elevated rights

Discus and support NFS mounted drive not visible if app run with elevated rights in Windows 10 Gaming to solve the problem; Hello,I have an NFS share mounted : mount \\192.168.x.x\DRIVE X:If I run an app with elevated rights the drive is not visible. UAC is switched off,... Discussion in 'Windows 10 Gaming' started by Maciej Ligowski, May 10, 2023.

  1. NFS mounted drive not visible if app run with elevated rights


    Hello,I have an NFS share mounted : mount \\192.168.x.x\DRIVE X:If I run an app with elevated rights the drive is not visible. UAC is switched off, user has admin rights. Any help ?Maciej

    :)
     
    Maciej Ligowski, May 10, 2023
    #1

  2. mount nfs share with nfs client

    Hello,

    my nfs share was exported by my centos os.

    and I refer the doc to mount the nfs share by nfs client on my windows 10 pro.

    Can I Set Up User Name Mapping in Windows Vista?

    On windows 10 version 1709

    mount nfs share successfully and permission acccess are all right

    On windows 10 version 1809

    mount nfs share successfully, but permission access is not correctly set.

    after some investigation, I find with win 10 version 1809, despite what I set AnonymousUid and AnonymousGid in the regedit under

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ClientForNFS\CurrentVersion\Default

    mount always set the uid=-2 and gid=-2

    but on windows 10 version1709, the uid and gid can correctly set according to the value of AnonymousUid and AnonymousGid in the regedit.

    Do you know why? is there any solution? Thank you very much!

    ,
     
    Heming A Tang, May 10, 2023
    #2
  3. How to mount an NFS drive under the windows subsystem for LINUX?

    1. I can mount an NFS drive under windows fine using the native windows NFS client
    2. I can mount a samba drive under windows Linux subsystem fine -- it is only very slow
    3. How can one mount the NFS drive into the Linux subsystem?

    I'm running Windows 10 version 1809 (enterprise edition)
     
    Frank Puck, May 10, 2023
    #3
  4. NFS mounted drive not visible if app run with elevated rights

    mount nfs share with nfs client

    Hi Heming A Tang,

    Thank you for writing to Microsoft Community Forums.

    I understand that you are facing permissions issue after mounting NFS share. Hence, I would suggest you to post your question in the
    TechNet Forums, where we have support professionals
    who are well-equipped with the knowledge, skill and resource to handle queries regarding this issue.

    Regards and Cheers!

    Srimadhwa B

    Microsoft Community-Moderator
     
    Srimadhwa_B, May 10, 2023
    #4
Thema:

NFS mounted drive not visible if app run with elevated rights

Loading...
  1. NFS mounted drive not visible if app run with elevated rights - Similar Threads - NFS mounted drive

  2. Elevate admin rights

    in Windows 10 Gaming
    Elevate admin rights: Hello community,Is it possible to set up an admin account to be used only to elevate access?For example, have 2 accounts, "TestAdmin" in the Administrators group and "TestUser" in the Users group. Disable log on for the "TestAdmin" account and only use it to elevate access...
  3. Elevate admin rights

    in Windows 10 Software and Apps
    Elevate admin rights: Hello community,Is it possible to set up an admin account to be used only to elevate access?For example, have 2 accounts, "TestAdmin" in the Administrators group and "TestUser" in the Users group. Disable log on for the "TestAdmin" account and only use it to elevate access...
  4. Error when mounting NFS Share

    in Windows 10 Gaming
    Error when mounting NFS Share: HelloI have been trying to mount a NFS share from windows server 2022 on windows 10.whenever i tried to mount the share on win10 i got this message:C:\Users\admin>mount -o anon \\192.168.1.250\sharebox x: Network Error - 1204 Type 'NET HELPMSG 1204' for more information.i...
  5. Error when mounting NFS Share

    in Windows 10 Software and Apps
    Error when mounting NFS Share: HelloI have been trying to mount a NFS share from windows server 2022 on windows 10.whenever i tried to mount the share on win10 i got this message:C:\Users\admin>mount -o anon \\192.168.1.250\sharebox x: Network Error - 1204 Type 'NET HELPMSG 1204' for more information.i...
  6. Error when mounting NFS Share

    in Windows 10 Network and Sharing
    Error when mounting NFS Share: HelloI have been trying to mount a NFS share from windows server 2022 on windows 10.whenever i tried to mount the share on win10 i got this message:C:\Users\admin>mount -o anon \\192.168.1.250\sharebox x: Network Error - 1204 Type 'NET HELPMSG 1204' for more information.i...
  7. NFS mounted drive not visible if app run with elevated rights

    in Windows 10 Network and Sharing
    NFS mounted drive not visible if app run with elevated rights: Hello,I have an NFS share mounted : mount \\192.168.x.x\DRIVE X:If I run an app with elevated rights the drive is not visible. UAC is switched off, user has admin rights. Any help ?Maciej...
  8. NFS mounted drive not visible if app run with elevated rights

    in Windows 10 Software and Apps
    NFS mounted drive not visible if app run with elevated rights: Hello,I have an NFS share mounted : mount \\192.168.x.x\DRIVE X:If I run an app with elevated rights the drive is not visible. UAC is switched off, user has admin rights. Any help ?Maciej...
  9. How do I mount a shared drive with NFS

    in Windows 10 Network and Sharing
    How do I mount a shared drive with NFS: I have most of my data on a Linux machine accessible via NFS. How can I access it on my Windows 10 system? I have edited the registry to add Uid and Gid, and enabled the NFS service. The mount command eludes me. The examples I see have "-o anon" or "-o nolock" or similar....
  10. mount nfs share with nfs client

    in Windows 10 Network and Sharing
    mount nfs share with nfs client: Hello, my nfs share was exported by my centos os. and I refer the doc to mount the nfs share by nfs client on my windows 10 pro. https://blogs.msdn.microsoft.com/sfu/2009/03/27/can-i-set-up-user-name-mapping-in-windows-vista/ On windows 10 version 1709 mount nfs share...