Live data from Hacker News

I'm hosting a website on a RAID0 of 30 floppy drives

totallynormalwebsite.ddns.net

91–100 of 161 posts

Re: I'm hosting a website on a RAID0 of 30 floppy drives

#91
post #53

Earlier quoted context omitted.

On top of the block layer cache there's also the namei cache for filename to inode lookups, I'm not sure if that covers a file not found case or just a success path, but it may apply here too.

Still backed by block layer cache for (hopefully) quick response regardless of outcome

What block layer cache?

Re: I'm hosting a website on a RAID0 of 30 floppy drives

#93
post #27
post #13

That has to be one noisy room.

Probably quieter than the DL360 I bought a few months ago and put on eBay after two hours :)

Oh god, flashbacks to an early 2000s machine room absolutely full of the bastards.

Thankfully, all entrance doors had an earplug dispenser...

Re: I'm hosting a website on a RAID0 of 30 floppy drives

#94
post #76
post #21

Earlier quoted context omitted.

Just quickly remove some drives and set the write protect slider on them, problem solved, no data loss

A few years ago I finally bought a USB drive to read an old 3.5" floppy from the late '90s on which I had archived my e-mail messages before moving away to college. I completely forgot about write protection (as well as atime write-backs). I managed to read a surprising amount of data off of the disk, but I think less than if I had remembered to write-protect the disk before inserting it into the drive. The files wer…

So rare to see ppl writing about sync.

sync;sync;halt was once a legit way to shut down ;)

Re: I'm hosting a website on a RAID0 of 30 floppy drives

#95
post #76

Earlier quoted context omitted.

A few years ago I finally bought a USB drive to read an old 3.5" floppy from the late '90s on which I had archived my e-mail messages before moving away to college. I completely forgot about write protection (as well as atime write-backs). I managed to read a surprising amount of data off of the disk, but I think less than if I had remembered to write-protect the disk before inserting it into the drive. The files wer…

So rare to see ppl writing about sync. sync;sync;halt was once a legit way to shut down ;)

Or maybe three times sync;sync;sync just to make sure :)

Re: I'm hosting a website on a RAID0 of 30 floppy drives

#96
post #8
post #3

I'd expect the vast majority of IO requests to be served from the kernel's IO cache (we're talking 30 * 1.44MBs here so just under 50MB, trivial for even an old computer to hold in RAM), thus I wouldn't be surprised for it to be very fast and reliable as long as he sticks to read-only workloads - those would never actually touch the floppies beyond the initial read.

Would it be more fun to run a live cd webserver only? piece together an old computer, with an old live linux installation, and either run it unupdated or patched and carrying updates it can only apply w/o reboot?

I (briefly) ran an IRC server on a Sega Dreamcast based on the same ideas

Re: I'm hosting a website on a RAID0 of 30 floppy drives

#97
post #27
post #13

That has to be one noisy room.

Probably quieter than the DL360 I bought a few months ago and put on eBay after two hours :)

Haha, the good old DL360. That fan noise was loud. Let alone the spinning, whining 15k SCSI disks..

Re: I'm hosting a website on a RAID0 of 30 floppy drives

#99
post #25

Earlier quoted context omitted.

I'm used to referring to lots of IO as "noisy" or "chatty", but then I imagine sitting next to 30 floppy drives and that brings it to another level.

https://www.youtube.com/watch?v=kCCXRerqaJI

The scanners!! This is incredible!

Re: I'm hosting a website on a RAID0 of 30 floppy drives

#100
This is awesome. I already have some suggestions:

- Put a bird^H^H ZFS on it

- Switch to RAID10 (a stripe of mirrors), and go 2/3 floppys wide so you can have some redundancy in each mirror gropu

- Get some Pis (or other SBCs) and hook those up and run Ceph... if this keeps going we'll have a SAN soon enough.

- ZIP disks?[0]

Also, I don't think I ever want to hear of the "hug of death" for any site ever again -- I don't think this site hosted on 30 floppies was hugged to death.

[0]: https://en.wikipedia.org/wiki/Zip_drive

Post reply on HN