It's A Digital Disease!

23 readers
1 users here now

This is a sub that aims at bringing data hoarders together to share their passion with like minded people.

founded 2 years ago
MODERATORS
1501
 
 
The original post: /r/datahoarder by /u/Sn0wDazzle on 2025-05-02 23:49:13.

It seems like all the drives that I've seen recommended, from reputable brands, have a mini USB connector at the interface between drive and cable (aka in the back of the drive). Or, worse, the cord is attached to the drive. Are there any drives on the market that have a USB-C connector into the drive, so that the cable is interchangeable with other USB-C cables? I'd prefer it to be from a known brand, but may be willing to compromise on that at this point.

1502
 
 
The original post: /r/datahoarder by /u/PricePerGig on 2025-05-02 21:36:36.

I'm putting together the 'de facto' advice for a selection of high capacity hard drive users; DataHoarders, Plex users, unRAID users, Software Raid and Hardware Raid, CCTV and NAS users. - your feedback and comments are welcome so I get this 100% correct, but this is opinionated from all the info I've assimilated. Many people would prefer direct answers instead of 'it depends' too much imo.

My first hard drive was 21MB, so that should age my general computer use experience, I'm typing this in Linux (admittedly Pop!_OS), use Plex & Jellyfin on my unRAID system and have built many a PC along with specced more for business and have used more NVRs than I can count. I've researched this a lot over the last 7 weeks, this is my advice:

Golden Rule: all things equal - cost, storage capacity etc. just buy CMR. Failing that look to the below

unRAID Users: CMR for Parity disk, At least one CMR Data, SMR for others, caveats!

Plex Users: SMR, it's cheaper for more storage usually - read the side Note!

DataHoarders: CMR at all costs

Software Raid Users: CMR at all costs

Hardware Raid Users: CMR at all costs

Disconnected Backup Users: SMR for up to 10 years backup or CMR for more recovery options later

NAS Users (Home/Small Business File Sharing): Generally CMR, SMR with caveats

NVR/Surveillance Users: CMR preferred, SMR potentially usable

Here's a quick summary table for easy reference and why - don't skip the golden rule above though!:

| Use Case | Recommended Drive Type | Why? | |


|


|


| | DataHoarders | CMR | Long-term recoverability, reliability | | Plex/Media Servers | SMR (usually) | Cost-effective for WORM, reads unaffected | | unRAID (Parity) | CMR | Avoids critical write performance bottlenecks | | unRAID (Data) | CMR (SMR OK, but problems later) | Acceptable with cache, especially for media, long rebuild times though with SMR so CMR is safe choice | | Software RAID (ZFS, etc.) | CMR | Avoids rebuild issues, dropouts, poor performance | | Hardware RAID | CMR | Avoids rebuild issues, controller timeouts | | Disconnected Backups | SMR (Conditional) | Cost savings, acceptable for infrequent writes | | NAS (General File Sharing) | CMR (preferred) | Handles mixed workloads better, RAID safety | | NVR/Surveillance | CMR | Consistent performance for continuous writes |

Explanations

Super Quick Intro - What is SMR and CMR in general - if you know, just skip this bit

All the drives you had up until about 2015 (earlier in enterprises) were 'CMR', think of CMR as 'organic food', before we had all the pesticides, it was just 'food'. Then a new technology came along, called SMR (or pesticides in our analogy). This means instead of the data being written on the disk in nice orderly lines of data like an Olympic 400m track, they 'overlap' each other, that's what the S in SMR is, shingled, like on your roof, the tiles overlap each other, or fish scales overlapping each other. So now we have SMR, which in today's supermarkets is just 'food', and if you want the 'original food', it's called 'organic food', if you want the original not so complex technology, it's called CMR!

CMR - Conventional Magnetic Recording: what we always had, data written in distinct, non-overlapping tracks on the hard drive metal platters. Writing to one track doesn't affect its neighbours.1

SMR - Shingled Magnetic Recording: 'new' but not necessarily better technology where data tracks partially overlap like roof shingles. This allows tracks to be thinner, increasing data density – meaning more storage capacity in the same physical space.

The number one, main drawback for SMR: when writing data to an SMR drive that overwrites or updates existing data the drive must read the data from the overlapped track(s), combine it with the new data and then write all of that data back to the platters. This read-modify-write cycle takes way longer than a simple write operation on a CMR drive.

