Probably the easiest solution would be to just chuck a larger disk in the system and retain the original drive for the operating system. If you do not need the high speed of an SSD, you may be able to get more storage space for the money by going with a spinning disk. 7200RPM drives are fast enough for most applications, though you may run into issues streaming 4K (or higher) resolution video.
Another option would be to start building out a storage pool using some type of RAID technology. On my own server, I use ZFS for the data partition. It is basically a software RAID. I use a RAID-Z1 configuration, which stripes the data over multiple disks (three in my case) and uses a parity calculation to provide data redundancy. It also has the advantage that it can be expanded to new disks dynamically and does not require that all disks are the same size. Initial setup does require more work and you are now monitoring multiple physical disks, but having a unified storage pool and redundancy is a nice way to go.
Any way you go, just make sure you have good backups. Drives fail, and sometimes even early in their life. Backblaze reports can be an interesting read when looking at drive options, as they really do put the drives through the wringer.
CmdrShepard49@sh.itjust.works 1 day ago
This is highly unlikely as even the highest bitrate 4k content is going to cap out at around 12MB/s while spinning drives can transfer at 120MB/s per drive. I’d say that 99% of people hosting their own media servers are still solely relying on spinning disks for storage as SSDs are still extremely expensive per TB comparatively and don’t really offer any advantages for storing bulk media at this point.
victorz@lemmy.world 1 day ago
Can confirm, I have tens of terabytes of content and stream 4K content regularly from 7200 rpm drives. Never an issue, even in the slightest. Always buttery smooth playback without buffering, even on WiFi.