Re: UTF encoding when mounting USB stick
Hi!
> I don't do Hal. What happens if you just use mount? With type vfat,
> you can just use the option utf8.
If I use mount command it work fine.
If HAL mounts it #mount gives:
/dev/sdb1 on /media/KINGSTON type vfat
(rw,noexec,nosuid,nodev,shortname=winnt,uid=1035)
and #ls:
??? ??????
??????? ?? ?????????? Skoda Felicia LX 1.6. 20070316
??????? ?? ?????????? Skoda Felicia LX 1.6. 20070409
If I manually mount it by:
sudo mount -t vfat -o iocharset=utf8,uid=1035 /dev/sdb1 /mnt/tmp/
#mount gives:
/dev/sdb1 on /mnt/tmp type vfat (rw,iocharset=utf8,uid=1035)
and #ls:
Для статьи
Расходы на автомобиль Skoda Felicia LX 1.6. 20070316
Расходы на автомобиль Skoda Felicia LX 1.6. 20070409
How to say HAL to use iocharset option???
Reply to: