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*
- 3Its theoretically possible you could even recover data from a disk with damaged sector information if you used one of the modern USB-connected micro-controller based drives that doesn't rely on the traditional floppy interface standard internally, although that would require some custom firmware on the drive and probably a custom driver on the computer to allow you to read in an entire track at once.mnem– mnem2018-01-16 08:12:55 +00:00Commented Jan 16, 2018 at 8:12
- 8This gets Off-Topic: Most contemporary floppy drives cannot be logically considered "floppy drives", but rather logical block devices ("USB-sticks") that just happen to store logical blocks on a floppy in the same physical format as the IBM PC. This physical format is built into a µC on the device and cannot be changed - That is why these drives can't normally use disks in, for example, Acorn RISC or Amiga formats. What the µC can do in case of errors is just stubbornly re-try until it eventually gets the sector with no error. But that has nothing to do with error correction.tofro– tofro2018-01-16 09:14:54 +00:00Commented Jan 16, 2018 at 9:14
- 3@mnem You wouldn't need custom firmware on the drive - Standard drives already can do what needs to be done (stepping in-between sectors). Specific software not using a standard disk conmntroller can read the modulated data stream from a disk directly and record that. The host computer can then decode whatever it gets from there. That is what, for example, the KryoFlux device does. It is, however, impossible to detect any errors from the raw bits - Error detection then needs to be done by the host computer.tofro– tofro2018-01-16 09:23:35 +00:00Commented Jan 16, 2018 at 9:23
- 2@mnem Devices like Kryoflux, however, will obviously still not be able to read anything from a disk that is no longer there - They are not intended as data rescue devices, but rather as a reader of formats that are not supported by standard floppy disk controllers.tofro– tofro2018-01-16 09:33:19 +00:00Commented Jan 16, 2018 at 9:33
- 3@tofro I didn't intend to mean that you could recover corrupted data that way, just pull in the "raw stream", as you say, to get around corrupted sector markers and read the rest of the uncorrupted data. I meant that it should be theoretically possible to reprogram the µC on a modern USB floppy to make it function similar to the KyroFlux, etc.mnem– mnem2018-01-16 09:42:44 +00:00Commented Jan 16, 2018 at 9:42
| Show 12 more comments
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