Difference between revisions of "Talk:Setting up a software RAID array"
(Created page with "rc-update add mdadm-raid failed in my case I checked everything and the only solution is to put mdadm-raid to "boot" level and not to "default" Thus the command should read:...") |
|||
Line 1: | Line 1: | ||
− | rc-update add mdadm-raid | + | |
+ | kernelmodule is already loaded in standard configuration. | ||
+ | |||
+ | ''modprobe raid1'' might be dropped!? | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ''rc-update add mdadm-raid'' | ||
failed in my case | failed in my case | ||
Line 6: | Line 15: | ||
Thus the command should read: | Thus the command should read: | ||
− | rc-update add mdadm-raid boot | + | ''rc-update add mdadm-raid boot'' |
Latest revision as of 20:05, 8 March 2018
kernelmodule is already loaded in standard configuration.
modprobe raid1 might be dropped!?
rc-update add mdadm-raid
failed in my case I checked everything and the only solution is to put mdadm-raid to "boot" level and not to "default"
Thus the command should read:
rc-update add mdadm-raid boot