SMR Drives are like packing a suitcase: You're packed, ready to go, only to find the power adapter you've already packed for Europe was the wrong one. You have a choice, write a new file - slide the correct power adapter in the little outside pocket on your case (which is just like a cache) or update an existing file - open the whole case, dig out the items, find the wrong adapter, put the right adapter in its place, and re-pack the other items on top. That is the 'read-modify-write' cycle! If you placed the adapter in the cache, then later in lounge when you're just waiting around, you can do the whole re-packing thing to keep that little pocket empty, but what if you need to change more than just a power adapter, what if you packed for the wrong weather too, your side pocket (cache) would fill up, you'd have no choice but to just get on with the big switch around, no matter how late you're going to be for the flight.

SMR Cache is limited, that's why it's called a Cache!: on drive managed SMR (what we'll all be buying unless you've space for a datacentre in your loft) has a limited size. If you perform sustained write operations (like copying huge files, rebuilding a RAID array, or continuously recording video), this cache will fill up completely. Once the cache is full, the drive has no choice but to perform those slow read-modify-write operations directly into the shingled area as new data arrives. This causes a huge drop in write performance, often called hitting the "SMR performance cliff". Read performance of SMR, is more or less the same as CMR, because reading only involves the top layer of a shingle.

For Home Use, this is ok: Under general 'home' use, the cache can be big enough, so when the disk is idle, it will decide to do this extra work, and you won't know anything about it.

SSD Side Note: many are confused if they should buy an SSD or NVMe for some use cases, I've ruled that out, we're talking large data volumes here, at affordable rates, for storage and occasional use, therefore spinning disks are currently the best medium. Buy SSDs for your cache drives though!

Acronym Soup of CMR, SMR, HAMR, MAMR and more

PMR (Perpendicular Magnetic Recording): is the main fundamental recording method used in nearly all modern HDDs. It's not about track layout, where as CMR vs. SMR is about the track layout and how they are physically placed on the disk.

CMR (Conventional Magnetic Recording): Tracks are separate, like lanes on a motoreway. Better for frequent writes.

SMR (Shingled Magnetic Recording): Tracks overlap, like roof shingles. Allows higher capacity but can slow down sustained writes.

Newer technologies like HAMR and MAMR are assist technologies that can be built on top of either CMR or SMR track layouts.

CMR and SMR with assisted technologies breakdown

| Technology / Acronym | Primarily CMR (Non-Overlapping) | Primarily SMR (Overlapping) | Can Be Implemented as Either CMR or SMR | Underlying Method / Enhancement | |


|


|


|


|


| | LMR (Longitudinal) | ✔️ | | | Older Recording Method (Pre-SMR) | | PMR (Perpendicular) | | | ✔️ | Current Dominant Recording Method | | CMR (Conventional) | ✔️ | | | Specific Non-Overlapping Track Layout | | SMR (Shingled) | | ✔️ | | Specific Overlapping Track Layout | | DM-SMR (Device-Managed) | | ✔️ | | SMR Type (Managed by Drive) | | HM-SMR (Host-Managed) | | ✔️ | | SMR Type (Requires Host Control) | | HA-SMR (Host-Aware) | | ✔️ | | SMR Type (Hybrid Management) | | EAMR (Energy-Assisted) | | | ✔️ | Umbrella term for Write Assist | | ePMR (Energy-Enhanced) | | | ✔️ | PMR Enhancement (Can be CMR or SMR) | | MAMR (Microwave-Assisted) | | | ✔️ | Write Assist (Can be CMR or SMR) | | HAMR (Heat-Assisted) | | | ✔️ | Write Assist (Can be CMR or SMR) |

[Thanks to u/MWing64 for pointing out errors in a previous version]

What you should buy for your use case

DataHoarders: Buy CMR at all costs

Why? If you're a datahoarder, you want your data to last, a llloonnggg time, way past the 10-15 year mark. If you're archiving the personal files of your grandfather or scientific research data, we don't want this to just last, it should be recoverable. assume we're 20-30-50 years in the future, the current 'latest technology' of HAMR, microwave, laser and who knows what technologies will have faded into the past. All the generally shingled data storage is going to be more difficult to recover when presented with just the physical metal platters extracted from that 3.5" case. If we're left with just that, we should make it as simple as possible to recover; and that means CMR not SMR.

No, there is no direct evidence saying SMR the technology itself fails more often, well, it's debated and thrown around, but having an SMR driv...


