View Single Post
  #7   (View Single Post)  
Old 23rd May 2008
ocicat ocicat is offline
Administrator
 
Join Date: Apr 2008
Posts: 3,319
Default

Quote:
Originally Posted by jggimi View Post
# cd /dev
# sh MAKEDEV wd5
If this works for the OP, great! However, if there are errors generated when running the MAKEDEV script, the solution is to explicitly specify the path:
Code:
# cd /dev
# sh ./MAKEDEV
Reply With Quote