Mama told me not to come.

She said, that ain’t the way to have fun.

  • 2 Posts
  • 8.35K Comments
Joined 2 years ago
cake
Cake day: June 11th, 2023

help-circle


  • How you set it can vary depending on what you’re running. Linux is all about choice, and choice means multiple ways to do a thing. Places to look:

    • raspi-config - catchall CLI tool on Raspbian, not sure if it covers both of the following, but it’s a good option to start with
    • /etc/network/interfaces - the Debian way to do things
    • Network Manager - usually used for desktops, but can be used by servers; if the first two don’t work, try this

    But you could also have installed something different. If you post your OS and version and what you’re running on it, I can give better advice.

    That said, normal networking rules apply:

    • don’t set a static lease in your DHCP range, or you could get conflicts, which can look like it’s not working
    • consider using DHCP and setting the static lease through your router; use the MAC address and you’ll never need to mess with network settings on the Pi
    • if you set on the pi, make sure everything is correct (netmask, gateway, interface)





  • Yeah, flash memory doesn’t store well, hence the recommendation to keep checking on it. This article claims 10 years, but I think checking on it every year or two is a good idea.

    And yeah, M-Disk looks like a good option, especially if you never need to read from it. I would make multiple copies though, because disks break, get lost, etc. And get an extra drive so your successors don’t need to go find one; people are lazy and you want as few obstacles to them using it as possible.

    I personally don’t like using optical media because players can be finicky and storage can be annoying. But it’s probably a good solution for your stated needs.







  • I’m not talking about USB sticks, I’m talking about USB drives, like a HDD or SSD. If you want to go with flash memory, I recommend SD cards because they’re small and cheap, so keeping a few copies isn’t particularly burdensome.

    I wouldn’t trust any of these options to last a long time on a shelf though. Check them every year or two and replace every 5-10 years, maybe a little longer if you buy higher quality.

    So I might use a pair of mirrored hard drives with SATA->USB cable, then include instructions along the lines of “plug into my linux laptop to access, or take to a computer repair show if you can’t work it out”.

    That’s basically what I’m planning too. But my use case is disaster recovery, basically as a cheaper alternative to paying for hosted backup for important, but recoverable information (e.g. ripped media). Everything truly important (pictures and documents) goes to hosted backup as well.

    I’m largely relying on documents explaining how to access the backups. If I pass, I expect my survivors to either figure it out themselves or hire someone who can figure it out from my documentation.


  • Then I’d go with FAT on a USB, which should be plenty portable into the future. You’ll want to replace it every 5-10 years, and check on it every other year or so.

    That’s about as easy to use as I can think of. Decades down the road, physical media like DVDs and tapes may be difficult to find readers for, but USB is versatile enough that someone is bound to have access. Micro SD cards may also be a good option, as long as you keep a couple USB readers around.