On Wed, 19 Feb 2025 at 22:30, Corinna Vinschen via Cygwin <cygwin@cygwin.com> wrote: > > On Feb 18 19:34, Cedric Blancher via Cygwin wrote: > > Good evening! > > > > Cygwin 3.6.0-0.374.g4dd859d01c22.x86_64 on Win10/AMD64/64bit: > > > > df -k no longer shows the data of SMB filesystems, e.g. mount points > > N:-Z: are mounted, but df -k shows nothing: > > $ df -k > > Filesystem 1K-blocks Used Available Use% Mounted on > > C:/cygwin64 401980180 134927952 267052228 34% / > > H: 1953514584 1119567760 833067056 58% /home/ced > > D: 6010038 6010038 0 100% /cygdrive/d > > This should be fixed in cygwin-3.6.0-0.378.g78fb13d21f4f which has > just been deployed. >
Mounted UNC paths are still not listed by df -k, and df -k cannot access UNC mounts: $ net use '\\hermes.intra.pasteur.fr\copy' <OK> $ df -k Filesystem 1K-blocks Used Available Use% Mounted on C:/cygwin64 401980180 133044484 268935696 34% / H: 1953514584 1126300804 826354828 58% /home/ced D: 6010038 6010038 0 100% /cygdrive/d <mount //hermes.intra.pasteur.fr/copy is not listed, while net use lists it> $ df -k '//hermes.intra.pasteur.fr/copy' df: no file systems processed <fail> Ced -- Cedric Blancher <cedric.blanc...@gmail.com> [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