1: Every time you want to go to the windows of the drive letter to view the data or something, you have to enter a password or something to enter. You can not load yourself, you feel good trouble
So you're ready to boot up and mount the C,D2 drive letter under Windows to Debian
2: First Download ntfs-3g
$sudo Apt-get Install ntfs-3g
Then after the installation is successful,
#mkdir/mnt/win_c
#mkdir/mnt/win_d
Create 2 directories below the/MNT directory, corresponding to the 2 drive characters that need to be mounted.
Then look at the name of the drive letter
#fdisk-L
Then open
#cp/etc/fstab/etc/fstab.bak
#vim/etc/fstab
At the back, add
/dev/sdb1/mnt/win_c ntfs-3g rw,locale=zh_cn.utf8,uid=1000 0 0
/dev/sdb5/mnt/win_d ntfs-3g rw,locale=zh_cn.utf8,uid=1000 0 0
Then save exit: Wq
#reboot
I'll restart it.
Debian 8 boot automatically mounts NTFS hard disks under Windows