View Single Post
Old 10-08-2012   #20
o0sdaq0o
Apprentice
 
Join Date: Oct 2012
Posts: 4
Likes: 0
Liked 0 Times in 0 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Originally Posted by BobbyBangin View Post
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.

o0sdaq0o is offline   Reply With Quote