I have a windows ntfs network drive mounted with cifs.
On the drive are files with names like 'Clannad Crann Ull 06 Crann Úll.mp3'
But ubuntu shows them as 'Clannad Crann Ull 06 Crann ?ll.mp3' so with a ? in stead of that strange char.
I can't copy those files elsewhere, and programs even crash on them.
Now I'm trying to mount that drive so the encoding is right but I'm not having much luck with it yet.
I'm trying to change iocharset and codepage in fstab:
//192.168.1.10/D /home/jean/serverd cifs auto,rw,username=guest,password=,file_mode=0777,di r_mode=0777,user,iocharset=8859-1,codepage=850 0 0
Still get the ?? though.
Thanks!
On the drive are files with names like 'Clannad Crann Ull 06 Crann Úll.mp3'
But ubuntu shows them as 'Clannad Crann Ull 06 Crann ?ll.mp3' so with a ? in stead of that strange char.
I can't copy those files elsewhere, and programs even crash on them.
Now I'm trying to mount that drive so the encoding is right but I'm not having much luck with it yet.
I'm trying to change iocharset and codepage in fstab:
//192.168.1.10/D /home/jean/serverd cifs auto,rw,username=guest,password=,file_mode=0777,di r_mode=0777,user,iocharset=8859-1,codepage=850 0 0
Still get the ?? though.
Thanks!
Comment