bekir şerifoğlu | a blog

a non-regularly-updated weblog about some geeky stuff

vfat mount problem in lenny gnome

with one comment

I have a sony walkman that uses fat file system. I have been using Jsymphonic (0.2.1alpha) for a long time with no problems. However, when I switched to lenny, it stopped working. I have realized that my foldernames and filenames in the walkman were all in lowercase , even if I renamed them with mixed cases. So I checked hal-mtab and found the problem. Lenny gnome uses “shortname=lower” mount option with fat file system. I think this is a bug  because people would not want to see their filenames/foldernames in all lowercase letters. Mixed case would probably be the best choice.

Fix:

First, go to “/usr/share/gconf/schemas/gnome-mount.schemas” and find “[shortname=lower,uid=]” and change it to “[shortname=mixed,uid=]“.

Then, open gnome configuration editor (gconf) and go to “/system/storage/default_options/vfat”. You will see that it also uses “[shortname=lower,uid=]” as mount option. So edit that key so that it looks like “[shortname=mixed,uid=]“.

And that’s all. Your fat file systems will be mounted using mixed case letters and Jsymphonic will be working perfectly again.

There is already a bug report about it.

Written by bekir serifoglu

November 2, 2008 at 4:55 pm

Posted in linux

Tagged with , ,

One Response

Subscribe to comments with RSS.

  1. Hi Friend

    I am a brazilian man and my english is very bad.
    I have the same problem, your tip helped me very.

    Thanks friend.

    Carlos Eduardo

    March 30, 2009 at 12:29 am


Leave a Reply