Fedora core5 에서 samba 로 공유된 디렉토리를 Ubuntu 에서 마운트 하려고 합니다.
그런데
mount -t smbfs //fedora_host/dir /mount_position -o useername=xxx,password=xxx
이렇게 하니까 한글이 왕창 깨집니다.
검색해보고 iocharset, codepage 이런걸 -o 옵션으로 주는걸 봤는데
codepage=cp949, iocharset=utf8 이렇게 줘봐도 깨집니다.