R P
posted this
15 October 2020
Hi Niko,
The easy way to wipe the storage is to use the CLI. Open a terminal and type 'promiseutil' then use the 'init' command as illustrated.
tests-MacBook-Pro-14:~ test$ promiseutil
-------------------------------------------------------------
Promise Utility
Version: 4.04.0000.41 Build Date: Jun 2, 2020
-------------------------------------------------------------
List available RAID HBAs and Subsystems
===============================================================================
Type # Model Alias WWN Seq
===============================================================================
hba 1 * Pegasus32 R4 2000-0001-5562-b957 1
Totally 1 HBA(s) and 0 Subsystem(s)
-------------------------------------------------------------
The row with '*' sign refers the current working HBA/Subsystem path
To change the current HBA/Subsystem path, you may use the following command:
spath -a chgpath -t hba|subsys -p <path #>.
Type help or ? to display all the available commands
-------------------------------------------------------------
cliib> init -a start -l 0 -q 1024
cliib>
This will delete the partition information on the disk, you will then have to use diskutil to put a new hfs+ filesystem on the disk.
As always, be careful with the CLI.
If you want to make changes to the array configuration you will have to delete the existing array first, then you can create a new array. The Promise Util GUI might be easiest here. But you should do the init before deleting the array.