how to read chinese with pmount

Booting, installing, newbie
Post Reply
Message
Author
kclau2008
Posts: 11
Joined: Wed 09 Apr 2008, 01:14

how to read chinese with pmount

#1 Post by kclau2008 »

I know that I can use mount with some condition add such as iocharset=utf8 to read chinese in vfat drive when mounted. But I would like to do it in pmount as it is the most easy way. I should be grateful if anyone could teach me how to solve this problem or some one to compile a new pmount for this purpose. Thanks

xekarfwtos
Posts: 7
Joined: Tue 19 Feb 2008, 08:57

#2 Post by xekarfwtos »

In puppy 3.01, edit pmount script (/usr/sbin/pmount) and change line 720 (I think) to:
mount -t $AFSYS -o shortname=mixed,iocharset=utf8 $ADEVICE $AMNTPT

I have done this and I am able to see greek when I mount vfat partitions with pmount.

kclau2008
Posts: 11
Joined: Wed 09 Apr 2008, 01:14

how to read chinese with pmount

#3 Post by kclau2008 »

Thanks xekarfwtos, I will try it. Thank you for your reply.

Post Reply