Comment on Mountpoint – file client for S3 written in Rust, from AWSparentComments−netfortius3yGood luck mounting EFS in Windows.−e12e3yApparently the nfs client in windows only supports nfs v3 - while efs only supports v4. The closest I found was:http://citi.umich.edu/projects/nfsv4/windows/readme.htmlSeems odd that there are no commercial nfs v4 clients for windows? Might now be possible to mount via wsl?I see ractos has nfs client - but could not figure out which version...−profquail3yWinFsp (FUSE for Windows) has an NFS driver: https://github.com/winfsp/nfs-win−mdaniel3yDo you mean EFS specifically, or you find that NFS doesn't work? Because it was my recollection that Windows included NFS machinery natively−netfortius3yEFS - this is what is being talked about here.−otterley3yAWS also offers FSx for Windows File Server, and FSx for ONTAP if you need remote Windows file service.−netfortius3yWe are talking about EFS here
Comments
Good luck mounting EFS in Windows.
Apparently the nfs client in windows only supports nfs v3 - while efs only supports v4. The closest I found was:
http://citi.umich.edu/projects/nfsv4/windows/readme.html
Seems odd that there are no commercial nfs v4 clients for windows? Might now be possible to mount via wsl?
I see ractos has nfs client - but could not figure out which version...
WinFsp (FUSE for Windows) has an NFS driver: https://github.com/winfsp/nfs-win
Do you mean EFS specifically, or you find that NFS doesn't work? Because it was my recollection that Windows included NFS machinery natively
EFS - this is what is being talked about here.
AWS also offers FSx for Windows File Server, and FSx for ONTAP if you need remote Windows file service.
We are talking about EFS here