Earlier quoted context omitted.
> If he could get the drive eject button to unmount the SD card, this would actually be more functional that current tech. It bugs me that unmounting SD cards / USB drives and physically removing it are two seperate actions. To be fair, this was always a problem, also with old computers and OSes. There was no link between pressing eject and magical things happening in the machine to commit data. The data was simply a…
The eject-button on old machines /did/ suffer the exact same problems - removing the disk whilst the activity LED was illuminated rarely ended well!
Hacked Together 118 GB Floppy Disk
31–40 of 102 posts
Re: Hacked Together 118 GB Floppy Disk
#32Ah, disappointing. I was expecting some giant array of them all running in unison and making beautiful "music". Sorta like the radiohead hardware hobbyist video https://youtu.be/pmfHHLfbjNQ
Why is it disappointing content, when only your subjective expectations were not met? What is it that makes this the OC's fault? Or am I not getting something here?
What is it about GP's comment that makes you think they assign blame?
Re: Hacked Together 118 GB Floppy Disk
#33If he could get the drive eject button to unmount the SD card, this would actually be more functional that current tech. It bugs me that unmounting SD cards / USB drives and physically removing it are two seperate actions. It's a regression in usability after floppies and CD-ROMs.
The media itself is fully passive, while a SD card or thumbdrive have logic sitting between the USB interface and the raw flash. Thus optical media can be "rescued" by simply getting a new drive.
And you really need to mistreat a optical disc to make it completely unreadable.
Or perhaps someone could buy the minidisc tech off Sony and resurrect magnet-optical storage?
Re: Hacked Together 118 GB Floppy Disk
#34Ah, disappointing. I was expecting some giant array of them all running in unison and making beautiful "music". Sorta like the radiohead hardware hobbyist video https://youtu.be/pmfHHLfbjNQ
Re: Hacked Together 118 GB Floppy Disk
#35Earlier quoted context omitted.
The eject-button on old machines /did/ suffer the exact same problems - removing the disk whilst the activity LED was illuminated rarely ended well!
I just remembered that even hard drives at some point had similar issues. Remember to park your heads before power off!
For those completely oblivious to this: This was actually not about getting data written to disk, but to physically protect the drive from its own mechanical construction. The "park" command would cause the harddrive to move its magnetic read and write-heads away from the internal platters, so that when it was powered down and the disks stopped spinning, the platters would not be damaged or experience needless tear and wear.
Yeah, I'm glad we no longer have to do that exercise.
Re: Hacked Together 118 GB Floppy Disk
#36Although this is a fun idea, it's just putting an SD card into a 3.5" floppy disk case and then wiring up the read/write head with contacts to make it appear like an insertion of a normal mass storage SD card. A more accurate title would be "putting an SD card in a floppy disk case"
Re: Hacked Together 118 GB Floppy Disk
#37Earlier quoted context omitted.
I expected something like the 3.5mm-to-cassette adapters that exist for older cars with tape decks. http://www.amazon.com/Car-Cassette-Adapter-iPod-Sirius/dp/B0...
Or SmartMedia flash cards that actually did work in a standard 3.5" floppy drive https://en.wikipedia.org/wiki/SmartMedia edit: Didn't realize they even made MemoryStick and SD Card floppy adapters. So this already existed, sort of! https://en.wikipedia.org/wiki/FlashPath
http://www.floppyemulator.com/
Note that i think you need to use special files that are read by the drive.
I think they are meant as a life extension for older CNC machines and industrial looms.
Re: Hacked Together 118 GB Floppy Disk
#38Drat, I was hoping it was like a cassette tape adapter and would work in unmodified disk drives. Do floppy disks advertise their own size, or do systems assume that they can only hold 1.44mb? You might need special driver support I guess, which takes some fun away.
They advertise their size. Back in the day, there were programs that let you reformat disks with tweaked parameters -- sectors per track, interleaving, etc -- so you could get a greater capacity. Windows 95 was shipped on a disk formatted for 1680k, for example [1]. Off the shelf disks were hit or miss as far as how big you could reformat them to, with some able to handle close to two megs, and others not able to han…
https://en.wikipedia.org/wiki/2M_(DOS)
It worked by combining two completely separate techniques; the first, using more tracks, is pretty self-explanatory --- a lot of floppy drives, despite officially supporting 80 tracks, could actually move the head to 81st and 82nd tracks (rarely, even higher), and since the media was in the form of a uniform magnetisable disk, that let an extra 2 tracks worth of data be accessed.
The second technique was to reduce the number of sectors per track and the gaps between them, by making each sector bigger. To ensure interoperability with different drives rotating at different speeds, there's actually quite a lot of "padding" between each sector, as well as ID/CRC data for each one. If I remember correctly, in the highest capacity mode, 2M wrote only one huge sector per track instead of over a dozen in the usual format. This is similar to how hard disks have transitioned to using 4KB sectors internally, instead of the traditional 512B.
Re: Hacked Together 118 GB Floppy Disk
#39If he could get the drive eject button to unmount the SD card, this would actually be more functional that current tech. It bugs me that unmounting SD cards / USB drives and physically removing it are two seperate actions. It's a regression in usability after floppies and CD-ROMs.
Windows used to require you to 'eject' but doesn't any more, which I think is due to the above. Please correct me if I'm wrong.
Re: Hacked Together 118 GB Floppy Disk
#40If he could get the drive eject button to unmount the SD card, this would actually be more functional that current tech. It bugs me that unmounting SD cards / USB drives and physically removing it are two seperate actions. It's a regression in usability after floppies and CD-ROMs.
On Windows, they're mounted sync by default , so you can just remove them. Of course, if you do so while it's writing, you'll have a problem - though this was the same with floppies. Windows used to require you to 'eject' but doesn't any more, which I think is due to the above. Please correct me if I'm wrong.