wget http://snapshot.debian.net/archive/2007/03/01/debian/pool/main/n/ntfs-3g/libntfs-3g0_0.0.0+20061031-6_i386.deb wget http://snapshot.debian.net/archive/2007/03/01/debian/pool/main/n/ntfs-3g/ntfs-3g_0.0.0+20061031-6_i386.debINSTALL THE DEPENDENCIES
apt-get install fuse-utils libfuse2 INSTALL NTFS-3G
dpkg -i libntfs-3g0_0.0.0+20061031-6_i386.deb dpkg -i ntfs-3g_0.0.0+20061031-6_i386.deb CHECK LOCATION OF YOUR WINDOWS PARTITION
fdisk -l | grep -i ntfs MOUTING PARTITION
mount -t ntfs-3g /dev/sda1 /mnt/windows -o umask=0,nls=utf8