Remove a Disk from a RAID Volume

The remove disk subcommand removes a disk from a RAID volume. Only RAID levels that support redundancy allow for disks to be removed.

  1. To remove a specific disk from a RAID volume, type:

    # raidconfig remove disk -d disk -r raidvolume

    For example:

    # raidconfig remove disk -d c0d0 -r c0r1

    This subcommand requires the options shown in the following table.

    Short Option Long Option Description

    -d

    --disks

    Specifies the disk that you want to remove from the RAID volume.

    -r

    --raid

    Specifies the RAID volume ID from which you want to remove the disk.