I am attempting to setup a raid 0 to store my music on. I have 2 120 gig HDDs and they are both linux autodetect raid partitions. I have been trying this for sometime now with little to no success. If anyone could help me I would greatly appreciate it.
When I run:
Thank you to anyone that can help I would really like to be able to enjoy my music with limitless space.
When I run:
mdadm --create /dev/md0 --level=0 --raid-devices=2 /dev/hdd1 /dev/hdc1
I recieve this error:
mdadm: Cannot open /dev/hdd1: Device or resource busy
mdadm: Cannot open /dev/hdc1: Device or resource busy
mdadm: create aborted
mdadm: Cannot open /dev/hdd1: Device or resource busy
mdadm: Cannot open /dev/hdc1: Device or resource busy
mdadm: create aborted
Comment