View Single Post
Old 05-24-2003, 09:40 PM   #11 (permalink)
Idolmind86
Upright
 
I've converted my partitions to fat 32. When I list in Fdisk I get HDA 7 as being a FAT 32 partition.

This is my /etc/fstab
Device Boot Start End Blocks Id System
/dev/hda1 * 1 255 2048256 b Win95 FAT32
/dev/hda2 256 5494 42082267+ f Win95 Ext'd (LBA)
/dev/hda5 256 2423 17414428+ 83 Linux
/dev/hda6 2424 2551 1028128+ 82 Linux swap
/dev/hda7 2552 5494 23639616 b Win95 FAT32

When I try and mount I get a fs type FAT32 not supported by kernel. I supposed I have to go back and check... I thought for sure I had FAT32 support also.
Idolmind86 is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46