I believe that the fat32 doesn't support the same kind of permissions as the linux ones you are familiar with. Once you have sorted out the rw
option in /etc/mtab
then I think you will have a better time.
However, the step after that is to have two different installations of Eclipse working on the same workspace.
I haven't had a lot of success with this (though haven't tried you're exact scenario), but I would be careful to:
- keep the Eclipse versions in synch
- only use relative paths, and relative to the workspace. This is probably good practice any way, but is worth repeating.
If all goes well, then you should be sharing everything, including preferences across both installations.
There are two refinements I can think of, which may be useful to reason about, if not actually do:
- you could probably share most of the installation of eclipse (the
plugins
and features
directory, if not the config.ini
and eclipse.ini
files). If you can't put both executables in the same directory, consider the -install
and -configuration
runtime options.
- if you can't do any of these things, then you may need to work on two parallel workspaces. You can keep them in synch with tools such as
rsync
or even a distributed source control like mecurial.