New harddisk - how to get going use knoppix cd?
I just bought a new hd and boot on a knoppix cd to format and partion it, BUT
None of the tools fdisk, cfdisk etc can see the drive. Its the only hd in the system so I
expect it to be named hda. But its not there even that bios can see it and
if I boot on a win98 bootdisk, it can see it too.
So what are a completly new hd called or how to I format it the first time??
Should I try mkfs on the entire disk or what tool to use?
Thx
Re: New harddisk - how to get going use knoppix cd?
Quote:
Originally Posted by metavoid
Its the only hd in the system so I
expect it to be named hda.
Sorry but that means nothing. This isn't wimpdows! The name of the drive is dependent on its location on the bus.
primary master - /dev/hda
primary slave - /dev/hdb
secondary master - /dev/hdc
secondary slave - /dev/hdd
You could find it like so:
dmesg|grep hd
Quote:
Should I try mkfs on the entire disk or what tool to use?
Thx
No use cfdisk. Make partitions first then format them however you like.
Re: New harddisk - how to get going use knoppix cd?
>Its the only hd in the system so I expect it to be named hda.
Quote:
Sorry but that means nothing. This isn't wimpdows! The name of the drive is dependent on its location on the bus.
Ahh! Thats useful info. So a CDROM as secondary slave is actually
known to the system as /dev/hdd ?
ANYWAY,
>>No use cfdisk. Make partitions first then format them however you like.
When I start cfdisk it says Fatal error Cannot open disk drive and quites.
If I boot on win98 disk and use fdisk to make a primary dos partion it can then
see it, but not when its completely new.
So My quiestion is:
With a brand new unformattet hddisk sitting on primary master,
what command would I use to make cfdisk able to see it?
cfdisk /dev/hda gives a
Fatal error Could not open disk.
fdisk can't see it either.
So what is the trick? It is possible to use a knoppix cd and no bootdisk to
setup a brand new hd, right?