• 0 Posts
  • 33 Comments
Joined 3 years ago
cake
Cake day: June 11th, 2023

help-circle

  • take it out of that adapter. lots of people giving good tips but it’s not worth assuming anything about the drive till you plug it directly in. that’s a pretty high capacity drive, and shitty adapters can misbehave in fascinating ways.

    faint clicking is normal from a drive of this size. bigger drives make bigger noises (especially those designed for use in enterprise environments).

    when you plug it in, run smartctl -a on it and post it here. that’ll be definitive for what’s up before you try any of the more creative solutions here.














  • I haven’t looked at that GitHub but I’m familiar with most of the terms so here goes (verify them if you wish, I can’t promise full accuracy).

    portable file server with accelerated resumable uploads: portable most likely means it’s easy to transfer from one server to another should you ever upgrade servers or anything else. resumable means you can pause the transfers if you desire.

    dedup: it will automatically deduplicate files. so if you upload the same file twice it will just use the one you previously uploaded, saving space.

    webdav is for distributed authoring and versioning. I don’t know a crazy amount about it but assume it means there’s some code in place that aids with collaboration as far as sending a file, working on it, and reuploading goes.

    ftp: file transfer protocol.

    tftp: trivial file transfer protocol. good for small things but iirc it’s not inherently secure

    zerconf: plug and play. no messing with configs needed.

    media indexer/all in one file: most likely indexes media uploaded and stores the generated thumbnails in one big file. most likely this is so it’ll be easier to transfer the install to another server if needed (you can move one big file containing all the thumbnails instead of a bunch of tiny ones).

    no deps: no dependencies, everything you need is self contained in that repo.

    again, double check things your curious about but that’s my interpretation of what most would agree is kind of just a keyword filled description lol



  • almost done re setting everything up after a catastrophic failure (ended up replacing multiple drives, the CPU, the motherboard, the psu, and the ram).

    now I’m just running long command after long command, waiting for drives to zero, ensuring extended smart checks pass on new drives, cloning to my backup drives…

    this things been down for a few weeks and I’m so excited to have it back up soon!

    anyways, moral of the story is, the 3-2-1 strategy is a good strategy for a lot of reasons. just do it, it may save your ass down the line.