--All this is about terminal--
I know some of you will laugh, but I'm trying to install Arch Linux
, since I want to learn as much as I can about linux system and how it works. I want to be an expert (maybe in 1000 years, but that's okay :)).
The problem is that even tho I know how to do some stuff under linux I'm having a hard time with those names about hard drives, usb, cd, blah blah and how to access them. Big introduction and no question yet, but the purpose is for you to see where I'm standing and give me as many details as possible.
And here's the question:
How can I put the .iso file in a usb that will run on computers startup and allow me to install Arch linux? Details as to how to turn my pc on and hit F8
or whatever can be discarted lmao :)
Ty in advance.
dd
command countless times while searching the net. If you look at my question, you might understand that the problem is that I'm not sure what's the name for my usb drive :$... That was the reason for the long introduction. I want to be sure about what I'm doing. So I would like to be told how to recognize & understand everything before hit that enter key. :) – Not Amused Dec 03 '12 at 23:07fdisk -l
to get a list of your drives and partitions. – thomasrutter Dec 03 '12 at 23:32