All of lore.kernel.org
 help / color / mirror / Atom feed
* Converting RAID5 to RAID0
@ 2014-08-31 12:43 Mike Muratet
  2014-08-31 17:13 ` Robin Hill
  2014-08-31 22:31 ` NeilBrown
  0 siblings, 2 replies; 9+ messages in thread
From: Mike Muratet @ 2014-08-31 12:43 UTC (permalink / raw)
  To: linux-raid

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


^ permalink raw reply	[flat|nested] 9+ messages in thread
* Converting RAID5 to RAID0
@ 2014-09-01 14:10 Michael Muratet
  0 siblings, 0 replies; 9+ messages in thread
From: Michael Muratet @ 2014-09-01 14:10 UTC (permalink / raw)
  To: linux-raid

Thanks Neil and Robin

I was able to get what I wanted.

Cheers

Mike

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-09-17 15:15 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-31 12:43 Converting RAID5 to RAID0 Mike Muratet
2014-08-31 17:13 ` Robin Hill
2014-08-31 22:31 ` NeilBrown
2014-09-10 16:15   ` Add disks and convert level 0 to level 5 Michael Muratet
2014-09-11  0:27     ` NeilBrown
2014-09-17 14:59       ` Michael Muratet
2014-09-17 15:15         ` Robin Hill
2014-09-11  7:27     ` Robin Hill
2014-09-01 14:10 Converting RAID5 to RAID0 Michael Muratet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.