by kamil on July 14th, 2008, 10:44 pm
typically for a dual boot system you install windows first and then linux second. this is because windows installation is likely to break linux boot setup while linux install places an existing OS as a selectable option in boot manages menu.
fedora does let u partition and format disks, however this happens as part of the install process, so for a dual boot system you may be better off using fdisk to do the partitioning and formatting.
btw, problems with NTLDR, missing system files, broken MBR, etc can be fixed from windows recovery console.
fedora can be installed on arbitrarily sized partitions,
if you plan on simple install (all on single partition, i.e. all on mount point / ) then allocate 10 Gb or more,
if you want to be a bit more sophisticated then f.e. for 200 Gb hard drive you could do the following
80 Gb windows (primary, ntfs)
30 Gb root partion (primary, ext3): /
512 Mb boot partion (primary, active [bootable], ext2): /boot
3 Gb swap (extended, swap): swap
60 Gb home partition (extended, ext3): /home
25 Gb opt partition (extended, ext3): /opt