Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
icon0x
Posts: 5 Joined: Fri Feb 08, 2008 8:18 pm
Post
by icon0x » Sat Feb 09, 2008 5:04 am
having an issue with partcopy on windows, iv looked around for answerrs and was unable to find any. i get the following error performing
error:
Code: Select all
Failed to write destination at offset 0
iv tried using more then 1 floppy, so i know there isnt anything wrong with the floppy disc. i just dont understand.
inflater
Member
Posts: 1309 Joined: Thu Sep 28, 2006 10:32 am
Location: Slovakia
Contact:
Post
by inflater » Sat Feb 09, 2008 5:23 am
Try formatting your floppy disks or try partcopy on other machine. What version of Windows are you using?
icon0x
Posts: 5 Joined: Fri Feb 08, 2008 8:18 pm
Post
by icon0x » Sat Feb 09, 2008 6:17 am
Im running windows XP, i did try using it on another pc also using windows XP
icon0x
Posts: 5 Joined: Fri Feb 08, 2008 8:18 pm
Post
by icon0x » Sun Feb 10, 2008 3:02 am
Code: Select all
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\>partcopy bl12.bin 0 3 -f0
Failed to write destination at offset 0
C:\>
01000101
Member
Posts: 1599 Joined: Fri Jun 22, 2007 12:47 pm
Contact:
Post
by 01000101 » Sun Feb 10, 2008 3:18 am
hmm. try to write somewhere other than offset 0. or, maybe try -f1 , could be not reading your floppy drive position correctly.
icon0x
Posts: 5 Joined: Fri Feb 08, 2008 8:18 pm
Post
by icon0x » Sun Feb 10, 2008 4:26 am
Code: Select all
C:\>partcopy bl12.bin 0 3 -f0
Failed to write destination at offset 0
C:\>
Code: Select all
C:\>partcopy bl12.bin 0 200 -f0
C:\>
Code: Select all
C:\>partcopy bl12.bin 0 3 -f1
Can't open destination: -f1
C:\>
icon0x
Posts: 5 Joined: Fri Feb 08, 2008 8:18 pm
Post
by icon0x » Sun Feb 10, 2008 10:52 pm
well i got it to work using rawwritewin.exe =/ sucks i cant use partcopy