Earlier quoted context omitted.
That sounds like you copied the CD version via a floppy disk? It would have probably been faster to put your friends hard disk into your computer for a few minutes and copy directly from disk to disk?
> It would have probably been faster to put your friends hard disk into your computer for a few minutes and copy directly from disk to disk? Did ever your hard drive died because you shut down your computer cleanly, discharged static electricity, removed the disk without jolting it, and installed to another computer with the same care? I lost a couple of drives that way.
Five-Disk Floppy RAID: 4MB of Blistering Fast Storage (2009)
51–60 of 81 posts
Re: Five-Disk Floppy RAID: 4MB of Blistering Fast Storage (2009)
#52What’s the weirdest thing one can raid together these days? Maybe a bunch of raspberry pi picos?
Not that weird, but I've thought about RAIDing some USB thumb drives together. Might actually be a good way to get practice with your choice of RAID software for cheap, come to think of it.
Re: Five-Disk Floppy RAID: 4MB of Blistering Fast Storage (2009)
#53Totally worked. Android called it an SD card in its UI but I was able to read/write files to it.
Re: Five-Disk Floppy RAID: 4MB of Blistering Fast Storage (2009)
#54Earlier quoted context omitted.
I was probably too young to remember these days, however probably a couple of my disks didn't have the feature. The disks I lost were 6GiB and 30GiB models, both were autoparking.
The park thing happened before the GB era of the hard drives
Re: Five-Disk Floppy RAID: 4MB of Blistering Fast Storage (2009)
#55Earlier quoted context omitted.
> It would have probably been faster to put your friends hard disk into your computer for a few minutes and copy directly from disk to disk? Did ever your hard drive died because you shut down your computer cleanly, discharged static electricity, removed the disk without jolting it, and installed to another computer with the same care? I lost a couple of drives that way.
Meh. We had a PC in the electronics lab circa 1990 that ran perfectly happily with no case on either the PC or the hard-drive - spinning platters exposed.
Maybe blessed by a Polish Priest? [0]
Re: Five-Disk Floppy RAID: 4MB of Blistering Fast Storage (2009)
#56Finally, a use for that drawer full of 1 GB USB drives!
Beware that bad sectors probably exist on those, and modern filesystems (which falsely assume the hardware will do automagical remapping) make it hard to run `badblocks`. From the fsck man pages, only ext2, ext3, ext4, and reiserfs support it. I hope that `btrfs-convert` deals with it correctly, but you must not ever run `btrfs balance` or delete the backup (it won't waste space if it was a fresh FS). And if further…
From experience I can tell you that most usb sticks fail while reading back data by returning bad data, not an error or timeout, and the defective sectors aren't always the same (internal remap to wear leveling might be the cause of that).
Advice: Do md-raid0 on half of them, md-raid0 on the other half, and btrfs raid1 on the two md devices. If you want to exceed 25MB/s, use different USB controllers, not different ports on the same hub.
Re: Five-Disk Floppy RAID: 4MB of Blistering Fast Storage (2009)
#57Re: Five-Disk Floppy RAID: 4MB of Blistering Fast Storage (2009)
#58Earlier quoted context omitted.
I was probably too young to remember these days, however probably a couple of my disks didn't have the feature. The disks I lost were 6GiB and 30GiB models, both were autoparking.
The park thing happened before the GB era of the hard drives
Re: Five-Disk Floppy RAID: 4MB of Blistering Fast Storage (2009)
#59Finally, a use for that drawer full of 1 GB USB drives!
When Sun Microsystems was still existing they made a (quite funny) video putting 12 usb sticks in a ZFS pool with RAID: https://constantin.glez.de/2011/01/24/how-save-world-zfs-and...
Re: Five-Disk Floppy RAID: 4MB of Blistering Fast Storage (2009)
#60WIRED picked this up in 2009 for some reason.