Mounting samba shares with Greek filenames in linux
Submitted by Poromenos on Fri, 26/10/2007 - 16:57
If you want to mount samba shares with Greek filenames under Linux (Ubuntu, in particular), here's the magic command:
sudo mount -t smbfs //server/share dir -o username=guest,password=,codepage=cp737,iocharset=utf8
It took me a while to find, so here it is for posterity and for others who might need it. Ubuntu displays filenames correctly through the network without any configuration, but if you want to mount a share yourself, you need that. Same options go for fstab as well, it works the same way.
s' agapw.
- reply
Submitted by elias (not verified) on Tue, 19/02/2008 - 23:28.If I were gay, I'd be the luckiest man alive, then!
---
Vidi, Vici, Veni.
- reply
Submitted by Poromenos on Wed, 20/02/2008 - 00:03.