Date: Mon, 30 Aug 2004 22:44:35 +0200 (CEST) From: Wojciech Puchar <wojtek@tensor.3miasto.net> To: Fernan Aguero <fernan@iib.unsam.edu.ar> Cc: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re: maximum hard drive capacity supported? Message-ID: <20040830223906.Y15234@chylonia.3miasto.net> In-Reply-To: <20040830141749.GA534@iib.unsam.edu.ar> References: <20040830141749.GA534@iib.unsam.edu.ar>
next in thread | previous in thread | raw e-mail | index | archive | help
> > Upon trying to buy a new hard drive (80 GB) I was asked > about the capabilities of my system, and I just thought that > these were needed to tell what kind the IDE (ATA) > capabilities. However, the vendor said that depending on the > BIOS the system might not be able to recognize a large disk. BIOS is only needed to boot. FreeBSD then drives it without BIOS there are 3 possibilities: 1) BIOS just supports whole drive. nothing special needed 2) BIOS can't support the whole drive, it detects as much smaller one. solution: install system with separate /boot partition that fits in the range that BIOS supports. after booting FreeBSD will get whole disk 3) BIOS hangs completely trying to drive your disk. rare case but i have this with P133 machine with 80GB disk. machine runs NetBSD, and i boot kernel from floppy, then NetBSD supports whole drive. with FreeBSD it could be difficult to fit kernel on floppy but it is possible if you will compile yours with minimal set of drivers (but including disk) and then load modules from disk by startup scripts. my custom kernel compresses to 977000 bytes, loader takes 237568 bytes so it could fit. unfortunately i don't have enough FreeBSD knowledge now to tell you how prepare such floppy.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040830223906.Y15234>