Code Sample |
index.html autorun.inf autorun.bat KNOPPIX [DIR] |
Code Sample |
Format them (C:\ and D:\) with format C: /u or D: /u |
Code Sample |
unrar t unrar.rar <---to test unrar x unrar.rar c:\ <---to extract to c drive |
Code Sample |
sudo su (to become root) cfdisk tab to new select primary select starting cylinder, you can either select end cylinder or +64M and it will automatically calculate the cylinders needed for the swap space. tab to type (hit a key to bypass) type 82 (for linux swap) make sure you remember the name of the partition (more than likely /dev/hda2) at the command line tab to write and hit ok |
Code Sample |
mkswap /dev/hda2 once its done it will roll right back to a command line then type swapon -a or reboot the system and then the DSL startup will automatically see the swap partition and mount it |
Code Sample |
sudo su (to become root) cfdisk tab to new create a primary (linux ex2) partition on the remainder of the HD remember the parition name (more than likely /dev/hda3) write and ok back to command prompt cd /usr/sbin then type ./dsl-hdinstall and follow the prompts |