On Sat, 18 Mar 2000,  John Starkey wrote about,  New drive.:
> Hello everyone.
> 
> I just added a Maxtor 20 gig HD to my system. I have 2 - 1 gig drives
> already. How do I get linux to see it so I can format and mkfs it????
> 
> I set it up in CMOS so I know it physically and electronically there.
> But fdisk doesn't see it and I can't

Firstly in normall terms you dont need to setup the disk in the BIOS, use
the autofind option.

What does the following command return.

dmesg | grep /dev/hdc  (just after booting) or if you have redhat;
cat /var/log/dmesg | grep /dev/hdc

What is the output of the following command;
fdisk /dev/hdc
??
  
> mount /dev/hdc

You cant mount a disk untill its been partitioned and had a filesystem
created on its partition(s).

> 
> This one is totally new to me. I also checked the multiple disk HOWTO
> and I didn't find anything on how to mount a brand new disk.

There should be no problem at all.

> 
> 
> Thanks,
> 
> John
> 

-- 
Regards Richard
[EMAIL PROTECTED]
http://people.zeelandnet.nl/pa3gcu/


-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to