We can become in root or run any commands with sudo (in this case, we option to become in root)
First, backup the .kext for BlockStorage
iguanas-MacBook:~ root# cp /System/Library/Extensions/IOAHCIFamily.kext/Contents/PlugIns/IOAHCIBlockStorage.kext/Contents/MacOS/IOAHCIBlockStorage /System/Library/Extensions/IOAHCIFamily.kext/Contents/PlugIns/IOAHCIBlockStorage.kext/Contents/MacOS/IOAHCIBlockStorage.original
Run the following perl script in the IOAHCIBlockStorage
iguanas-MacBook:~ root# Read more...