Just about everything that <b>bdux</b> said is true when you are trying to do what you are talking about. One thing he did not mention is that in the setup of Linux, the setup comes with its own partitioning software, Disk Druid, which allows you to make the LILO (Linux) and DOS (Windows) partitions. You may set the partition up that way, which lets you achieve the exact drive space you want to alot to a partition in relation to the other (i.e.: 60% dedicated to Linux, 40% to Windows). Once you get the hang of disk driud, it is much easier to operate than the standard fdisk DOS command, in my opinion. On removing the Linux partition, you must not only remove the partition through Linux, but you must also re-write the master boot record to the generic status, which is simply achieved by using the command <b><i>fdisk /mbr</i></b>. If you have anymore questions, let me know.