148 RACADM Subcommand Details
• To delete all partitions, re-initialize the vFlash SD card:
racadm vflashsd initialize
• To get the status of operation on partition 1:
racadm vflashpartition status -i 1
• To get the status of all existing partitions:
racadm vflashpartition status -a
• To list all existing partitions and its properties:
racadm vflashpartition list
• To get the partition size:
racadm getconfig –g cfgvflashpartition –o
cfgvflashpartitionsize –i 1
• To display the emulation type:
racadm getconfig –g cfgvflashpartition –I 1 –o
cfgvflashpartitionemulatiotype
• To display the label for the partition that is visible to the operating system:
racadm getconfig –g cfgvflashpartition –i 1 –o
cfgvflashPartitionlabel
• To display the format type of the partition:
racadm getconfig –g cfgvflashpartition –i 1 –o
cfgvflashPartitionFormatType
• To change a read-only partition to read-write:
racadm config –g cfgvflashpartition –i 1 –o
cfgvflashPartitionAccessType 1
• To attach a partition to the host operating system:
racadm config –g cfgvflashpartition –i 1 –o
cfgvflashPartitionAttachState 1