USB Floppy Disk Striped RAID Under OS X (2004)
web.archive.org
USB Floppy Disk Striped RAID Under OS X (2004)
1–10 of 21 posts
Re: USB Floppy Disk Striped RAID Under OS X (2004)
#2Re: USB Floppy Disk Striped RAID Under OS X (2004)
#3Re: USB Floppy Disk Striped RAID Under OS X (2004)
#4Action Retro has a video with floppies: https://youtu.be/1hc52_PWeU8
He also references a MacWorld article with Daniel's array: https://www.macworld.com/article/165663/floppyraid.html
Re: USB Floppy Disk Striped RAID Under OS X (2004)
#5Re: USB Floppy Disk Striped RAID Under OS X (2004)
#6 #it has been a few years I don't remember if it works with bare drives or if you need a disklabel on each floppy
bioctl -c 5 -l /dev/sd2c,/dev/sd3c,/dev/sd4c softraid0
#the raid will show up now, check dmesg
disklabel -E sd5
newfs /dev/sd5a
mount /dev/sd5a /mnt/floppy/
umount /mnt/floppy
bioctl -d sd5
#after inserting all floppies reassemble the raid
bioctl -c 5 -l /dev/sd2c,/dev/sd3c,/dev/sd4c softraid0
mount /dev/sd5a /mnt/floppy
I love it when a system like this A. does not try to railroad you into the "correct path" and B. the independent layers actually work independently.One day in what was probably sullen resentment that openbsd has no equivalent to DRBD I assembled a raid on iscsi drives, that is, initiate 5 iscsi sessions to independent hosts then assemble a raid with them. and you can imagine my surprise when it very nearly worked, I could read and write just fine. The part that did not work was drive failure. My guess is that iscsid did not fail a drive in a way that softraid understood. so a drive failure just lead to everything hanging.
Re: USB Floppy Disk Striped RAID Under OS X (2004)
#7Re: USB Floppy Disk Striped RAID Under OS X (2004)
#8Re: USB Floppy Disk Striped RAID Under OS X (2004)
#9I thought about trying this with LTO drives, to have a ridiculously slow but also ridiculously high capacity raid, but sadly the LTO tape decks are a bit too expensive for this experiment.
Re: USB Floppy Disk Striped RAID Under OS X (2004)
#10The 8-Bit Guy (formerly iBook Guy) created an array using USB sticks: https://youtu.be/dougISKs2vQ Action Retro has a video with floppies: https://youtu.be/1hc52_PWeU8 He also references a MacWorld article with Daniel's array: https://www.macworld.com/article/165663/floppyraid.html
Need to see if someone can hack together RAID on cassettes on an old Apple II