David Given

Results 548 comments of David Given

Re the CLI: that's a bug. I've fixed it and it's rebuilding now. Sorry! #501 Re the GUI: yes, that's intentional --- to read disks you need to press 'read...

What's your exact command line? For writes I'd expect you to need `flux_source` _and_ `flux_sink`. I did change these recently, so it's entirely possible they're broken now. These will both...

I have some changes to add emitting index pulses to the output stream for the Northstar encoder. It's not working yet, but I'm curious to know how this ever worked...

I have it working now: https://github.com/davidgiven/fluxengine/tree/hardsectors If you still have the Northstar hardware set up, is there any chance you could give it a try and let me know if...

Currently the 1541 profile assumes you're using a 200ms period drive. This explains why you needed the `--flux_sink.recale` parameter to make the data fit on a 166ms period drive. You...

Are you using an HD or DD disk? You can't write Brother formats to HD disks (the pulse intervals are too wide). I can verify here that I can write...

HD disks have two holes at the top; DD disks only have one. Did I understand you correctly that you imaged the original disk, wrote it back to another disk,...

If it fails partway through, try increasing the number of retries --- `--decoder.retries=10` or so.

Interesting. You should be seeing a 'Unrecoverable error, giving up' message. Could you attach the log from a failed run?

I have actually obtained a WP-1, and discovered that the brother120 encoder was horribly broken. I've fixed it. Could you upgrade to the latest development build and try again, please?