I am willing to try a dual boot arch/lmde setup on my laptop next week, but I've ran into a problem: I want to have a shared data storage where my downloads, documents etc would reside and could be read, written and executed. My first fs of choice was ext4 which needs proper attention with permissions, because like others, between distros, there can be overlapping uids and gids.
So, my question is: Is there any clean way of managing a shared "data" user group across multiple installations, or do I have to settle for a fs which supports the "uid=N gid=N"option?