Mount JFFS2 Image
Saturday, October 25, 2008
Example of how to mount a JFFS2 image using mtdblock.
Clay Shirky: Institutions vs. collaboration
Monday, July 14, 2008
This is a rather interesting talk that takes some very foundational ideas from open source software development, P2P networks, and social networking and implies that these paradigms can apply to a lot more.
If you don't take a break when you want to take a break, are you really taking a break?
- Digitalpeer
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.