Nautilus load a long, long, long disk name

Installed fusefs-ntfs
my loader.conf
Code:
fuse_load="YES"
my sysctl.conf:
Code:
vfs.usermount=1
and fstab:
Code:
/dev/ada2s1      /mnt/windows     ntfs   mountprog=/usr/local/bin/ntfs-3g,rw    0   0

Everthing its ok! but, when I click (for open) on the disk, Nautilus show me a long, long, long name (And the left panel cannot be resized)
 

Attachments

  • Captura de pantalla de 2021-01-23 19-56-18.png
    Captura de pantalla de 2021-01-23 19-56-18.png
    25.6 KB · Views: 161
  • qqqqqqqqqq.png
    qqqqqqqqqq.png
    89.8 KB · Views: 176
Not related to your issue but /mnt is used for temporary mounts, not (semi) permanent mounts (that's everything in fstab). If I logged in on your system and had to temporarily access a CD I would mount it on /mnt clobbering all over your /mnt/windows.

With regards to the disk's name, I suspect Nautilus uses a combination of various information to uniquely identify the disk if it doesn't have a proper volume name.
 
Back
Top