Originally Posted by BobbyBangin
Same problem as
@xerxesrex
. When I get to step 9 of step 2 it's telling me that it's not found. Even though it's showing me what drive it's in. I've also used all four ports and the sdd1 method.
|
run this:
# cat create_hdd_region.sh | tr -d "\r" > /tmp/create_hdd_region2.sh
# . /tmp/create_hdd_region2.sh
this will get rid of the return characters in the script (you copied this file from a windows machine didn't you?) then copy the file to /tmp where it will be ran from there.