# fdisk /dev/hdf
: n
e - extended
p - primary (1-4)
: p
: Partition number (1-4): 1
: First cylinder (1-27744, default 1): 1
: Last cyinder +size or +sizeM or +sizeK (1-27744, default 27744): 27744
: p
Device Boot Start End Blocks Id System
/dev/hdf1 1 27744 13982944+ 83 Linux
:w
# fdisk -s /dev/hdf
80043262
# fdisk -s /dev/hdf1
4031968
Following is the applicable portion of my lilo.con:
image=/boot/vmlinuz
label=linux
append="ide2=0xffe0,0xffae"
read-only
root=/dev/hda1
What do I need to do to allow Linux to set up the entire 80gb as one partition? (Btw, I've already upgraded my BIOS to the latest version, but found nothing regarding LBA in the BIOS setup.)
If I need to provide further info, please let me know. Thanks for any input you may have.
--
Steve
_______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list