Mount JFFS2 Image
Saturday, October 25, 2008
Example of how to mount a JFFS2 image using mtdblock.
Never tell the truth to people who are not worthy of it.
- Mark Twain
vfat Mounts Default to Lowercase Shortnames
Tuesday, April 21, 2009 by digitalpeer
I'm not sure who introduced this, but vfat mount options default to shortname=lower. This means that when you create a file or directory that fits in the 8.3 format, it forces the name to lowercase despite how you create it. This is a disaster, especially for dumb automated software, that expects filenames to be case sensitive on Linux like *everything* else. The Fedora guys
offer some advice, although limited. Anyhow, you can manually mount with shortname=mixed or give the recommendation to use gnome-mount-nautilus-properties a try. It seems to be a working solution.