On knoppix 3.6 & 3.4, This will allow read/write access to a NTFS Hard drive. Click on the cog thing, go to knoppix, utilities, then captive ntfs. Follow it through to enable NTFS read write.
This will allow an image to be copied to the hard drive. How do i make an image of my snap server drive using knoppix?
Will this work:
'1. boot up your knoppix cd and login as root user.
2. type "dmesg|grep hd" to find out the drive numbers for your snap drive and windows drive, mine is hdb and hda5 respectively.
3. type "mount -t auto /dev/hda5 /mnt" and press return
4. type "dd if=/dev/hdb of=/mnt/snap.os bs=1024k count=40" and press return and in a few minutes you will get an image (snap.os) of 40meg in your windows drive (root directory). You can adjust the size by altering the count value.'
|