Re: some question in SoftRaid

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

 



On Fri, 24 May 2002 lilha@legend.com.cn wrote:

> but how to use raidhotremove combination or the new mdadm?
> i try it:
> #raidstop /dev/md3
> #raidhotremove /dev/md3
> No target disk specified!

If you want the array completely removed, you don't need to use the
'raidhotremove' command. This is intended for removing a block device from
the array.

And you don't have to stop the array. You can remove the disk from an
active array. For example, assuming that it is /dev/hda3 you want to
remove:

# raidsetfaulty /dev/md3 /dev/hda3
# raidhotremove /deV/md3 /dev/hda3

For completely removing the array you should just stop it (raidstop
/dev/md3) and change the partition types from 0xfd, so the kernel won't
autodetect them at next boot. Otherwise, after issuing the raidstop, the
array is stopped and the partitions should be usable.

> is there any doc about how to remove raid?

I think the RAID-HOWTO pretty much covers it.

http://unthought.net/Software-RAID.HOWTO/

> and what is the new mdadm?

mdadm is a new utility for managing Linux SW RAID. You should check the
archive of this list for more about it.

   D.


-
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@vger.kernel.org
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