Before I bring up the particulars, here's what I'm trying to do:
I have a hard drive with a Mac and Bootcamp partition, and I'm trying to move those over to a new iMac. The Mac partition copied over just fine, but I'm running into a problem imaging the Bootcamp partition.
I'm using Winclone, and after a couple minutes it tells me that it encountered an error and to check the log. I copied it and have it just below. Can anyone make sense of it for me?
Fri Aug 19 12:14:36 CDT 2011
=====backing up boot sector=====
/bin/dd if="/dev/disk1" of="/Users/marcosray/Documents/Untitled.winclone/boot.mbr" bs=446 count=1
1+0 records in
1+0 records out
446 bytes transferred in 0.000610 secs (731012 bytes/sec)
return value of /bin/dd if="/dev/disk1" of="/Users/marcosray/Documents/Untitled.winclone/boot.mbr" bs=446 count=1 is 0
=======creating empty file to overwrite pagefile.sys with=========
/usr/bin/touch /tmp/winclone_empty_file
return value of /usr/bin/touch /tmp/winclone_empty_file is 0
Unmounting /dev/disk1s3
/usr/sbin/diskutil unmount "/dev/disk1s3"return value of unmount is 0
=======copying empty file over pagefile.sys=========
"/Library/NTFSProgs/ntfscp" "/dev/disk1s3" /tmp/winclone_empty_file pagefile.sys
Failed to mount '/dev/disk1s3': Operation not supported on socket.
Access is denied because the NTFS journal file is unclean. Choices are:
A) Shutdown Windows properly.
B) Click the 'Safely Remove Hardware' icon in the Windows taskbar
notification area before disconnecting the device.
C) Use 'Eject' from Windows Explorer to safely remove the device.
D) If you ran chkdsk previously then boot Windows again which will
automatically initialize the journal.
E) Submit 'force' option (WARNING: This solution it not recommended).
F) ntfsmount: Mount the volume read-only by using the 'ro' mount option.
ERROR: couldn't mount volume: Operation not supported on socket.
return value of "/Library/NTFSProgs/ntfscp" "/dev/disk1s3" /tmp/winclone_empty_file pagefile.sys is 256
current size is 129810874368
partition id is 0x07
=====Saving NTFS filesystem size==========
/bin/echo "129810870272" > "/Users/marcosray/Documents/Untitled.winclone/size"
return value of /bin/echo "129810870272" > "/Users/marcosray/Documents/Untitled.winclone/size" is 0
=====Saving partition id=====
/bin/echo "0x07" > "/Users/marcosray/Documents/Untitled.winclone/partitionid"
return value of /bin/echo "0x07" > "/Users/marcosray/Documents/Untitled.winclone/partitionid" is 0
partition format is NTFS
Unmounting /dev/disk1s3
/usr/sbin/diskutil unmount "/dev/disk1s3"return value of unmount is 0
diskimagetype is compressed
====Cloning NTFS filesystem to compressed dmg=======
hdiutil create -puppetstrings -srcdevice "/dev/disk1s3" "/Users/marcosray/Documents/Untitled.winclone/Windows" 1>&2
PERCENT:0.000000
MESSAGE
reparing imaging engine…
MESSAGE:Reading whole disk (Windows_NTFS : 0)…
PERCENT:0.011511
hdiutil: create failed - Input/output error
return value of hdiutil create -puppetstrings -srcdevice "/dev/disk1s3" "/Users/marcosray/Documents/Untitled.winclone/Windows" 1>&2 is 256
hdiutil create -puppetstrings -srcdevice "/dev/disk1s3" "/Users/marcosray/Documents/Untitled.winclone/Windows" 1>&2 did not complete successfully
cleaning up: Mounting Disk
Volume on /dev/disk1s3 mounted
Fri Aug 19 12:23:22 CDT 2011
I have a hard drive with a Mac and Bootcamp partition, and I'm trying to move those over to a new iMac. The Mac partition copied over just fine, but I'm running into a problem imaging the Bootcamp partition.
I'm using Winclone, and after a couple minutes it tells me that it encountered an error and to check the log. I copied it and have it just below. Can anyone make sense of it for me?
Fri Aug 19 12:14:36 CDT 2011
=====backing up boot sector=====
/bin/dd if="/dev/disk1" of="/Users/marcosray/Documents/Untitled.winclone/boot.mbr" bs=446 count=1
1+0 records in
1+0 records out
446 bytes transferred in 0.000610 secs (731012 bytes/sec)
return value of /bin/dd if="/dev/disk1" of="/Users/marcosray/Documents/Untitled.winclone/boot.mbr" bs=446 count=1 is 0
=======creating empty file to overwrite pagefile.sys with=========
/usr/bin/touch /tmp/winclone_empty_file
return value of /usr/bin/touch /tmp/winclone_empty_file is 0
Unmounting /dev/disk1s3
/usr/sbin/diskutil unmount "/dev/disk1s3"return value of unmount is 0
=======copying empty file over pagefile.sys=========
"/Library/NTFSProgs/ntfscp" "/dev/disk1s3" /tmp/winclone_empty_file pagefile.sys
Failed to mount '/dev/disk1s3': Operation not supported on socket.
Access is denied because the NTFS journal file is unclean. Choices are:
A) Shutdown Windows properly.
B) Click the 'Safely Remove Hardware' icon in the Windows taskbar
notification area before disconnecting the device.
C) Use 'Eject' from Windows Explorer to safely remove the device.
D) If you ran chkdsk previously then boot Windows again which will
automatically initialize the journal.
E) Submit 'force' option (WARNING: This solution it not recommended).
F) ntfsmount: Mount the volume read-only by using the 'ro' mount option.
ERROR: couldn't mount volume: Operation not supported on socket.
return value of "/Library/NTFSProgs/ntfscp" "/dev/disk1s3" /tmp/winclone_empty_file pagefile.sys is 256
current size is 129810874368
partition id is 0x07
=====Saving NTFS filesystem size==========
/bin/echo "129810870272" > "/Users/marcosray/Documents/Untitled.winclone/size"
return value of /bin/echo "129810870272" > "/Users/marcosray/Documents/Untitled.winclone/size" is 0
=====Saving partition id=====
/bin/echo "0x07" > "/Users/marcosray/Documents/Untitled.winclone/partitionid"
return value of /bin/echo "0x07" > "/Users/marcosray/Documents/Untitled.winclone/partitionid" is 0
partition format is NTFS
Unmounting /dev/disk1s3
/usr/sbin/diskutil unmount "/dev/disk1s3"return value of unmount is 0
diskimagetype is compressed
====Cloning NTFS filesystem to compressed dmg=======
hdiutil create -puppetstrings -srcdevice "/dev/disk1s3" "/Users/marcosray/Documents/Untitled.winclone/Windows" 1>&2
PERCENT:0.000000
MESSAGE
MESSAGE:Reading whole disk (Windows_NTFS : 0)…
PERCENT:0.011511
hdiutil: create failed - Input/output error
return value of hdiutil create -puppetstrings -srcdevice "/dev/disk1s3" "/Users/marcosray/Documents/Untitled.winclone/Windows" 1>&2 is 256
hdiutil create -puppetstrings -srcdevice "/dev/disk1s3" "/Users/marcosray/Documents/Untitled.winclone/Windows" 1>&2 did not complete successfully
cleaning up: Mounting Disk
Volume on /dev/disk1s3 mounted
Fri Aug 19 12:23:22 CDT 2011