Content cut off. Read original on https://old.reddit.com/r/DataHoarder/comments/1kdck5m/smr_vs_cmr_vs_new_thing_of_the_year_choosing_the/

1503
 
 
The original post: /r/datahoarder by /u/e7615fbf on 2025-05-02 20:40:37.

So, I’ve been experimenting with some next-level archival solutions, and I think I’ve finally found the ultimate long-term storage medium: your friendly neighborhood black hole.

Hear me out.

Why?

  • A stellar-mass black hole (~10 M☉) won’t evaporate via Hawking radiation for ~1067 years. Even a puny one lasts waaaay longer than any tape library. Perfect for safeguarding cute anime girls and pixel-perfect PFPs against cosmic bit rot.
  • We're talking data cramming at Planck-scale density here, folks. I can shove my entire 10 PB collection into a single photon stream and let gravity do the rest.
  • Thanks to the holographic principle and black hole complementarity, in theory the info isn’t lost, it’s just scrambled on the event horizon. It’s like zstd on steroids.

How?

  1. Encode your data into ultra-short, high-intensity laser pulses (think 10 fs pulse width, 1015 W peak power).
  2. Aim at a nearby stable black hole. I’m using V616 Mon (∼3,000 ly away) since it’s not in any hurry to evaporate.
  3. Leverage gravitational lensing to fold your beam right into the event horizon. No terrestrial storage media can touch that SLA.

Hold up. I know what you're thinking.

If you’re worried about dust, plasma, or interstellar medium corrupting your beam, just slap on a neutrino-encoding fallback. Nobody’s messing with neutrino tomography before the heat death of the universe anyway.

Retrieval?

I fully acknowledge this is conjectural. But if Stephen Hawking was right, future civilizations with quantum gravity compilers could decode the information and attain waifu enlightenment. I know this is totally theoretical, but so was RAID 10 before it shipped.

1504
 
 
The original post: /r/datahoarder by /u/Owltiger2057 on 2025-05-02 19:35:23.

I've setup the DX-517 in the past on a DS1821+ with no problems. Just got a new one for my own use and noticed in the Quick Start Guide that it is limited to 50TB with 5x10TB drives. In the past I've used this with Seagate Ironwolf Pro 20TB drives. Is this just Synology changing the paperwork or did they actually change the Firmware to lock out drives larger than 10TB?

1505
 
 
The original post: /r/datahoarder by /u/eishan on 2025-05-02 19:24:27.

I've always wanted a simple and affordable way to access my storage from any device at home, but like many of you probably experienced, traditional NAS solutions from brands like Synology can be pretty pricey and somewhat complicated to set up—especially if you're just looking for something straightforward and budget-friendly.

Out of this need, I ended up writing some software to convert my Raspberry Pi into a NAS. It essentially works like a cloud storage solution that's accessible through your home Wi-Fi network, turning any USB drive into network-accessible storage. It's easy, cheap, and honestly, I'm pretty happy with how well it turned out.

Since it solved a real problem for me, I thought it might help others too. So, I've decided to open-source the whole project—I named it Necris-NAS.

Here's the GitHub link if you want to check it out or give it a try: https://github.com/zenentum/necris

Hopefully, it helps some of you as much as it helped me!

Cheers!

1506
 
 
The original post: /r/datahoarder by /u/seccondchance on 2025-05-02 19:20:44.

Hi everyone I'm trying to download an offline version of the civitai pages for the models I have stored. I have a list of urls and want a copy of the webpage.

It's working fine on the regular pages but some pages require being logged in to view. I have copied my cookies into the Netscape format and saved it in a txt file which I pass to httrack and it runs but it still saves the offline version, so I'm assuming I'm doing something incorrectly with the cookies.

Does anyone have any advice or a tool or something else I can try? Httrack works fine otherwise on the regular pages. So I'd like to figure out a way to use it while "logged in" as well.

1507
 
 
The original post: /r/datahoarder by /u/IntergalacticBurn on 2025-05-02 18:44:59.

Long story short, I'm currently on vacation in a third-world country and 1) the Internet sucks here like it's a 56K connection, 2) data plans are insanely expensive, and 3) SSDs are also insanely expensive.

Due to the nature of my work, I need a ton of continually-expanding storage on-the-go, so I've been forced (with great reluctance, believe me) to rely on buying a ton of large capacity microSD cards to use as storage.

At the moment, I probably have around a total of 2 TB worth of storage, split across many 256 and 512 GB microSD cards. This is projected to increase to more than 2-3x that amount.

