RobertX Posted September 25, 2005 Share Posted September 25, 2005 i've formatted my f drive as hfs+ with diskpart...when i attempt to dd the tiger img to the partition , i'm getting this error Microsoft Windows XP [Version 5.1.2600] © Copyright 1985-2001 Microsoft Corp. C:\Documents and Settings\robert.ROBERT-E13A8665>c:\dd --list rawwrite dd for windows version 0.3. Written by John Newbigin <jn@it.swin.edu.au> This program is covered by the GPL. See copying.txt for details Win32 Available Volume Information \\.\Volume{e2ad9b21-bc2d-11d9-b559-806d6172696f}\ link to \\?\Device\HarddiskVolume1 fixed media Mounted on c:\ \\.\Volume{e2ad9b1f-bc2d-11d9-b559-806d6172696f}\ link to \\?\Device\CdRom0 CD-ROM Mounted on d:\ \\.\Volume{e2ad9b20-bc2d-11d9-b559-806d6172696f}\ link to \\?\Device\CdRom1 CD-ROM Mounted on e:\ \\.\Volume{e2ad9b1e-bc2d-11d9-b559-806d6172696f}\ link to \\?\Device\Floppy0 removeable media Mounted on a:\ NT Block Device Objects \\?\Device\CdRom0 \\?\Device\CdRom1 \\?\Device\Floppy0 \\?\Device\Harddisk0\Partition0 link to \\?\Device\Harddisk0\DR0 Fixed hard disk media. Block size = 512 \\?\Device\Harddisk0\Partition1 link to \\?\Device\HarddiskVolume1 \\?\Device\Harddisk0\Partition2 link to \\?\Device\HarddiskVolume2 Fixed hard disk media. Block size = 512 C:\Documents and Settings\robert.ROBERT-E13A8665>c:\dd if=tiger-x86-flat.img of= \\?\Device\Harddiskvolume2 bs=32256 skip=1 --progress rawwrite dd for windows version 0.3. Written by John Newbigin <jn@it.swin.edu.au> This program is covered by the GPL. See copying.txt for details Error opening input file: 2 The system cannot find the file specified C:\Documents and Settings\robert.ROBERT-E13A8665>c:\dd if=tiger-x86-flat.img of= \\?\device\harddisk0\partition2 bs=32256 skip=1 --progress rawwrite dd for windows version 0.3. Written by John Newbigin <jn@it.swin.edu.au> This program is covered by the GPL. See copying.txt for details Error opening input file: 2 The system cannot find the file specified i'm assuming more than i know...can dd not find the tiger image...or the partition?...thx(i have got it running in vmware with the deadmoo patched img) Link to comment https://www.insanelymac.com/forum/topic/2957-dd-for-win/ Share on other sites More sharing options...
EncodedProcess83 Posted September 25, 2005 Share Posted September 25, 2005 i believe its referring to the tiger image. is it in the c drive? [as in directly in the c drive]... if it is, i wrote out what the command prompt should look like, and what you should type is in bold below. follow that. C:\Documents and Settings\robert.ROBERT-E13A8665>cd\ C:\>dd if=tiger-x86-flat.img of=\\?\device\Harddisk0\Partition2 bs=32256 skip=1 --progress explaining the above, change the path to in the main c drive, then use the command. Link to comment https://www.insanelymac.com/forum/topic/2957-dd-for-win/#findComment-18882 Share on other sites More sharing options...
RobertX Posted September 25, 2005 Author Share Posted September 25, 2005 thx encoded..dd worked... C:\>dd if=tiger-x86-flat.img of=\\?\device\Harddisk0\Partition2 bs=32256 skip=1 --progress rawwrite dd for windows version 0.3. Written by John Newbigin <jn@it.swin.edu.au> This program is covered by the GPL. See copying.txt for details 6,441,878,016 199711+0 records in 199711+0 records out now for chain0 and first boot mac style Link to comment https://www.insanelymac.com/forum/topic/2957-dd-for-win/#findComment-18927 Share on other sites More sharing options...
Recommended Posts