I believe that fat32 does not support the same permissions as Linux that you are familiar with. After you sort the rw option in /etc/mtab , then I think you will have a better time.
However, the step after this is to have two different Eclipse installations work in the same workspace.
I did not have much success with this (although you have not tried that this is an exact scenario), but I would be careful:
- sync eclipse versions
- Use only relative paths and relative to the work area. This is probably good practice, but worth repeating.
If all goes well, you should share everything, including settings for both installations.
There are two clarifications that I can think of, which can be useful for reasoning if this is not realistic:
- 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 cannot put both executables in the same directory, consider the -install and -configuration . - If you cannot perform any of these actions, you may need to work on two parallel workspaces. You can synchronize them with tools like
rsync or even with distributed source control like Mercurial.
source share