Your numbers don't jive:
16383 * 16 * 63 * 512 = 8.46x10^9 bytes
which is far less than 36 Gb.
If you have LBA enabled in your bios the remapped geometry
would use something like 255 logical heads, so the logical
cylinders would be:
36x10^9 / (255 * 63 * 512) = 4376
>Hello,
>I don't know what to do. RedHat is only seeing 7.8GB of my disk.
>I have a Maxtor 36 GB IDE disk. 16383 Cylinders 16 Heads and 63 Sectors.
>LINUX only sees 5240 Cylinders 16 Heads and 63 Sectors.
>When I use fdisk x (expert mode and add the correct settings in everything
>looks ok but the disk is still 7.8 MB.
>Please tell me what I have to do to install the disk with a ext2 file
>system.
>NOTE ** I can install the disk in Win98 make a 36 GB partition format it.
>Then when I load linux run :
>mount -t vfat /dev/hdc1 /hdc1
>This works fine but I need the FS to be ext2. So I can chmod and chgrp to
>use with Samba. How do I fix this so Linux sees the blank disk correctly?
>Pass command to LILO? hdc=16383,16,63. But I don't know how.
>Or is it something else?
>Thanks for you help
>Chad