I'm developing a cross-plattform application that is delivered an run dirctly form an USB stick. As FAT32 ist the only FS working well for this (rw on windos/linux/mac) we use it as the FS for the stick.
My Problem is that from Ubuntu 10.4 -> 10.10 something changed at mounting the stick is mounted with
files: rw-rw-r directories: rwxrwxr-x
and (that is really strange) the Win32 Version of the application app.exe: rwxrwxr-x
I tried for quit a while to find out where this is configured but could not find it - simple udev rule with MODE="0777" simpyl gets ignored.
Any kind of idea help is very, very welcome, as not being able to find a solution for this is a real show stopper.
thanks in advance and kind regards, Chris
udevrules apply to device nodes (/dev/*), not to mounted filesystems (which are handled by something entirely different). – grawity Jan 17 '11 at 13:20