<pre>
(dave@syphon)(pts/5):~$ cat /etc/fstab
/dev/hdb6 / ext2 defaults 1 1
/dev/hda1 /dave ext2 defaults
/dev/hdb1 /boot ext2 defaults 1 2
/dev/cdrom /mnt/cdrom iso9660 noauto,owner,ro 0 0
/dev/hdb5 swap swap defaults 0 0
/dev/fd0 /mnt/floppy ext2 noauto,owner 0 0
none /proc proc defaults 0 0
none /dev/pts devpts gid=5,mode=620 0
/dev/hdc1 /mnt/seagate vfat user
(dave@syphon)(pts/5):~$</pre>
that's mine. i'm not sure why i tabbed over that last one an extra spot, but i did

i did a lot of this one by hand, and it seems to work. try what i've done there for my home directory. add that line to fstab, but replace /dave with /windows... and ext2 with vfat, obviously... it *should* work...