I upgraded from Beta 2 to RC3 (full re-install).
As expected, my Windows drives did not map, so I mapped them using VASM.
Then I applied the FSTAB fix I had used previously:
http://www.vectorlinux.com/forum2/index.php?topic=2479.0I got warnings from ntfs-3g during bootup about kernel module and fuse.
Tried using Gslapt to add/remove fuse, ntfs-3g, and the fuse kernel module. No combination I could find worked.
Digging around this forum leads me to think there is a fuse to kernel version mismatch, but I could be totally off.
Another puzzling aspect this time is that I can't open my VFAT partition either.
FSTAB Section:
#Windows Partitions
/dev/hdc1 /mnt/Windows_C ntfs-3g defaults,allow_other,umask=0,users 0 0
/dev/hdd1 /mnt/WIndows_D vfat umask=0,quiet,shortname=mixed 0 0
Kernel version: 2.6.20.7
Any help would be appreciated!