I have a directory that is synchronized between my windows and linux installations via dropbox. In Windows Vista, it appears as X:\ drive, in Linux (latest xubuntu), it's mounted as /x/ directory.
The problem is that I'd like this directory to have the same path in both systems, so my Eclipse installation can understand it properly. I can imagine that using some kind of trick might exist to tell Linux to dig 'x:\' syntax, or vice versa. Thanks
