Bruno Haible <br...@clisp.org> writes: > And with this patch, mount points other than the 26 drives are listed. > For example, I created a separate disk, formatted it as NTFS, mounted > it at S:\, added some files, unmounted it from S:\, and finally > mounted it at C:\Users\bruno\mt_scratch. > > The test program now reports: > > ??? C:\ ??? NFTS local > ??? P:\ C:\Users\Public NFTS local > ??? T:\ \\larid\tmp NTFS remote > ??? C:\Users\bruno\mt_scratch\ ??? NTFS local
Thanks for the great improvement! > + /* Here we could use vol_name, something > like '\\?\Volume{...}'. */ > + me->me_devname = NULL; > + me->me_mntroot = NULL; I had the same thoughts about saving the \\?\Volume{...}, but wasn't sure how useful it was. A Windows expert can add it if is. Collin