Re: 2.4.x kernels, big ide disks and old bios

Santiago Garcia Mantinan (manty@manty.net)
Tue, 25 Dec 2001 15:10:19 +0100


> bios only supports disks up to 32 Gb.
> hard disk is 60 Gb.

What I'm using is change the geometry after the boot and before any
partition besides root is mounted, I do this at the beginning of
checkroot.sh by calling "/sbin/setmax -d 0 /dev/hda" but you can do it on
your own script or where ever you want, just taking care that it is done
befor any FS that goes above the 32gigs is accessed.

Setmax is a small program that I downloaded from the net, sorry, I don't
remember where did I download it from or his author, but it was posted to
this list some time ago, I have a version for the 2.4 kernel at
ftp.manty.net/linux/programs/setmax.c

This works ok for me, of course you can have other solutions.

Regards...

-- 
Manty/BestiaTester -> http://manty.net
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/