Mailing List Archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [tlug] system languag



On Fri, Oct 23, 2015 at 06:18:56PM +0900, Thomas wrote:
> On 10/23/15 14:56, Christian Horn wrote:
> > On Fri, Oct 23, 2015 at 10:42:54AM +0900, Thomas wrote:
> > Maybe this is a filesystem which should explicitly told about the 
> > charset? When you execute "mount" you should be able to identify the 
> > line re- levant for that mountpoint. When I mount the vfat filesystem 
> > of my walkman mp3player which contains filenames with 
> > non-ascii-characters, I use this: mount -t vfat -o iocharset=utf8 
> > /dev/sdb1 /mnt/walkman Chris 
> Sorry, but I have no idea what I am supposed to be looking for ...
> 
> mount
> [..]

I do not spot relevant entries either, those lines would have "vfat" 
or "ntfs" as filesystemtype.  Example from my walkman, when mounted
for accessing ascii characters:

mount
[..]
/dev/sdb1 on /mnt/walkman type vfat ([..],iocharset=ascii,[..])
[..]

When mounted correctly:
mount
[..]
/dev/sdb1 on /mnt/walkman type vfat ([..],iocharset=utf8,[..])
[..]

"type vfat" or "type ntfs" could hint at the windows filesystems.
The first mount is done automatically, for the second I was ex-
plicitly using option "iocharset=utf8".

That filesystem is on the same harddisk?  Can you try to access
the filesystem, so seeing the files without kanji, and directly
after that execute "mount" again?

Still, your issue might be something completely different. :)

Chris


Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links