Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem adding second drive to linux server

Status
Not open for further replies.

linuxMaestro

Instructor
Joined
Jan 12, 2004
Messages
183
Location
US
When I add replace my 60GB second harddrive with a 200GB drive it stops at verifying dmi pool data, when I put the 60GB drive back in it boots, ok, what could be causing that?

The bios recogonizes the 200GB drive ok.
 
add replace?
add or replace?

Is the second drive mentioned in /etc/fstab?
If field 6 isn't 0, fsck could be trying to fsck the drive, and perhaps there is no filesystem?


seeking a job as java-programmer in Berlin:
 
Sorry I meant replace, hmm, so your suggesting removing the second drive(/dev/hda1) from the fstab first, putting the new drive in and then see if it boots?

What do you mean "if field 6 isn't 0"? I have ext3 file system on the new drive, there are 4 partitions on the new drive instead of 1
 
The 60GB drive / 200GB is not part of main os, it is storage of some sort correct?

Where in boot is the hang. Is the hang during the system boot process or during the linux boot process?


Double chek settings on drive just to make sure that you have correct master / slave / cable select settings.

I would not have the second drive in the fstab until you can verify the system boots ok w/o the entry and that you can manually mount the drive.

Once you accomplish that, add the entry in fstab and type "mount -a" and see if the drive mounts then.

>---------------------------------------Lawrence Feldman
SR. QA. Engineer SNAP Appliance
lfeldman@snapappliance.com

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top