I've done a lot of research, but information has been scant with regards to SD cards. There's plenty of articles about SSDs and other forms of storage, but SD cards seem to be unfortunately unpopular as a storage solution.

According to one source, a proper refresh would involve moving all of the files on a card elsewhere, formatting the card, and then moving the files back on. But no specific frequency has been detailed. Whether it's once a year, or every six months, or three, or one, etc. That bit is unknown.

Considering that this is my only solution at this time and cloud storage is impossible when I'm stuck with some medieval 56k Internet, how often should I refresh my microSD cards to make sure they don't lose data to bit rot?

All of the cards are major name brands that have been tested to not be fake. I basically only write data to the cards once and then they get shelved once they're filled. Sometimes some files get shuffled around but rarely, and not in significant amounts. The cards are marketed for thousands of cycles.

Thanks a bunch ahead of time for the help, everyone. In the meanwhile, I'll try to look around these boondocks for a portable large capacity HDD to store redundant backups.

1508
 
 
The original post: /r/datahoarder by /u/Free-Size9722 on 2025-05-02 17:16:48.

As the title says it all.

i want 500TB Storage for my home lab. What are your suggestions.

Location is india and mostly products are a lot overpriced and availability is very low for most products. What are some good options i have and can i find something good in india or are there any better options i can order from any other country like china with shiping availability.

1509
 
 
The original post: /r/datahoarder by /u/Knorssman on 2025-05-02 17:11:26.

Any recommended enclosures for storing media files that uses USB (type A 3.2 gen 1 or type C) and approaches to take to prevent against data corruption or loss if the drive starts to get bad sectors?

I understand the quality of the controller on an enclosure is a big concern as well so I suppose reliability of a 1 drive enclosure makes sense for me when running 24/7 (not having active read/write 24/7 though)

I understand when using a laptop as a server managing the battery is a concern, it's a ThinkPad and I hear there is good software for managing the battery charging.

1510
 
 
The original post: /r/datahoarder by /u/eodevx on 2025-05-02 15:10:44.

For a while now I have been thinking about getting a LTO Tape drive and a few card ridges, since I need them only for archiving and long term storage, not quick access.

I thought about S3 Glacier deep Archive but in the long term that also seems pretty expensive at 1$/TB and like 5$/TB for bulk retrieval.

I know that tape drives are pretty expensive but the card ridges are dirt cheap compared to hdds and last longer. I have looked into different gens and found that the old ones aren’t really worth it since they are often like 20 bucks for 1.5 TB and like 5 compressed but since I Store Media I can’t use the compression that much.

What are your thoughts about this since LTO9 card ridges are only like 70-80 bucks for around 18TB of uncompressed storage. Happy to hear what you guys have to say :)

1511
 
 
The original post: /r/datahoarder by /u/500ugs on 2025-05-02 13:51:19.

disclaimer, i'm still new/learning about tech and datahoarding, so excuse my lack of knowledge or any misused terms

for a quick backstory, i've been using icloud and the storage that came prebuilt with my pc for as long as i can remember, but i'm starting to run out of space on my hard drive and, because of my IRL situation, need better portability of all my files and whatnot. i'd look into different cloud options, but i can't afford any subscriptions, and quite frankly don't want nor trust everything being on a cloud server.

recently i had purchased a few decent USB flashdrives, but they don't offer as much space as i'm needing, plus i can get pretty paranoid so the idea that anything can corrupt or malfuction randomly and/or after longterm usage is a dealbreaker for me.

i was looking into more options on bestbuy, i.e. WD EasyStore, but i worry that since it's just another USB storage (as far as i know, at least, i'm unsure of it's technical differences), it could possibly have the same issue?

TL;DR, as the title says, what would be the best portable storage drive to get that isn't cloud based, has a few TBs of storage, and isn't something that'll defect overtime/corrupt files?

1512
 
 
The original post: /r/datahoarder by /u/BeeApiary on 2025-05-02 13:35:01.

The Economist had a series of interesting visualizations that compared the number of words posted by Presidents Obama, Biden, Trump 1 and 2, and VP Harris and JDV. Most were from Twitter/X, but Trump 2 is from Truth.

Twitter doesn't allow access to this data without paying quite a bit. Does anyone know if this is archived somewhere? I would think under the presidential records act that it should be and it should be free, too.

Suggestions?

1513
 
 
The original post: /r/datahoarder by /u/RankChamberlain on 2025-05-02 13:26:33.

