unh0ly_freak
Group: Members
Posts: 44
Joined: Mar. 2007 |
|
Posted: April 28 2007,12:13 |
|
Quote | So it seems you either mistyped (fdisk -l /dev/hda not fdisk -l dev/hda) or there isn't a driver for your ide controller, or your HD isn't connected..
Now that you are there, play around a bit, get to know Linux.. Try ls, cd, nano..... Try "free" it lists how much memory you have...
Then type (as root, aka after sudo su)
Quote | dmesg | grep -i ide dmesg | grep -i hd |
That | comes from alt-gr and <.. It will show all ide messages from the kernel.. Post 'em here... |
After sudo su, I get [/home/dsl]#.. from here, I tried this: dmesg l -i ide (the l being a lower-case L).. and I got:
Quote | dmesg: invalid option -- i BusyBox v1.2.2 (2006.12.07-15:23+0000) multi-call binary
Usage:dmesg [-c] [-n LEVEL] [-s SIZE] |
Then I tried: dmesg | -i ide.. (the | being the line that you get from holding shift and pressing the back-slash button).. and I got this:
Quote | bash: -i command not found |
I don't get the alt-gr thing you mentioned.. 'cause when I hold alt and press even just the letter G, it auto-types the word Events..
Sorry once again for dragging this on and complicating it.. but I really appriciate all the help.
|