Other How to use GNOME for mounting my msdosfs USB drive?

I need to use USB drives in Turkish language. If I mount drivers from nautilus I can not see my drive from nautilus. If mount drivers from Nautilus but ls characters like "Ö, Ü, Ğ, Ş, Ç" shown as ?. If I mount with mount_msdosfs -L tr_TR.UTF-8 /dev/da0s1 /mnt everything works properly. How can i fix this problem?
 
I need to use USB drives in Turkish language. If I mount drivers from nautilus I can not see my drive from nautilus. If mount drivers from Nautilus but ls characters like "Ö, Ü, Ğ, Ş, Ç" shown as ?. If I mount with mount_msdosfs -L tr_TR.UTF-8 /dev/da0s1 /mnt everything works properly. How can i fix this problem?

Well your command mount_msdosfs -L tr_TR.UTF-8 /dev/da0s1 /mnt is the proper way how you should do it in general. But i guess its a bug in nautilus, to be sure better create a bug report to the port first.
 
Well your command mount_msdosfs -L tr_TR.UTF-8 /dev/da0s1 /mnt is the proper way how you should do it in general. But i guess its a bug in nautilus, to be sure better create a bug report to the port first.
I think problem is GNOME don't using -L tr_TR.UTF-8. And I think i can fix it via configuration file. But i will create bug report. Thank you very much.
 
Back
Top