You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- Since writing the above, have you become aware of any other such projects? If magnetic signals are getting weak, I would expect that taking a 5.25" drive, detaching the drive-head wires, and attaching them to something like a PSOC 5 evaluation board (about $20) might make it possible to capture an analog waveform and then simulate trying to read it with a variety of different sense thresholds. I've been toying with the idea of doing that, but wouldn't want to duplicate the efforts of any other such projects.supercat– supercat2022-02-02 16:32:34 +00:00Commented Feb 2, 2022 at 16:32
- Thanks for the ping, Greaseweazle and FluxEngine would be suitable here too. It’s worth keeping an eye on updates to wiki.archiveteam.org/index.php/Rescuing_Floppy_Disks. Pauline looks interesting but it would be more expensive than a PSOC-based solution (ignoring the cost of writing the software!).Stephen Kitt– Stephen Kitt2022-02-02 16:59:05 +00:00Commented Feb 2, 2022 at 16:59
- The approaches I'm familiar with all use the sense amplifier and threshold detect that's present in a drive, and it looks as though Pauline might do so as well. While precisely capturing signal timing might facilitate recovery if e.g. one signal edge in a sector occurs about halfway between the two places it could legitimately appear and all other edges are solid (in which case, if moving that edge one way would yield a valid sector and moving it the other way wouldn't it should be moved in the direction that yields a valid result).supercat– supercat2022-02-02 17:04:37 +00:00Commented Feb 2, 2022 at 17:04
- Ah, yes, I’m not aware of anything that relies on the signal directly from the heads — various people have discussed that in the past, but I’m not aware of an actual project to do so.Stephen Kitt– Stephen Kitt2022-02-02 17:12:49 +00:00Commented Feb 2, 2022 at 17:12
Add a comment |
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. ms-dos), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you