Joined: Sat Nov 19, 2005 6:39 pm Posts: 633 Location: California
|
Hello pandda:
When you download the ".gz" Knoppix saves it either to the Desktop (and you will see an icon appear for it) or to your home directory.
In a shell type "cd" (which takes you to your home directory). Then use "ll" (that's two lower-case letter "L" in a row) to get a listing of files. The downloaded ".gz" file should show up.
Type "gunzip <yourfilename>.gz" and it will automatically unzip the image. If you now do another "ll" you will see the ".img" file.
If your version of Knoppix saves it to the Desktop, you can right-click on the icon and choose "Extract to here". In a shell you then can access it by doing "cd" and "cd Desktop" and "ll". After that all that remains is to format the floppy and using the "dd" command as documented by serverelements.
Hope this helps.
|
|