I rebooted last night, took about 30 minutes I think. It turned on and had to reboot again...?, that went good too. I now have my main drive C: @ 64.5gb of the 80gb & a drive E: @ 254mb in FAT32.
Just so you know, your drive isn't *really* 80gb. For some reason, the industry has allowed hard drive manufacturers to call a megabyte 10
6 and a gigabyte 10
9 instead of the original, correct value now expressed by
GiB, which is 2
30. Windows measures drive sizes correctly according to GiB and MiB (2
20), so an 80gb hard drive, 80,000,000,000, is really 74.51GiB, which is why you have such a discrepancy between your expected drive size and the size of your drive C:.
Also, like we talked about last night, Linux won't think of your hard drives as C: and E:. It will load them into /dev/hda1 and /dev/hda2. Anaconda will probably automatically add the FAT32 drive to your fstab table, so it should be automatically mounted when you start up.
I'll install FC5 this evening when I get home from work...I hope this works...eeks.
How hard/possible is it to undo all of this, or possibly just delete FC5 & load Slackware (which I downloaded a while ago)?
It's fairly painless; pretty much it only involves deleting the Linux partitions with the Disk Management MMC snap-in (or PartitionMagic) and then resizing your c: partition to its original size and marking it active, all of which can be done without a reboot.
EDIT:
Also, what packages might I want to add? I'm thinking OpenOffice and similar basic "tools"
OpenOffice will likely be installed by default. I'm not sure that you'll want to install *everything*, despite iago's suggestion; FC5 can take up to 9gb to install, which doesn't leave you with a terrible lot of room. There are a lot of server toys that you won't need, that are just entirely impractical (for instance, you don't need both MySQL and PostgreSQL unless you're really THAT HARD CORE). You also don't necessarily need the development tools unless you're planning on programming, in which case I definitely recommend installing Eclipse.