I've got a large mdadm-based RAID5 array that I've been using with an Ubuntu 8.04 system. I'm setting up a new 9.10 (alpha 6) system on the same hardware. mdadm does a great job automagically finding and reassembling the array, but when I go to mount it, it wants my password ("Authentication is required to mount the device"). I am using the same user name for both systems, but I'm guessing that linux is smart enough to realized that user "joeblow" from one system is not necessarily the same person as "joeblow" on another system.
So what's the correct way (vs. just going crazy with chmod commands) to get the drive mounted at boot with the same device/file permissions, etc. I had before? I just want it to behave the same way it did on my old system...