Open Terminal or Konsole and execute this
Code:
su -
cd /media
mkdir win_c win_d win_e win_f
nano /etc/fstab
Last command will open /etc/fstab in nano editor.
Add this code at the end of file :
Code:
/dev/sda1 /media/win_c ntfs-3g defaults,umask=0 0 0
/dev/sda3 /media/win_d ntfs-3g defaults,umask=0 0 0
/dev/sda4 /media/win_e ntfs-3g defaults,umask=0 0 0
/dev/sda6 /media/win_f ntfs-3g defaults,umask=0 0 0
Press Ctrl+X, Y and hit Enter key to save file.
Execute mount -a command or reboot machine. Windows partitions will be mounted in /media/win_c, d, e and f folders. You will have full access in those partitions.