I've mounted NFS volumes on Windows 11 (using mount command). Disks mounted with this command have no label in TC's dropdown (disk letters n,p,v):
Image: https://i.postimg.cc/44HMHyz4/image.png
Windows Explorer is displaying these labels correctly. Tested on TC v10.52.
Win11: mounted NFS volume labels are not displayed in TC
Moderators: Hacker, petermad, Stefan2, white
Re: NFS volume labels
Do you run TC as administrator? If so, does it work if you run TC normally (not as admin)?
Regards
Dalai
Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Re: Win11: mounted NFS volume labels are not displayed in TC
No, TC is launched by normal user. NFS drives are mounted by normal user, so running TC as administrator makes them totally "invisible" (administrator does not see these drives at all).
- ghisler(Author)
- Site Admin
- Posts: 50463
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: Win11: mounted NFS volume labels are not displayed in TC
TC does not show labels for any network shares, instead it should show the UNC paths of the server, e.g. \\servername\share
Since NFS doesn't link to SMB UNC paths, it shows nothing there.
The reason is that getting the volume names would wake up any disks on the server side just when opening the drive dropdown list. This is not only slow, but also increases energy consumption for nothing.
Since NFS doesn't link to SMB UNC paths, it shows nothing there.
The reason is that getting the volume names would wake up any disks on the server side just when opening the drive dropdown list. This is not only slow, but also increases energy consumption for nothing.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: Win11: mounted NFS volume labels are not displayed in TC
Thats sad, because windows 11 can show those names perfectly in explorer. Isnt there an other way to show those names? I realy miss them since i swichted over from smb to nfs. Its so....cold and empty now when i switch drive letters.
-
- New Member
- Posts: 0
- Joined: 2007-05-04, 19:51 UTC
- Location: Warsaw
Re: Win11: mounted NFS volume labels are not displayed in TC
if someone is still looking for an answer to this, there is a workaround:
try defining this in wincmd.ini
I had exactly the same problem and this worked for me
I found the idea in this thread: https://ghisler.ch/board/viewtopic.php?t=3718
try defining this in wincmd.ini
Code: Select all
[DriveHints]
D=CD-Rom
E=Burner
F=zip-drive
I found the idea in this thread: https://ghisler.ch/board/viewtopic.php?t=3718