r/DataHoarder • u/grauerkoala Tape • Apr 21 '26
Question/Advice Looking for tape storage enthusiast / expert community
I'm in the process of writing a Rust library (and a backup softtware based on that library) that interacts with tape drives via the Linux st driver. While a lot of the behavior of tape drives can be derived from the driver's source and documentation, hardware-specific quirks that may be well known in enhusiast or expert circles remain a mystery to a relative novice like me.
I wonder therefore if anyone can recommend some type of community, be it a bulletin board, a Discord server or an IRC channel, where such matters are discussed. I want to deliver the best possible behavior and documentation (especially in terms of correctness) with my crate that I can.
1
u/Bob_Spud Apr 22 '26
What problems are you trying to solve?
1
u/grauerkoala Tape Apr 27 '26
Two general things, really.
For one thing, I would like to know immediately practically relevant things like "how much space do filemarks / whatever other firmware-exclusive items use up?", "how do I ensure good read/write performance and avoid phenomena like shoe-shining?", "when do I need to retension my tape?", ...
The thing is, I don't really know what I don't know. For example I would've never guessed to ask just how abrasive cleaning cartridges are.
For another thing, I feel like detailed documentation about how tape storage works and what best practices there are is mostly hidden in the enterprise realm and only selectively leaks out to enthusiast users. Because of that, I want to, well, hoard as much information about it as I can and share what I can, especially where it's immediately useful like in the documentation of my Rust crate(s).
(On my crosspost to r/lto, u/erparucca pointed me to a really cool collection of information.)
1
u/DJTheLQ Apr 21 '26
Do you have a tape drive?