|
how to troubleshoot disk size limit?
hello gang,
I'm new to linux and this forum, and love command line systems.
I've inherited a linux server which I must keep running for a business.
I just electrically installed a 500gb IDE drive as the secondary master, no slave.
fdisk seems to report the drive as 130 gig. How do I figure what is limiting me, the motherboard, the bios, the kernel, or fdisk or something with the distrib.
Any suggestions would be appreciated.
thanks in advance!
John
Debian linux 3.1 sarge
Kernel ver 2.4
ASUS motherboard (approx 5 years old)
fdisk reports:
willow:~# fdisk /dev/hdc
Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel
Building a new DOS disklabel. Changes will remain in memory only,
until you decide to write them. After that, of course, the previous
content won't be recoverable.
The number of cylinders for this disk is set to 266305.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
(e.g., DOS FDISK, OS/2 FDISK)
Command (m for help): p
Disk /dev/hdc: 16 heads, 63 sectors, 266305 cylinders
Units = cylinders of 1008 * 512 bytes
Device Boot Start End Blocks Id System
Command (m for help): q
willow:~#
willow:~#
|