Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Mounting an OSX partition (hfsplus) w/french charset [SOLVED
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on PPC
View previous topic :: View next topic  
Author Message
jerry arns
Tux's lil' helper
Tux's lil' helper


Joined: 13 Dec 2003
Posts: 95
Location: France

PostPosted: Wed Jul 20, 2005 6:09 pm    Post subject: Mounting an OSX partition (hfsplus) w/french charset [SOLVED Reply with quote

Hello,

I have an iBook with OSX and Gentoo.

I can mount the osx partition under gentoo :
Code:
mount -t hfsplus /dev/hda6 /mnt/osx -o ro


The problem is that non ASCII characters (like é, à, etc...) appear garbled. There is a characterset conversion problem.

I tried :
Code:
mount -t hfsplus /dev/hda6 /mnt/osx -o ro,iocharset=iso8859-15

but this raises an error about a bad option as if 'iocharset' was not an option for hfsplus.

Can I mount the OSX partition and not have this characterset problem ?
_________________
Left handed, right minded.


Last edited by jerry arns on Sat Jul 23, 2005 2:21 pm; edited 1 time in total
Back to top
View user's profile Send private message
limn
l33t
l33t


Joined: 13 May 2005
Posts: 997

PostPosted: Thu Jul 21, 2005 4:12 pm    Post subject: Reply with quote

Have you ISO 8859-15 compiled in your kernel or as a module?
Code:
    File systems  --->
       Native Language Support  --->
          <M>  NLS ISO 8859-15 (Latin 9; Western European Languages with Euro)
Back to top
View user's profile Send private message
jerry arns
Tux's lil' helper
Tux's lil' helper


Joined: 13 Dec 2003
Posts: 95
Location: France

PostPosted: Thu Jul 21, 2005 9:26 pm    Post subject: Reply with quote

It's compiled in the kernel :

Code:
#
# Native Language Support
#
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="iso8859-15"
CONFIG_NLS_CODEPAGE_437=y
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
# CONFIG_NLS_CODEPAGE_850 is not set
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_CODEPAGE_1250 is not set
# CONFIG_NLS_CODEPAGE_1251 is not set
# CONFIG_NLS_ASCII is not set
CONFIG_NLS_ISO8859_1=y
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
CONFIG_NLS_ISO8859_15=y
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
CONFIG_NLS_UTF8=y

_________________
Left handed, right minded.
Back to top
View user's profile Send private message
limn
l33t
l33t


Joined: 13 May 2005
Posts: 997

PostPosted: Thu Jul 21, 2005 10:12 pm    Post subject: Reply with quote

Try
Code:
nls=iso8859-15

instead of
Code:
iocharset=iso8859-15
Back to top
View user's profile Send private message
jerry arns
Tux's lil' helper
Tux's lil' helper


Joined: 13 Dec 2003
Posts: 95
Location: France

PostPosted: Sat Jul 23, 2005 2:20 pm    Post subject: Reply with quote

This option is not documented in the mount man page.

But that's it the solution.

Thank you very much.
_________________
Left handed, right minded.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on PPC 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