| Quote |
| - How many partitions do I need for the above task? No other O/S. |
| Quote |
| - What is the best size for each partition? Do I need a seperate Swap space partition? |
| Quote |
| How do I completely clean/format the HD first? Any tools on the DSL CD that will help me do this? |
| Quote |
| Since this is a 20GB HD, I'll 2 partitions of 10GB each. I assume I can make them plain Linux partitions and DSL will change to the appropriate type (swap or ext2 or other)? |
| Code Sample |
| sudo mkswap /dev/hda1 |
| Code Sample |
| sudo swapon /dev/hda1 |