shobhit 0 Posted August 14, 2004 i have a 40 gb hdd installed as pri. master on my system. i installed rh 9.0 on it. everything works fine. but i can only access around 13 gb of my hdd. 5 gb / 5 gb /home 384 mb swap 3gb as fat32 which i have mounted on /mnt/fat32 how do i access the rest of my hdd. its not a partitioning problem. because i did mkfs.msdos to make the fat32 partition. it only gave me the above mentitioned 3 gb. Share this post Link to post
egorgry 0 Posted August 14, 2004 Did you use fat32 (lba) partition type c if you go into fdisk and list parttion types. fdisk /dev/hdx (x = to the device you want to check) then type m for help or p to print the partition table you should see what it is. should look something like this. Quote: Disk /dev/hda: 13.6 GB, 13662609408 bytes 255 heads, 63 sectors/track, 1661 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/hda1 * 1 1660 13333918+ c W95 FAT32 (LBA) Share this post Link to post
danleff 0 Posted August 14, 2004 mkfs.msdos will usually make a fat 12 or 16 partition and automatically determine the size, unless you specifiy the size and fat type in the command line. So, the issue is that it made a fat 16 filesystem and determined the size, based on those limitations. You need to use fdisk, as suggested to make the fat 32 filesystem, or use other partitioning software. I bet if you look at fidsk for the drive, it will list the partition that you made as a fat 16 filesystem. Share this post Link to post