partcopy problems

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
earlz
Member
Member
Posts: 1546
Joined: Thu Jul 07, 2005 11:00 pm
Contact:

partcopy problems

Post by earlz »

I have just updated my pc and now partcopy gives me problems that it cant write to destenation at offset 0; now this works though if it is a multiple of 512 such as this works
partcopy source 0 200 -f1 0
but this does not
partcopy source 0 3 -f1 0
does anyone know of a workaround for this
btw i'm trying to write a fat12 bootsector so it requires special legnths
User avatar
bubach
Member
Member
Posts: 1223
Joined: Sat Oct 23, 2004 11:00 pm
Location: Sweden
Contact:

Re: partcopy problems

Post by bubach »

well, a fat12 bootsector is 512 bytes so where's the problem? if you for some strange reason still need to write a bit more/less then that you could pad the file with zeros.
"Simplicity is the ultimate sophistication."
http://bos.asmhackers.net/ - GitHub
Post Reply