Time to be helpful and poke some holes.
Honestly, if you're new you shouldn't be playing around much with partitions and directories. If you want to use Linux to its fullest make a 3 gig partition for it, using the ext3 filesystem (its veeeeery fast). Mount that partition as the / and put everything on there.
Mandrake will make it so you can mess around in your Windows partition (if it's not NTFS, NTFS support is only read only as far as i know) right off the bat.
And pure linux distributions to my knowledge cannot operate off a windows partition period.
Your problem with things as you've installed is this: To boot linux from your windows partition you probably need to boot into windows, and try to boot it from there using loadlin (it's a bad idea, trust me, and it just plain will not work if you have Win98 Second Edition or newer....it needs MS-Dos protected mode to work).
The boot loader is supposed to load OSes from a primary or non-primary partition using that partition's MBR. Since you only have your /root directory on a proprietary partition, the bootloader cannot load the OS off of that. It's a fact that no boot loader in the world can load 2 or more OSes off the same Windows partition without boot sectors and a whole lot of work.
The last problem which is really small is that you should never under any circumstance have your swap partition be less that 100 megabytes. Ideally it should be twice the size of your current RAM. (unlessyou have 512k of ram in which case i apologize
).
Usually, when setting up you will have a boot loader configuration prompt near the end of your install and it will tell you if your boot loader installed successfully. You get to configure all the labels for the different boot options and it should have a nice graphical interface.
My advice again, don't try to do complex things the first time you install Linux. Load it all on one big ext3 partiton, and start learning from there. These forums are a good(albeit slow) source for answers. And if you really need to be able to look at your linux partition from windows, there's a nice freeware prog out there called ext2 explorer (works perfectly with ext3 as well). Just google ext2 explorer and you should find it. Let us know if ya have any more questions.
EDIT:My typing still takes a few tries to get everything right.
[ July 16, 2003: Message edited by: askani ]