flightyhobler@lemm.ee to Linux@lemmy.worldEnglish · edit-223 hours agoGetting a mini PC for self hosting. Between a SSD and an NVMe, how would you split OS and random data (like movies, books, etc)?message-squaremessage-square22fedilinkarrow-up132arrow-down11
arrow-up131arrow-down1message-squareGetting a mini PC for self hosting. Between a SSD and an NVMe, how would you split OS and random data (like movies, books, etc)?flightyhobler@lemm.ee to Linux@lemmy.worldEnglish · edit-223 hours agomessage-square22fedilink
minus-squareflightyhobler@lemm.eeOPlinkfedilinkEnglisharrow-up3·19 hours agoany solution for getting automated SMART reports if errors start popping up? I would prefer not to have to check manually
minus-squareCubitOom@infosec.publinkfedilinkEnglisharrow-up1·16 hours agoYou could just run it in a cron and have it tee to a file or even send an email report
minus-squareflightyhobler@lemm.eeOPlinkfedilinkEnglisharrow-up3·16 hours agoI need some logic to only send when the is a problem. I might send the data to home assistant and take it from there
minus-squareCubitOom@infosec.publinkfedilinkEnglisharrow-up1·15 hours agoYeah, you’d have to figure out how to define a “problem” first. It’s a better IDE to define what metrics might indicate you need to replace soon before a problem actually happens.
any solution for getting automated SMART reports if errors start popping up? I would prefer not to have to check manually
You could just run it in a cron and have it tee to a file or even send an email report
I need some logic to only send when the is a problem. I might send the data to home assistant and take it from there
Yeah, you’d have to figure out how to define a “problem” first. It’s a better IDE to define what metrics might indicate you need to replace soon before a problem actually happens.