Mounting samba shares with Greek filenames in linux
Submitted by Stavros 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.
Tags:
s' agapw.
Submitted by elias (not verified) on Tue, 19/02/2008 - 23:28.If I were gay, I'd be the luckiest man alive, then!
Submitted by Stavros on Wed, 20/02/2008 - 00:03.---
Vidi, Vici, Veni.
or use this if you want to store it in your fstab file:
//192.168.1.4/share/ //home/msti/dimitris_share smbfs iocharset=utf8,uid=1000 0 0
Submitted by msti on Tue, 30/12/2008 - 13:02.