I'm hosting a website on a RAID0 of 30 floppy drives
11–20 of 161 posts
Re: I'm hosting a website on a RAID0 of 30 floppy drives
#12Re: I'm hosting a website on a RAID0 of 30 floppy drives
#13Re: I'm hosting a website on a RAID0 of 30 floppy drives
#14You're playing with fire using RAID0. If I had data on 30 floppy drives, I'd want at least 20 of them to be parity drives.
Re: I'm hosting a website on a RAID0 of 30 floppy drives
#15I'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.
Re: I'm hosting a website on a RAID0 of 30 floppy drives
#16Re: I'm hosting a website on a RAID0 of 30 floppy drives
#17Re: I'm hosting a website on a RAID0 of 30 floppy drives
#18I'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.
I did watch -n 1 'sync; echo 3 > /proc/sys/vm/drop_caches' to try and get around it. I think it's working, because boy is it noisy lol