check the fstab file under /etc
in my case, /dev/sda1(C:) and /dev/sda5(D:) have the same UUID
use device names instead of UUID
after restarted, windows partitions correctly mounted
e.g.
/dev/sda1 /media/sda1 ntfs defaults 1 1
1 column: device name
2 column: mount point
3 column: format of the partition
[@more@]