CArclib::ArcCreateVolSetR5060

The ArcCreateVolSetR5060 method creates a Raid30/50/60 volumeset with a group of raidsets.

 

virtual ARC_STATUS ArcCreateVolSetR5060(

      IN BYTE nRaidNumber,

      IN BYTE nRaidArray[],

      IN pVolumeSetCap pVol,

      IN BYTE Over2TBType = TYPE_64BIT_LBA

);

Parameters:

[IN]

nRaidNumber: Number of RaidSets in the nRaidArray that use to create Raid30/50/60 VolumeSet

nRaidArray: Pointer to an array containing index of RaidSets

pVol: Pointer to a sVolumeSetCap structure that uses to create VolumeSet

Over2TBType: Specify how RAID controller supports volumeset over 2TB

Value

Meaning

TYPE_64BIT_LBA

Use 64 bit LBA to support volumeset over 2TB

TYPE_4K_FOR_WIN

Use 4KByte for Windows to support volumeset over 2TB

Return Values

This method returns the ARC_STATUS.

Note:

 

Password required if password enabled, use ArcChkPassword member function to validate the password.