Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
Apple Computing Products:
Running Windows on your Mac
Winclone imaging error
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="InnCom" data-source="post: 1285437" data-attributes="member: 212259"><p>Before I bring up the particulars, here's what I'm trying to do:</p><p>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.</p><p></p><p>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?</p><p></p><p></p><p></p><p></p><p></p><p>Fri Aug 19 12:14:36 CDT 2011</p><p>=====backing up boot sector=====</p><p></p><p>/bin/dd if="/dev/disk1" of="/Users/marcosray/Documents/Untitled.winclone/boot.mbr" bs=446 count=1</p><p>1+0 records in</p><p>1+0 records out</p><p>446 bytes transferred in 0.000610 secs (731012 bytes/sec)</p><p>return value of /bin/dd if="/dev/disk1" of="/Users/marcosray/Documents/Untitled.winclone/boot.mbr" bs=446 count=1 is 0</p><p></p><p>=======creating empty file to overwrite pagefile.sys with=========</p><p></p><p>/usr/bin/touch /tmp/winclone_empty_file</p><p>return value of /usr/bin/touch /tmp/winclone_empty_file is 0</p><p></p><p>Unmounting /dev/disk1s3</p><p>/usr/sbin/diskutil unmount "/dev/disk1s3"return value of unmount is 0</p><p></p><p>=======copying empty file over pagefile.sys=========</p><p></p><p>"/Library/NTFSProgs/ntfscp" "/dev/disk1s3" /tmp/winclone_empty_file pagefile.sys</p><p>Failed to mount '/dev/disk1s3': Operation not supported on socket.</p><p>Access is denied because the NTFS journal file is unclean. Choices are:</p><p> A) Shutdown Windows properly.</p><p> B) Click the 'Safely Remove Hardware' icon in the Windows taskbar</p><p> notification area before disconnecting the device.</p><p> C) Use 'Eject' from Windows Explorer to safely remove the device.</p><p> D) If you ran chkdsk previously then boot Windows again which will</p><p> automatically initialize the journal.</p><p> E) Submit 'force' option (WARNING: This solution it not recommended).</p><p> F) ntfsmount: Mount the volume read-only by using the 'ro' mount option.</p><p>ERROR: couldn't mount volume: Operation not supported on socket.</p><p>return value of "/Library/NTFSProgs/ntfscp" "/dev/disk1s3" /tmp/winclone_empty_file pagefile.sys is 256</p><p></p><p>current size is 129810874368</p><p>partition id is 0x07</p><p>=====Saving NTFS filesystem size==========</p><p></p><p>/bin/echo "129810870272" > "/Users/marcosray/Documents/Untitled.winclone/size"</p><p>return value of /bin/echo "129810870272" > "/Users/marcosray/Documents/Untitled.winclone/size" is 0</p><p></p><p>=====Saving partition id=====</p><p></p><p>/bin/echo "0x07" > "/Users/marcosray/Documents/Untitled.winclone/partitionid"</p><p>return value of /bin/echo "0x07" > "/Users/marcosray/Documents/Untitled.winclone/partitionid" is 0</p><p></p><p>partition format is NTFS</p><p>Unmounting /dev/disk1s3</p><p>/usr/sbin/diskutil unmount "/dev/disk1s3"return value of unmount is 0</p><p></p><p>diskimagetype is compressed</p><p>====Cloning NTFS filesystem to compressed dmg=======</p><p></p><p>hdiutil create -puppetstrings -srcdevice "/dev/disk1s3" "/Users/marcosray/Documents/Untitled.winclone/Windows" 1>&2</p><p>PERCENT:0.000000</p><p>MESSAGE<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite7" alt=":p" title="Stick out tongue :p" loading="lazy" data-shortname=":p" />reparing imaging engine…</p><p>MESSAGE:Reading whole disk (Windows_NTFS : 0)…</p><p>PERCENT:0.011511</p><p>hdiutil: create failed - Input/output error</p><p>return value of hdiutil create -puppetstrings -srcdevice "/dev/disk1s3" "/Users/marcosray/Documents/Untitled.winclone/Windows" 1>&2 is 256</p><p></p><p>hdiutil create -puppetstrings -srcdevice "/dev/disk1s3" "/Users/marcosray/Documents/Untitled.winclone/Windows" 1>&2 did not complete successfully</p><p>cleaning up: Mounting Disk</p><p>Volume on /dev/disk1s3 mounted</p><p>Fri Aug 19 12:23:22 CDT 2011</p></blockquote><p></p>
[QUOTE="InnCom, post: 1285437, member: 212259"] 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:Preparing 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 [/QUOTE]
Verification
Name this item. 🍎
Post reply
Forums
Apple Computing Products:
Running Windows on your Mac
Winclone imaging error
Top