Mark Heath

Results 49 comments of Mark Heath

> One may backup files without using a drive letter, so just use `\users\swonkie` and you get rid of the drive letter problem. This works just bad when having multiple...

I would rename the corrupted files to something that indicates they are not to be touched, say like "corrupted" and then set their perms to something like 000. Then you...

forgive my ignorance, but isn't it as simple as writing to the /dev/disk device until you hit the end of file and then read and compare?

I've used f3write to trigger the block reassign of mechanical disks, it would be very handy to write to all the blocks of a device. I haven't seen f3brew (or...

Hi Guys, I've been working on a set of tools similar to maxfields but broken into parts. The first part is a field generator, which can produce different field plans...

Are you in the correct directory? A Makefile is included in the github repository. You may want to check that it is linked to the correct makefile. Should look something...

Looks like the Makefile is linked to the OSX make file. delete it and link it to the linux Makefile

This appears to be a Ubuntu issue. the solution is apparently in this post. I can't test it however. https://askubuntu.com/questions/470796/fatal-error-sys-cdefs-h-no-such-file-or-directory

I haven't implemented @capull0 's code. xp1,2 and 3 need to be written back to the skylander. I don't have the actual specifications for this. I don't see this as...

Check the OP question, he's talking about the @capull0 fork, he's posting here because there is no issue tab in that fork. I've deleted the linux Makefile and re-added it...