Mounting ntfs units

First you have to findout the uuid of the units

ls /dev/disk/by-uuid -alh

And then add it to the /etc/fstab/ file

UUID=92A437F8A436DE03 /media/windows auto default,uid=1000,gid=1000,dmask=027
more ...