I have some NTFS partitions mounted as folders, e.g. one at /music (top level). This works fine in most applications, but to certain applications these NTFS folders are invisible. I don't get any error message; I simply don't see the folders at all when browsing for files and folders.
Applications that exhibit the problem include Chromium and the Foobar2000 music player.
Applications that work fine include Dolphin, Firefox and Clementine.
I also had this problem in Kubuntu 19.10, but never in 18.04.
My /etc/fstab contains this:
My /etc/mtab contains this:
Does anyone know what could be wrong? Thanks in advance!
Applications that exhibit the problem include Chromium and the Foobar2000 music player.
Applications that work fine include Dolphin, Firefox and Clementine.
I also had this problem in Kubuntu 19.10, but never in 18.04.
My /etc/fstab contains this:
Code:
UUID=2D67F493580046AC /music ntfs-3g defaults,windows_names,locale=en_US.utf8 0 0
Code:
/dev/sda3 /music fuseblk rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096 0 0
Comment