partcopy

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.
Post Reply
User avatar
icon0x
Posts: 5
Joined: Fri Feb 08, 2008 8:18 pm

partcopy

Post by icon0x »

having an issue with partcopy on windows, iv looked around for answerrs and was unable to find any. i get the following error performing

Code: Select all

partcopy file.bin 0 3 -f0

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. :cry:
User avatar
inflater
Member
Member
Posts: 1309
Joined: Thu Sep 28, 2006 10:32 am
Location: Slovakia
Contact:

Post by inflater »

Try formatting your floppy disks or try partcopy on other machine. What version of Windows are you using?
My web site: http://inflater.wz.cz (Slovak)
Derrick operating system: http://derrick.xf.cz (Slovak and English :P)
User avatar
icon0x
Posts: 5
Joined: Fri Feb 08, 2008 8:18 pm

Post by icon0x »

Im running windows XP, i did try using it on another pc also using windows XP
User avatar
icon0x
Posts: 5
Joined: Fri Feb 08, 2008 8:18 pm

Post by icon0x »

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:\>

User avatar
01000101
Member
Member
Posts: 1599
Joined: Fri Jun 22, 2007 12:47 pm
Contact:

Post by 01000101 »

hmm. try to write somewhere other than offset 0. or, maybe try -f1 , could be not reading your floppy drive position correctly.
User avatar
icon0x
Posts: 5
Joined: Fri Feb 08, 2008 8:18 pm

Post by icon0x »

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:\>

User avatar
icon0x
Posts: 5
Joined: Fri Feb 08, 2008 8:18 pm

Post by icon0x »

well i got it to work using rawwritewin.exe =/ sucks i cant use partcopy :(
Post Reply