Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
NTFS mount, ls and UTF-8
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
johtib
Tux's lil' helper
Tux's lil' helper


Joined: 14 Jun 2004
Posts: 128

PostPosted: Thu Sep 15, 2005 6:17 am    Post subject: NTFS mount, ls and UTF-8 Reply with quote

I'm having troubles getting ls to display Swedish characters on my mounted NTFS partition. I have installed Native Language Support for both ISO8859-1 and UTF-8 in the kernel (and of course I've also included NTFS support).
Code:
/etc/fstab

/dev/hda1      /mnt/windows   ntfs      utf8,umask=0222      0 0

Code:
locale -a

C
POSIX
en_US
en_US.utf8
sv_SE
sv_SE.utf8

Code:
/etc/conf.d/consolefont

CONSOLEFONT="default8x16"
CONSOLETRANSLATION="8859-1_to_uni"

Code:
/etc/conf.d/keymaps

KEYMAP="sv-latin1"
Back to top
View user's profile Send private message
vinky
Apprentice
Apprentice


Joined: 24 Feb 2005
Posts: 213
Location: Sweden

PostPosted: Thu Sep 15, 2005 11:10 am    Post subject: Reply with quote

For me it works perfect
I think the problem is that you have:
Code:
CONSOLEFONT="default8x16"

instead of something like
Code:
CONSOLEFONT="lat1-16"

in /etc/conf.d/consolefont
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum