PDA

View Full Version : Installing Knoppix on One Partitioned Hard Drive



nmitchell
07-10-2005, 01:51 PM
I'm running Windows 2000 and Window's recognizes that my hard drive is partitioned into C and D. D is completely unformatted with nothing on it. However, there is only one physical drive, I originally did the partitioning during the Windows 2000 installation.

How can I install Knoppix to the D drive? I don't want to wipe away my C drive but it didn't see a D when it came to the hard drive selection.

Also, I think I accidently clicked Okay when I was pressing quit and it said that the Disc was Read - Only and I didn't have the permissions.

Can anyone help?

UnderScore
07-10-2005, 05:19 PM
See http://www.knoppix.net/wiki/Hd_Install_HowTo for more infomation & suggestions. It also has a link to a Flash video of installing knoppix.

fingers99
07-10-2005, 06:15 PM
but it didn't see a D when it came to the hard drive selection.

It won't. In Linux hard drive partitions go hda1, hda2 and so on (this assumes that your hard drive is IDE and that it's the master drive on the primary IDE channel). You want to use (again, assuming that Windows is on the first partition) hda2.

UnderScore
07-10-2005, 08:50 PM
The Windows partitioning tools can only make blank partitions & can not format a partition for Linux. You will need to make 2 blank partitions using either the Windows Disk Management utility (Start -> Control Panel -> Administrative tools -> Computer Managment -> Disk Management) or use qtparted inside Knoppix. The knoppix installer will automatically start qtparted to partition the HD.
Reading the HD Install HowTo and watching a flash video is very educational & explains the need for not just 1 partition but 2 partitions.

It sounds like you have somthing similar to this:

------------------------------------------------
| hda1 boot primary NTFS 10000 (MB) |
|----------------------------------------------|
| hda2 primary Unformatted 10000 (MB) |
|----------------------------------------------|

You will want at a minimum something like:

------------------------------------------------
| hda1 boot primary NTFS 10000 (MB) |
|----------------------------------------------|
| hda2 primary Unformatted 9500 (MB) |
|----------------------------------------------|
| hda3 primary Unformatted 500 (MB) |
|----------------------------------------------|

Where the hda2 will be formatted as a Linux partition to hold the files and hda3 will be formatted for swap.

HLS
07-11-2005, 10:09 PM
A big plus for Knoppix 4.0 is that if your computer is heavy on RAM, you do not need the swap partition. I have 1G RAM installed and have had no issue with no swap partition. You would do well to use Partition Magic in a Windows environment to set up the partiton first with FAT32, then reformat to ext2 or 3, and then let Knoppix reformat it to its default choice. PM always adds two small 101meg partitions that confuse the issue inless you go the route described. I have no idea why, but I keeo getting errors generated when trying to install knoppix without pre-prep with PM. I still let Knoppix reformat the linux partition/partitions though. You would think the program is a bit Irish, like my wife, and has to do the thing its own way. :wink: