Just click on the link and then look at your drive, you should be able to spot the difference immediately. Does it look as the drive above (helium) or below (air with the characteristic venting hole and everything)?
Just click on the link and then look at your drive, you should be able to spot the difference immediately. Does it look as the drive above (helium) or below (air with the characteristic venting hole and everything)?
Let me guess, it’s an air drive (you can tell easily as they look totally different , these are regular Red, well called now “Plus” even if there’s nothing different, but you get the idea, the air is the one with a hole).
Nextcloud server has 907 contributors, and 2672 Open issues and 37970 Closed. That is without the desktop client, the mobile apps (multiple), and everything around (viewers, editors, voice/video/IM app, and so on. It’s packaged in 101 different ways, enough of them being all kinds of one command/click/etc. install, and you can even buy it directly managed and hosted and everything from multiple providers, including (but not limited) from NextCloud themselves. I think it’s extremely hard to compete in any way, even if you have something much simpler.
Are you using a Thunderbolt cable? Most random USB-C cables you get with phones (or even basic external SSDs/enclosures) don’t have the required connections.
I’d do directly Wireguard (this is what Tailscale uses but it’s clear and controllable instead of more automagical). Openvpn or even directly openssh (of course configured with pubkeys) would be similar (run everything on non-standard ports to keep things quieter, and a non-standard user if applicable).
You can do local encryption there too, with LUKS, zfs, ecryptfs or even rclone (actually you can do it locally with rclone so the remote never sees cleartext).
Single port but how many disks? More than one? Then make sure you have the appropriate controller.
How can we tell? You need to get at the minimum the kernel logs and something like badblocks and smartctl -a
.
Additionally it’s probably 10+ years old? Yea, possibly it’s gone.
You need to define what you mean by “decrypt”, if you mean that you need to somehow tell when mounting what passphrase/secret key you used to the OS and all the operations then with that disk will encrypt/decrypt data on the fly, sure, this is why you bother with it.
If you mean that you have to wait overnight (or even days) for the disk to get decrypted, and then it’ll be all clear text, no, that shouldn’t be happening.
Starting at $60,000 […]
Starting at $100,000 […]
It’s fine. It was even better when it was 149.40 but got increased after it was posted on various sites.
There is only Synology and DIY.
Ideally don’t take a Sandisk, but really anything else.
Nobody knows absolutely for sure, but if your drive has TRIM (I think most/all WD SMRs and probably a number of Seagates by now too) it should be enough to blkdiscard everything (it’s an instant operation, can be done specifically or it’s done sometimes by various tools when formatting, removing partitions, etc.).
2TB drives probably shouldn’t be bought anymore with SSDs solidly into double digits and dipping lower and lower.
rm -rf everything
. That will take care of everything for you, won’t need to watch or organize yourself anything. And it’s free.
I’ve read that there is 1 (or 2) parity drives, but does this mean that these drives always spin up with everything you do? Wouldn’t that shorten its lifespan significantly compared to a SHR configuration?
SHR is mdadm RAID. It means:
If you WANT to spin all drives all the time with unraid of course you CAN do that, but otherwise you CAN spin up only the one from where you read (or the one you write to + the parity). That is of course an advantage, you can do as you wish.
What isn’t shown in the chart is the price for larger drives. We’ve had prices in the thousands (discussing dollars), then in the hundreds, then the HUGE difference was made from the crisis started at the end of 2011, when we started with 2TBs going towards 25/TB (ok, usually 30+ but in any case way under 100 for a 2TB drive). The prices went up and then barely recovered. Not only the maximum capacity didn’t increase too fast but also the price per TB didn’t decrease much. We aren’t nitpicking here that it’s between 25/TB and 15/TB or 35 and 12.5, we’re talking orders of magnitude like it was the case for these intervals before. There isn’t anything worth mentioning into double digits anymore (spinning drives under $100). And it isn’t that there wasn’t inflation in the 80s, 90s and 2000s, this thing with nearly zero inflation was just some part of 2010s.
There are people even now (well, as of yesterday) in this sub that would recommend 4TB spinning drives for 135 Euros. That is when you can have SSDs at around 150 with the right sale (a little under even if accept Samsung’s QLC, which is fine).
There’s no more unlimited. Jottacloud openly throttle you (probably you could do 10-20TBs eventually given enough time, but not considerably more) and I think OpenDrive finds reasons to kick you out around 10TBs?
rclone of course.
Are they your files? Just dump them by major event (like “trip to”, “X’s wedding”) or period if nothing special happened (/2023/“08 Home Summer” - I always put numerical month before so they get sorted). Then use some kind of software to organize them further (automatically, by place/date/face/object recognition, etc.) https://www.reddit.com/r/DataHoarder/comments/17l7230/bleedingedge_selfhosted_photo_software_in_2023_im/
This why you check your backups periodically and replace the bad ones with good copies. If you’re asking how you know what’s good and bad - traditionally and fundamentally, even if many people here dismiss it, the storage already has checksums, that sneaky bitrot when the storage will give you slightly altered data (instead of saying “Error”) are so small that most people would never encounter this. Now of course serious data hoarders would use checksumming file systems, will do extra checksums for any archived data, also all archiving formats or backup formats have their own checksums too, if one would use that instead of dropping the files in the regular file system.