Win11: mounted NFS volume labels are not displayed in TC

The behaviour described in the bug report is either by design, or would be far too complex/time-consuming to be changed

Moderators: Hacker, petermad, Stefan2, white

Post Reply
uqx
Junior Member
Junior Member
Posts: 4
Joined: 2020-01-14, 20:32 UTC

Win11: mounted NFS volume labels are not displayed in TC

Post by *uqx »

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.
User avatar
Dalai
Power Member
Power Member
Posts: 9963
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Re: NFS volume labels

Post by *Dalai »

Do you run TC as administrator? If so, does it work if you run TC normally (not as admin)?

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
uqx
Junior Member
Junior Member
Posts: 4
Joined: 2020-01-14, 20:32 UTC

Re: Win11: mounted NFS volume labels are not displayed in TC

Post by *uqx »

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).
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50471
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: Win11: mounted NFS volume labels are not displayed in TC

Post by *ghisler(Author) »

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.
Author of Total Commander
https://www.ghisler.com
uqx
Junior Member
Junior Member
Posts: 4
Joined: 2020-01-14, 20:32 UTC

Re: Win11: mounted NFS volume labels are not displayed in TC

Post by *uqx »

Good point.
psicrime
New Member
New Member
Posts: 0
Joined: 2023-12-02, 11:25 UTC

Re: Win11: mounted NFS volume labels are not displayed in TC

Post by *psicrime »

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.
tomasz.koc
New Member
New Member
Posts: 0
Joined: 2007-05-04, 19:51 UTC
Location: Warsaw

Re: Win11: mounted NFS volume labels are not displayed in TC

Post by *tomasz.koc »

if someone is still looking for an answer to this, there is a workaround:

try defining this in wincmd.ini

Code: Select all

[DriveHints]
D=CD-Rom
E=Burner
F=zip-drive
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
Post Reply