Giant Bomb, a popular gaming website with video content, podcasts and a very large community created wiki and forums about games, was acquired by Fandom some years ago and it appears that they are finally killing it, as all staff have left.

I saw a post from two years ago about archiving it, but curious if anyone is working on this already?

I imagine internet archive has most pages but a lot of content is hosted on site, including some premium.

More info here: https://kotaku.com/giant-bomb-fandom-dan-ryckert-jeff-grubb-gerstmann-1851778728

1514
 
 
The original post: /r/datahoarder by /u/WhenImTryingToHide on 2025-05-02 11:36:04.

Hi fellow datahoarders. With everything going on in the world, I finally decided to stop being 100% reliant on the cloud and start hosting data locally as well. My intention was to build a cheap PC, and use that as a RAID server for my most important files.

The hardware

  • AMD Ryzen 5 5600GT
  • CORSAIR VENGEANCE LPX DDR4 RAM 32GB
  • MSI PRO B550M-VC
  • 3 X 26TB drives
  • 1 X 20TB drive
  • 1 X 6TB drive
  • 1 X 4TB drive
  • LSI MegaRAID 9240-8i RAID Controller Card

My intention was to create a Raid 5 drive using the 26TB drives for my most valuable files, the 20TB drive would hold my most frequently accessed but less important files and the other 2 drives would just be for whatever. I will also be using this as a Plex server.

I've been hitting a wall trying to get this hardware raid controller to work in either Windows or Linux (I'm a beginner here).

Frist, the card would not do RAID 5, but I read that I had to cross flash it, so I did this, and then I could not get the MegaRaid software to work in either boot up (it just would not enter the config mode) or windows (the MegaRaid software would not authenticate at all), or in Linux.

My question is, given what I want to do, what do you guys recommend my next move should be to get the kind of setup I want? I'm far more comfortable with Windows, but I just could not get anything to work no matter what I tried.

P.s. ChatGPT, Gemini, and DeepSeek while useful, kept giving me guides that just would not work I ran into every error I think possible at every step of the way.

1515
 
 
The original post: /r/datahoarder by /u/arcardy on 2025-05-02 08:49:45.
1516
 
 
The original post: /r/datahoarder by /u/xeroja876 on 2025-05-02 06:31:05.

Wondering if this a good deal and can this be shucked?

1517
 
 
The original post: /r/datahoarder by /u/oldmatebob123 on 2025-05-02 06:05:53.

Hey guys, got a little over 15tb of bluray and dvd rips and running out of space, im really not sure what to do, i need more storage thats a given, no way around that as i have a heck of a lot more movies to copy. But do i handbreak all my movies? For example "big hero 6" is 27GB but re-encodimg it with handbreaks super high quality h265 hevc preset i got the file to 2.4GB. Doing this with my movies will massively reduce library size. Partner and kids have no clue that i changed the size just by watching it bit i can tell on a 1080p screen watching them back to back its not as crisp, just slightly. Now im in a pickle, i can significantly reduce the storage requirements by doimg this but im not sure what other sacrifices ill be making, as i normally watch my stuff on my s10+ tablet at full res and love the quality but the kids mostly watch on the 50inch 1080p tv out in the lounge room, my partner has no care in the world but she watches her stuff on a 2023 macbook air. What do i do and will i regret getting rid of the full rip for a compressed version or am i beimg a snob?

1518
 
 
The original post: /r/datahoarder by /u/New-Seaworthiness-58 on 2025-05-02 04:18:56.

My Situation:

I've got a 7 year old laptop that's clearly got not much longer with about 1.5 TBs worth of files and my newer Laptop is nearing 2 TBs and alot more to come and I've only recently realized "Wow, I really need to Back Up my files."

These are years worth of stuff i've been gathering that I definitely don't wanna lose. From images, music, movies to larger files like backup/installers for games (a bunch of abandonware too).

What I'm doing right now: I can't afford to buy a huge more long-term drive right now (but i'm saving for it) What I'm doing is buying a 1TB WD External HDD at a time. I've purchased two HDDs not completely filled up but close to 2TBs used. I'll probably gonna need another 2TBs by the end. This is just a starting point of course. Also I just feel more safe having multiple Drives, rather than one huge one where worst case could end up losing everything.

Though, I understand files are spread out over multiple drives instead of actually having redundancy.

!EDIT: People are getting caught up about the 1TB drive. You're right. Value for money, absolutely not. My Bad. I thought initially of only saving the most absolute important files at first, then later decided I should just go all-in.

I want to reiterate that the 1TB drive is *not meant to be my long-term means of Backing Up data. I'm simply buying time right now till I can afford a better storage device.

My Plan:

So I'm very basic when it comes to Data Hoarding but here's what I'm thinking. My 7 year old Lenovo laptop has survived this long from alot of use and pretty much all my files on it are still intact. So I'm thinking PC's or Laptops make great storage devices, so I'm planning on getting a lower-end Laptop just with alot more Storage. As an added bonus this way I can still readily access my files like the videos and music.

I feel alot more comfortable with that than with having a tiny box of an External HDD.

I'm not at all knowledgeable of the different products out there for storage nor the practices for preserving Data. So again, very much need your feedbacks on the above and really looking for suggestions. Thank you, all and sorry for the long post.

1519
 
 
The original post: /r/datahoarder by /u/zacps on 2025-05-02 03:49:54.
1520
 
 
The original post: /r/datahoarder by /u/Gefaddeyn on 2025-05-02 02:36:29.

Hi all,

I've been running for the last 6ish years a setup for my business with 4 JBOD USB3 boxes (3 ICY/ProBoxes 8bay and 1 Orico 8bay), with 32 x 8tb drives, and I'm getting to the point where I think I'd like to do something about consolidating them.

Heat-wise, they're all good - I'm not a fan of getting a big 4U rack case which will have excessively noisy fans (at the moment, the current noise level is extremely tolerable). Also, would still prefer something that's USB3+ connectable, as they're all connecting to an Intel Extreme NUC which only has room for 1 PCIE slot.

Keen to know your thoughts!

1521
 
 
The original post: /r/datahoarder by /u/Game-Lover44 on 2025-05-02 01:54:22.

Somehow i ended up with a bunch of 4.7gb dvds but im not sure what to put onto them... I dont want to waste or destroy them But What type of files or media should i put onto a dvd? can one make money with dvds legally or should i only use them personally?

What do you think i should do?

1522
 
 
The original post: /r/datahoarder by /u/Welcome_2_Chillis on 2025-05-02 01:10:55.

Brand new server, so please join if it sounds interesting! It's called Library of Wan Shi Tong and is a server for people of all types! But mostly those who enjoy knowledge and the preservation of media (ROMS, movies, music, and literature).

https://discord.gg/RHVCQHCf

1523
 
 
The original post: /r/datahoarder by /u/uwu__ on 2025-05-02 00:06:57.

Just picked up one of these to play around with. $10/TB can't be beat. It seems fine for a few days so far, but holy hell do the drive heads make a lot of seek noise. I can feel my whole case knock when the heads shift

1524
 
 
The original post: /r/datahoarder by /u/osas_lolpopz on 2025-05-01 21:36:36.

Hello all, I'm planning on a purchase, getting straight to the point -

  1. Crucial x9 (5.8k | 1000gbps | 3y Warranty | Reputable) : https://www.amazon.in/gp/product/B0CGW1FQV4
  2. Adata SE880 (6.6k | 2000gbps | 5y Warranty | Terrible Reputation | Sus | Might loose data) : https://www.amazon.in/gp/product/B09VS3FCQ2
  3. Seagate One Touch (6.2k | 1000gbps | 3y Warranty | Very Reputable | Data recovery program) : https://www.amazon.in/gp/product/B08XKMYCBB?psc=1
  4. Western Digital WD Black SN770 NVMe + PiBox SSD Enclosure (5k+1k | 1000gbps | 5y Warranty | Reputable & also re usable as internal ssd if i ever replace it | not sure if it will work out in the long run) : https://www.amazon.in/gp/product/B09QV692XY?psc=1
  5. Lenova PS8 (5k | 1000gbps | 3y Warrantly | Reputable | Heating issues) : https://www.amazon.in/gp/product/B0D1R2L8LS?psc=1

Give me your advice. I Really like the 2. Adata, but people say it has terrible quality and that I might risk my data buying it.

I'm also looking into 4. nvme+enclosure cause it has makes more sense but i'm not sure if it is reliable & will work out in the long run

Help me and others with this

1525
 
 
The original post: /r/datahoarder by /u/Additional_Prompt841 on 2025-05-01 21:12:04.

I'am looking for a SIMPLE booru downloader that i don't have to paste 5000 lines of code to use each time GOODDD WHY IS IT SO HARD!

view more: ‹ prev next ›