Good morning!

For your consideration - we need feedback, please!

New is:
- 1st Autumn release
- Windows ARM64/aarch64 support added
- Now supports case-insensitive NFS filesystems
- Copy acceleration (Win32 read/write offload) via server-side NFSv4.2
COPY for copy, xcopy, Windows Explorer, ...,  works even if the
exported filesystem does not support block cloning
- New tool to manage machine-wide mounts for all logons/services:
/sbin/nfs_globalmount
- Better FreeBSD NFS server compatibility
- Bug fixes for Win11
- Volume label is now an URL to the NFS server, e.g. nfs://hostname/
- winsg.exe now supports PowerShell directly- The NFS driver and
wings.exe now support non-ASCII characters (e.g french circumflex)
- Improved Windows Extended Attribute (EA) support
- Sparse file support (https://en.wikipedia.org/wiki/Sparse_file) for
HPC environments
- Symlink conversion, to make Windows symlinks exchangeable with other
NFS clients on other platforms
- Windows Server 2019 NFSv4.1 nfsd, Windows Server 2022 NFSv4.1 nfsd,
Solaris 11.4 NFSv4.1 nfsd, Illumos NFSv4.2 nfsd and FreeBSD >= 14 nfsd support
- MSYS2 support
- TMPDIR/TMP/TEMP env variables can now point to a NFS filesystem
- Windows Storage32 API support, required for using MSI installer
files on NFS mounts

Ced

---------- Forwarded message ---------
From: Roland Mainz <[email protected]>
Date: Thu, 9 Oct 2025 at 10:44
Subject: [Ms-nfs41-client-devel] [Announcement] NFSv4.2/NFSv4.1
filesystem client Windows driver binaries for Windows
10/11+WindowsServer 2019/2022 for testing, 2025-10-09 ...
To: <[email protected]>


Hi!


----

We've created a set of test binaries for the NFSv4.2/NFSv4.1
filesystem client driver for Windows 10 (32bit x86, x86-64, ARM64),
Windows 11 (x86-64, ARM64)+Windows Server 2019/2022 (x86-64, ARM64),
based on https://github.com/kofemann/ms-nfs41-client (commit id
#1934011ecccd0a881c9a3806493af78aece2f4b8, git bundle in tarball), for
testing and feedback.

** FULL release readme:
- 
http://www.nrubsig.org/people/gisburn/work/msnfs41client/releases/testing/msnfs41client_cygwin_64bit32bit_binaries_20251009_09h50m_git1934011.readme
- 
http://www.nrubsig.org/people/gisburn/work/msnfs41client/releases/testing/msnfs41client_cygwin_64bit32bit_binaries_20251009_09h50m_git1934011.html
(experimental HTML version)

** Download URL (all architectures+platforms):
- 
http://www.nrubsig.org/people/gisburn/work/msnfs41client/releases/testing/msnfs41client_cygwin_64bit32bit_binaries_20251009_09h50m_git1934011.tar.bz2

** Download hash sums:
SHA2-256(msnfs41client_cygwin_64bit32bit_binaries_20251009_09h50m_git1934011.html)=
c4e9ec9a224d7f93a7a76ef941ee50a5d013c889ea2da505ae53fc4486dcc7d8
SHA2-256(msnfs41client_cygwin_64bit32bit_binaries_20251009_09h50m_git1934011.readme)=
4a407763c7f11144603394015b9b267e42c136d8a60866fc78870d3b20636a72
SHA2-256(msnfs41client_cygwin_64bit32bit_binaries_20251009_09h50m_git1934011.tar.bz2)=
72d2908f6ebcb0e8b300c7dc105e1dd44098444ed06ca5430fb30ca73b118873

** Major changes since the last release:
- Window 11/ARM64 is now supported (native aarch64 kernel module and
nfs*.exe userland utilities)
- /sbin/nfs_globalmount, a new tool for Administrators to manage
global/machine-wide mounts which are available to all Windows
users/services/logons
- support for case-insensitive filesystems (e.g. Windows Server NTFS)
- NFS referrals now work with custom (non-TCP/2049) port numbers
- Implemented |FSCTL_OFFLOAD_READ|+|FSCTL_OFFLOAD_WRITE| (e.g. used by
Windows 10 xcopy, Windows Explorer etc) for server-side NFSv4.2 COPY
- Better FreeBSD 14 nfsd compatibility
- DFS service no longer needs to be disabled
- More software tested for compatibility: MariaDB, Microsoft Office
2016, Visual Studio 2022 work with msnfs41client
- Volume label is now the nfs://-URL to the server (up to 31
characters for Windows Explorer compatibility)
- Support for user and group names with non-ASCII (e.g. Unicode) names
(like German umlauts) in ms-nfs41-client, winsg.exe etc.
- winsg.exe now has a /P option to run powershell.exe with the requested group
- nfs_mount.exe now enforces that normal mounts need nfs://-URLs with
absolute paths, and "public NFS" mounts need relative paths in a
nfs://-URL
- sec=none support
- Improved /sbin/cygwinaccount2nfs4account script to better handle
creation of Windows Domain accounts on the NFS server side
- *.(exe|dll) executables are now signed with a WDK test signature,
helping with *rare* cases that Windows Defender with paranoid settings
wrongly recognising the binaries as potential threads. A *.cer
certificate file is supplied which can be imported into the Windows
Defender to whitelist the binaries if this happens.
- Support for FSCTL_DUPLICATE_EXTENTS_TO_FILE, which allows Windows 11
applications which use |CopyFile2()| (like cmd.exe  copy, xcopy.exe
etc) to copy files via block cloning. Requires NFSv4.2 NFS server with
{ CLONE, SEEK, DEALLOCATE } support, exporting a filesystem which
supports block cloning (e.g. btrfs, xfs). This includes correct
cloning of sparse files.
- Sparse file support (requires NFSv4.2 server { SEEK, ALLOCATE,
DEALLOCATE } and the |FATTR4_WORD1_SPACE_USED| attr), including
hole/data range enumeration, punching holes etc., e.g. $ fsutil sparse
queryrange mysparsefile #
- Improved Windows Extended Attribute (EA) support (requires NFS >=
v4.1 server with "Named Attribute" support ("OPENATTR")), including
create/read/write/delete
- Improved WSL support
- Support for Storage32-API (e.g. enables use of *.msi installer files
on NFS filesystems)
- Cygwin /usr/bin/svn and Windows '/cygdrive/c/Program
Files/Git/cmd/git' now work
- Illumos NFSv4.2 server is now supported
- Solaris 11.4 NFSv4.1 server is now supported
- Windows Server 2022 NFSv4.1 server is now supported (compared to
WS2019 this NFS server version has ACL support)

** Please send comments, bugs, test reports, complaints etc. to the
MailMan mailing list at
https://sourceforge.net/projects/ms-nfs41-client/lists/ms-nfs41-client-devel

----

Bye,
Roland
--
  __ .  . __
 (o.\ \/ /.o) [email protected]
  \__\/\/__/  MPEG specialist, C&&JAVA&&Sun&&Unix programmer
  /O /==\ O\  TEL +49 641 3992797
 (;O/ \/ \O;)


_______________________________________________
Ms-nfs41-client-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ms-nfs41-client-devel


-- 
Cedric Blancher <[email protected]>
[https://plus.google.com/u/0/+CedricBlancher/]
Institute Pasteur

-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

Reply via email to