R1SKbreaker wrote:
How do I set it up to have Raspbian auto mount those 2 partitions of the hard drive when the pi boots up?
Are you at the command line? You may wish to turn off the automatic mounting nonsense that the default configuration in X uses, I think it's in the file manager or something like that. Apparently, as well, support for exfat needs to be added with an apt-get install. Did you do that?
I would then test at the prompt mounting them wherever I felt they should be. Once that works, then I'd add them to /etc/fstab using their UUIDs. If you have situations where you want different drives mounting on the same point at different times, I'd not use the UUIDs, even though you could set them the same, don't, rather I'd use the labels. You could have the green directory for five usb drives and the blue directory for five other ones, say, if you had two cables you could plug the drives into marked green and blue. Green and blue could just as easily be music and video.
Oh, I'm not sure that anyone else does this, but I like to mark file systems that are on drives or flash devices or the network with a prefix, I use fs. and then add whatever I was going to name it, e.g. fs.wally might be the file system on hard drive wally or the networked in file system from host wally. Of course if you put all the drives in the /media/user/whatever directories, you already know this information but I'd rather have the drives near whatever they are used for.