White Papers

22 Version 1.0.0
Qualifiers Name Type Description/Values
OUT MessageArguments[] String Error MessageArguments
Table 25DeletePartition() Method:Standard Messages
MessageID (OUT parameter) Message MessageArguments[]
VF001 The command was successful
VF002 General failure
VF004 Invalid value of parameter %s PartitionIndex
VF012 SD card not present
VF013 SD card locked
VF015 VFlash not enabled
VF017 SD card not initialized
VF024 Partition locked
VF026 Partition index in use
VF027 Partition already attached
VF047 Unsupported SD card
VF052 SD card not ready
8.6 DCIM_PersistentStorageService.FormatPartition()
The FormatPartition() method is used for formatting a partition on a vFlash.
Upon the successful execution of the FormatPartition() method, the DCIM_OpaqueManagementData
instance with PartitionIndex property equal to the PartitionIndex parameter shall be formatted to the
format type specified in the FormatType parameter, and the DataFormat property shall have the string
value of the FormatType parameter’s value map.
Return code values for the FormatPartition() method are specified in Table 26 and parameters are
specified in Table 27.
Table 26 – FormatPartition() Method: Return Code Values
Value Description
2 Failed
4096 Job Created
Table 27 – FormatPartition() Method: Parameters
Qualifiers Name Type Description/Values
IN, REQ PartitionIndex Uint16
The index of the partition that shall have value be
between 1 and 16.
IN, REQ FormatType Uint16
The value shall be: 1(EXT2), 2(EXT3), 3(FAT16) or
4(FAT 32)
OUT Job
CIM_Concrete
Job REF
Returned if job is created.
OUT MessageID String Error MessageID
OUT Message String Error Message
OUT MessageArguments[] String Error MessageArguments