Ilyace Posted February 26, 2008 Share Posted February 26, 2008 While applying the bootfix patch there is one part where i have to type in a command that includes the following: "./dd" (without quotes) where dd is a file. So i type the command in, but then it says "./dd: Permission denied" (without quotes). How can i fix the permission denied part? Thanks. Link to comment Share on other sites More sharing options...
Headrush69 Posted February 26, 2008 Share Posted February 26, 2008 Add sudo before the entire command. Link to comment Share on other sites More sharing options...
Ilyace Posted February 26, 2008 Author Share Posted February 26, 2008 Now it says "sudo: command not found" Link to comment Share on other sites More sharing options...
Korrupted Posted February 26, 2008 Share Posted February 26, 2008 DD isn't a file. Just use: "dd", no quotes, no ./. Link to comment Share on other sites More sharing options...
Ilyace Posted February 26, 2008 Author Share Posted February 26, 2008 Thanks that worked. Now the next command is: unmount /Volumes/Leopard. I type it in and it says: unmount: command not found. Link to comment Share on other sites More sharing options...
inedible Posted February 26, 2008 Share Posted February 26, 2008 Thanks that worked. Now the next command is: unmount /Volumes/Leopard. I type it in and it says: unmount: command not found. where are you doing this from? are you booting off a dvd? you can try mount -u /Volumes/Leopard or you can try /sbin/unmount /Volumes/Leopard or if that's the end of the instructions you can just type reboot and it will unmount it itself. Link to comment Share on other sites More sharing options...
Ilyace Posted February 26, 2008 Author Share Posted February 26, 2008 Sorry, i misread the command it is actually umount, not unmount. So now I'm going to try a clean install of this and see if it works. Link to comment Share on other sites More sharing options...
Recommended Posts