Link to home
Start Free TrialLog in
Avatar of jrbrowne
jrbrowne

asked on

Adding a existing linux hdd to a system

        How do I add a Linux HardDrive to a system that is already establsihed with linux. The purpose is to transfer data out so I can safely re-install linux on the corrupt system.
Avatar of oveh
oveh

man mount should give you enough information, or is this
a trick question?
ASKER CERTIFIED SOLUTION
Avatar of bjacobs
bjacobs

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
add the line hdxx=cylinders,heads,sectors
where these parameters correspond to the
disk linux should see
cylinders reported by bios at boot (enter bios config and look)
heads reported at boot
sectors reported at boot

add to the boot line for either lodlin or lilo as appropriate.

This will tell the kernel the correct disk configuration
and allow mke2fs to operate properly.

webmaster@bizsystems.com