Converting RAID5 to RAID0

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I am doing some experiments with mdadm to combine two 1TB disks into a RAID
array. I used fdisk to create the partitions and mdadm to create a two disk
RAID5 array. I would like to have more space and I can live without
redundancy. I searched the man pages and boards for a way to do that and found:

$ sudo mdadm /dev/md0 -f /dev/sdd
mdadm: set /dev/sdd faulty in /dev/md0
$ sudo mdadm /dev/md0 -r /dev/sdd
mdadm: hot removed /dev/sdd from /dev/md0
$ sudo echo raid0 > /sys/block/md0/md/level

-bash: /sys/block/md0/md/level: Permission denied

which was not the result I expected.

Is it possible to convert RAID5 to RAID0?

There are no data on the disk. Is there a way to start over?

Cheers

Mike

--
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux RAID Wiki]     [ATA RAID]     [Linux SCSI Target Infrastructure]     [Linux Block]     [Linux IDE]     [Linux SCSI]     [Linux Hams]     [Device Mapper]     [Device Mapper Cryptographics]     [Kernel]     [Linux Admin]     [Linux Net]     [GFS]     [RPM]     [git]     [Yosemite Forum]


  Powered by Linux