Add ASM Disks to VirtualBox
Thought I’d share some VBox goodness. Adding additional disks to VBox is simple with the following scripts From the VBox host: [sourcecode language=”bash”] #!/bin/bash # # Add ASM storage to a VBox Image # echo "How many ASM disks would…