flightyhobler@lemm.ee to Linux@lemmy.worldEnglish · edit-21 day 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-square25fedilinkarrow-up133arrow-down11
arrow-up132arrow-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-21 day agomessage-square25fedilink
minus-squareflightyhobler@lemm.eeOPlinkfedilinkEnglisharrow-up3·1 day 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·22 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·22 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·21 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.