this post was submitted on 07 Aug 2023
175 points (98.9% liked)

linuxmemes

21232 readers
43 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack members of the community for any reason.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.

  • Please report posts and comments that break these rules!

    founded 1 year ago
    MODERATORS
     
    top 50 comments
    sorted by: hot top controversial new old
    [–] Rooty@lemmy.world 18 points 1 year ago (1 children)

    I know that making networks out of duct tape and bubblegum is a point of pride in the Linux community, but if you have to store vital data, wouldn't a nice hardware NAS and a RAID array be a better solution?

    [–] constantokra@lemmy.one 2 points 1 year ago

    Funny. My WD nas runs linux and the support ended so i've had to upgrade myself with entware... and it's old, so the fan was sized for cooler hard drives, so I cut a hole in the top and screwed on another fan... and WD removed NFS support years ago, so I just mount my shares oversshfs... and i'm currently upping my local security so it's only accessible over wireguard... honestly, I have no idea what it's doing with the hardware raid and the way it mounts drives so i'm tempted to switch over to mergerfs and snapraid...

    Basically my legit consumer hardware raid nas is more duct tape and bubblegum than my home built linux nas. Then again, it's easily a decade past its anticipated useful life too.

    I guess it is a point of pride.

    [–] nothacking@discuss.tchncs.de 17 points 1 year ago (3 children)

    Backups people backups. You don't realize how much you want them until it's too late to make them.

    [–] metaStatic@kbin.social 9 points 1 year ago (3 children)

    don't worry I have raid, that's a backup right?

    [–] pjhenry1216@kbin.social 12 points 1 year ago (1 children)

    Raid 0 right? I heard the number stands for how much risk there is of losing data.

    [–] bdonvr@thelemmy.club 7 points 1 year ago (1 children)

    Add more disks for more reliability

    [–] spaceape@lemmy.nrsk.no 3 points 1 year ago

    Due to the green economy I only buy second or third hand disks for my RAID0 setup

    No, the backup goes after the raid when something goes wrong.

    Wait, I thought you're talking about that SWAT team outside your house.

    [–] bdonvr@thelemmy.club 1 points 1 year ago

    If 3-2-1 is a good backup strategy, RAID (non-zero) is like 0.5 at best. Maybe 0.6 if your config can handle 2 simultaneous drive failures

    [–] purplemonkeymad@lemmy.world 2 points 1 year ago (1 children)

    Also remember to backup before things break. I once diligently backed up a system image before an upgrade. But I backed up a already failed SD card.

    [–] bdonvr@thelemmy.club 1 points 1 year ago

    Also remember to test your backup system.

    Setting up an intricate backup process is great, until an actual emergency happens and it turns out you can't put Humpty-Dumpty back together

    [–] Zaros@lemmy.world 1 points 1 year ago (1 children)

    and if possible, keep some backups in a separate physical location. House fires or break-ins aren't all that uncommon.

    [–] spaceape@lemmy.nrsk.no 1 points 1 year ago

    A good advice, but most regular people don't seem to bother with rotating physical off-site storage mediums so I advocate automated (and encrypted) backups to a cloud or something as well.

    [–] errer@lemmy.world 11 points 1 year ago

    If you must use an SD card: use log2ram. Greatly reduces the number of IO operations to the card and prolongs its life.

    [–] chtk@feddit.nl 10 points 1 year ago

    LPT: pies since at least the 3b can boot from USB.

    [–] NAS89@lemmy.world 6 points 1 year ago

    I’ve never relayed to a meme more. I moved my UPS to my work computer after that one failed and three days later, I lost power. Spent five hours fixing a corrupted SD card then reconfiguring my Pi-Hole and HomeBridge.

    [–] LastoftheDinosaurs@lemmy.world 5 points 1 year ago* (last edited 1 year ago) (1 children)

    Don't configure anything without Ansible. Infrastructure as code makes reinstalls as simple as a system update.

    [–] avidamoeba@lemmy.ca 1 points 1 year ago

    Or SaltStack, but Ansible is probably a better idea to learn if one doesn't know any config-as-code software.

    [–] chinpokomon@lemmy.world 4 points 1 year ago (3 children)

    This has happened several times to my Pi-Hole. Even with backups, trying to get my network back online still takes too long. I haven't found a good solution for resilience yet.

    [–] karlthemailman@sh.itjust.works 4 points 1 year ago (1 children)

    Honestly something that critical probably shouldn't run on a rpi. There are plenty of cheap used thin clients you can buy on eBay that have better performance and reliability. I probably like the thinkcentre micros, but feel and hp have good options too

    [–] avidamoeba@lemmy.ca 2 points 1 year ago* (last edited 1 year ago)

    Pis can be supremely reliable when used correctly for the purpose. E.g. use high quality SD cards and don't write to them much, or a good quality SSD if you have to do significant writes, use an official or better PSU, etc. My oldest 4 is from 2019 and it's been in continuous use since then. It used to be a NAS running a 2-disk mirror exported over NFS. These days it's a gigabit OpenWrt router with SQM. It's still in the original SD card.

    [–] DilipaEli@lemmy.world 3 points 1 year ago (1 children)

    Try to use overlayfs under raspi-config, I've been running some raspberry pis for years with that (mostly on offsite locations where fixing dead sd cards is not possible)

    Updating the pis is a little more work but in some use cases it's worth it

    [–] chinpokomon@lemmy.world 2 points 1 year ago (1 children)

    I think something like BTRFS might be a better solution as overlayfs seems to freeze the system image state. Something which is copy on write (COW) seems like it would be more resilient and still provide an RW file system. To do it right would probably be a combination of the two with the data partition BTRFS and the system image partition overlayfs.

    [–] DilipaEli@lemmy.world 2 points 1 year ago

    Yeah that sounds like a good solution. I think arch based pikvm does something similar. (no reboot necessary to enable rw)

    For those pis that need to write stuff, I usually mount a network drive and use that while having the overlayfs enabled. So far haven't had any issues, only one pi died after 3 years due to faulty power supply.

    [–] muhyb@programming.dev 1 points 1 year ago

    I use an old netbook as Pi-hole. It has a battery so powerouts are not a problem.

    [–] sirico@feddit.uk 4 points 1 year ago (7 children)
    load more comments (7 replies)
    [–] Zagorath@aussie.zone 3 points 1 year ago (1 children)

    Not quite the same, but I made the mistake of using my RPi to run my home server and NAS off of an external USB non-NAS (i.e., not intended to be running 24/7) drive...with no backup or redundancy. The drive actually lasted a good long while, but it did die, and very suddenly, a couple of months ago. And now I've lost all my stuff that was on it. Still holding out hope I can figure out a way to recover the drive, but yeah.

    Back up your shit, yo.

    [–] original_ish_name@lemm.ee 1 points 1 year ago (1 children)

    Is it an HDD? Those are quite easy to recover, just put the disk into a working HDD

    [–] Zagorath@aussie.zone 1 points 1 year ago (1 children)

    Sorry I'm not sure what you mean. Yes it's an HDD. A USB plug-in one in a non-user-serviceable enclosure. I can't (without completely destroying it) get the HDD itself out. And I'm not sure what it would even mean to put it into a working HDD. The broken HDD itself is the problem, I think.

    [–] original_ish_name@lemm.ee 0 points 1 year ago (1 children)
    [–] Zagorath@aussie.zone 1 points 1 year ago (1 children)

    I can't recall the exact model, but it's some form of Seagate Expansion Desktop, sort of like the ones shown here. Mine was 1.5 TB, IIRC.

    Thanks for that link. Wish there was a bot to translate links back into normal YouTube videos like there's one to send you off to that other site, but it's easy enough to manually change the URL I suppose. Anyway, doing that is way beyond my skills, and I'm not sure the data would be worth paying a professional to do that either. I can't imagine that comes cheap.

    [–] lud@lemm.ee 2 points 1 year ago

    Opening a HDD on your own is usually a terrible idea.

    HDDs need a completely dust free environment so that no dust enter the harddrive.

    [–] bdonvr@thelemmy.club 2 points 1 year ago

    Pfft, mine boots from a USB SSD, and since my services are all containerized I just gzip the directory with all my docker-compose files and volumes and chuck it into B2 every 6 hours

    [–] PancakeLegend@kbin.social 2 points 1 year ago

    Full redundant JBOD backup. It's unfancy and safe.

    [–] navitux@lemmy.world 1 points 1 year ago* (last edited 1 year ago) (2 children)

    damn, I was thinking on that these days: a way to create a little NAS solution based on Raspberry Pi , but with some SSD/HDD disks attached, not just the SD card XD (however I find the SD cards quite reliable so far in my phone, I would need to try a Raspberry for myself )

    [–] Krtek@feddit.de 2 points 1 year ago

    Your phone should use the SD card as a WORM drive, which shouldn't cause too much wear. The Pi can't do that if it's the only storage medium present. Still, back up your stuff, just because it's there now doesn't mean it can't be gone in an instant, flash storage usually does in an instant without warning

    [–] Treczoks@kbin.social 1 points 1 year ago (1 children)

    I've got an RPi with an attached USB 3 SSD, and it works like a charm. Came back without problems after power outage.

    Is no NAS though, it runs MySQL and Apache2 with a mediawiki system instead.

    [–] Kyrgizion@lemmy.world 1 points 1 year ago

    I had an Odroid running a NAS (WD RED drive) configured to do everything in memory instead of writing to the SD card and it still died after a few months.

    [–] LittleWizard@feddit.de 1 points 1 year ago (1 children)

    My phones sd card died this weekend. Fuuck. Still trying to recover the data somehow. Can relate..

    [–] avidamoeba@lemmy.ca 1 points 1 year ago

    SD card clone taped on the box, USB disks and ZFS. Mirror works well. You could try a 3-4 disk RAIDz1 through a USzb hub if you're feeling ambitious.

    [–] FierroGamer@sh.itjust.works 0 points 1 year ago (1 children)

    Why are 5v ups's not a common thing?

    [–] theoware@sh.itjust.works 1 points 1 year ago (1 children)

    They are, kinda. You can buy a power bank that can be charged and still output energy

    [–] FierroGamer@sh.itjust.works 1 points 1 year ago* (last edited 1 year ago) (1 children)

    They are? ~~Hours~~how do I look for one? Never seen one that could do that, mine certainly doesn't.

    [–] theoware@sh.itjust.works 1 points 1 year ago (1 children)

    Some models support it. I had one from PowerAdd

    [–] FierroGamer@sh.itjust.works 1 points 1 year ago (1 children)
    [–] theoware@sh.itjust.works 1 points 1 year ago* (last edited 1 year ago)

    I saw it in a review, so idk

    load more comments
    view more: next ›