xboxboy Posted October 28, 2012 Share Posted October 28, 2012 Hi all, I'm completely baffled here. Before I get flamed for using fake raid, please be aware that it suits my dual boot system. Once mageia 2 is installed, i was able to install mdraid, then # dmraid -r Which accurately found my array drives. # dmraid -ay Activates the array properly, then I simply mount it and everything is perfect. Until the next reboot. I have to run # dmraid -ay to activate the array, then i have to mount it. If I mount it in fstab it hangs, as the array isn't activated. I activated and mounted it, ran mkinitrd, but this didn't work either. I was able to get a partial solution by using rc.local, but this was less than ideal, as I like to use system links to the data array. To many hours on the net show this is possibly a mageia 2 bug. All I need is to be able to activate the array as soon as the dmraid driver mounts, then everything will work. It sounds sooooo simple........... Link to comment Share on other sites More sharing options...
speedball2 Posted November 2, 2012 Share Posted November 2, 2012 (edited) Since Mageia is using systemd try: systemctl list-unit-files |grep dmraid If you've got a "dmraid.service" file (that's its name on Arch) then try: systemctl enable dmraid.service as root. Hopefully it'll be that easy but I don't use dmraid so don't know :) Edited November 2, 2012 by speedball2 Link to comment Share on other sites More sharing options...
xboxboy Posted November 3, 2012 Author Share Posted November 3, 2012 Hi Speedball, I have no dmraid.service, but there is a dm.service. Is that likely to be it? The service says static. Link to comment Share on other sites More sharing options...
speedball2 Posted November 5, 2012 Share Posted November 5, 2012 Hi, I was guessing and guessed wrong. I can't see any systemd config files for dmraid (dm.service is something to do with display manager) on Mageia. Unless you can find something in MCC (services section) you might want to ask the Mageia devs for help or they might create a dmraid.service file for you. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now