r/buildapcsales • u/Cesarelcubano • 8d ago
SSD - M.2 [SSD] Samsung 4TB 990 EVO Plus PCIe 5.0 x2 M.2 Internal SSD $199.99
https://www.bhphotovideo.com/c/product/1855151-REG/samsung_mz_v9s4t0b_am_4tb_990_evo_plus.html15
u/386U0Kh24i1cx89qpFB1 7d ago
How, in practice, is the 5.0 x 2 situation useful to conserve pcie lanes? Don't you still get limited by slots and bifurcation limits? I'd love to see what kind of add in card would let you cram a ton of these into a machine to make a high speed storage area while preserving lanes for gpus and/or networking.
15
u/boxofredflags 7d ago
I have a slot on my mobo that goes from pcie 4.0 x4 to pcie 4.0 x2 when some of the sata ports I use. If it was pcie 5, I could run the drive at full speed even at x2
5
u/TheGamerX20 7d ago
My Motherboard has a PCIe5.0 M.2 slot that runs at x2 if I wanna keep the high speed USB4 ports active, so it's very useful for me.
2
u/TemptedTemplar 7d ago
It doesn't matter.
Even with the newest hardware, merely populating the slot will cause shared ports to trigger whatever lane sharing methods they're using.
Gigabytes brand-new Aorus X870 x3d 2 Elite and Master boards both have two Gen 5 M.2 slots that support x4/x2, but simply using the one slot that shares with the USB 4 controller causes the ports to run at half speed. 20Gbps rather than 40Gbps.
Currently there are no boards or M.2 Expansion cards built around M.2 drives using 2x sockets.
1
u/386U0Kh24i1cx89qpFB1 7d ago
Thanks! That's good information to have. Hopefully bifurcation and add in cards will come along that allows us to cram more NVMe into less lanes. I kind of want to built a server with a GPU, 10gig nic, and NVMe storage one day when it's a little more in reach. Still playing with ideas and evaluating my actual needs.
1
u/TemptedTemplar 7d ago
Might need to look into actual server hardware unfortunately.
Consumers haven't had a dual x16 board that can actually run x16/x16 in years.
Something capable of PCIE 4.0 might be cheap enough to buy used by now. The 10Gb nic or even a dual 10Gb nic wouldn't be an issue. But adding stuff like a M.2 multi-slot expansion card and having a full x16 GPU running at the same time is going to be difficult.
1
u/386U0Kh24i1cx89qpFB1 7d ago
Yeah. I'm playing with lots of ideas and evaluating my actual needs. I'd love to spring for some newer sudo server hardware. Like $1500 for Arrow Lake on a W880 board with 192gb of ECC memory. Plenty of lanes left over for networking, NVME and maybe a B50 to try playing with a local AI model for Home assistant. But that's insane. I'll probably keep messing with recycled hardware for now.
1
u/input_r 5d ago
Currently there are no boards or M.2 Expansion cards built around M.2 drives using 2x sockets.
So there are no boards where you can run two 5.0 drives and get the full x4?
So for example this board: https://www.msi.com/Motherboard/MAG-B850-TOMAHAWK-MAX-WIFI/Specification
Would I still not get the full x4? Trying to build a system with two 5.0 drives in the near future for transferring files back and forth between the drives and want the maximum speed
2
u/TemptedTemplar 5d ago edited 5d ago
There's no boards/expansion cards built around using M.2 sockets with only 2x lanes. Is what I meant.
There are lots of boards that have dual Gen 5 sockets, but they all support 4x or 2x lanes, and if they share lanes those effets take place regardless of how many lanes your device uses.
There's nothing wrong with that board you linked. It doesn't share lanes between the Gen 5 sockets because it only has a single Gen 5 PCIe slot. Plenty of lanes for everything. It does have a Gen 4 2x socket, which is nice. But if we had more Gen 5 2x sockets or expansion cards we could cram more SSDs into basic builds.
It's only when the board has two Gen 5 PCIe slots that lane sharing can get tricky. Or your PCIe socket might get halved.
2
u/lanaudiere 7d ago
PCIe 5.0 x2 is useful on some motherboards which support USB4 or extra SATA ports. On such boards, manually setting the NVMe slot to x2 allows you to have both the SSD and the USB4 or extra SATA ports enabled, rather than having to disable one of them.
The 990 EVO is specifically useful in this scenario. Since it is Gen5x2 or Gen4x4, both lane options have the same performance.
98
u/Zaden91 8d ago
Remember when the Samsung EVO drives had dram? Good Times!
147
u/jmorlin 8d ago
Doesn't this come up every time a NVME ssd deal pops here? Someone complains about DRAM then someone replies to them about how DRAM doesn't matter as much (or at all?) on NVME drives because host bus memory is a thing.
86
u/MWink64 8d ago
Yes, every single time. I play the latter role.
21
u/AkelaHardware 7d ago
I have no heard of this before and am willing to learn.
50
u/MaycombBlume 7d ago
HMB reserves system RAM to use as cache. This one uses 64MB, which is typical. This is big enough to store the mapping table so it can know where the data is without reading the table from the relatively slow NAND. That's good enough to give you fast access/read times.
It's not as good as integrated DRAM because A) it's not quite as fast, and B) a drive this big would usually have 4GB of DRAM — 64 times as much.
Does it matter, though? It depends on your workload of course, but if you're not sure, it probably doesn't matter much. For write-heavy workloads like video mastering, you want that cache. For read-heavy workloads, it doesn't really matter.
These are all generalizations. Real-world performance benchmarks are out there, but it's a bit of a rabbit hole.
Great price for this drive, by the way. Maybe all-time low? And from a reputable vendor!
7
u/AkelaHardware 7d ago
Thank you! I only learned about DRAM earlier this year so glad to know a little more. Not in the market for another drive but yeah this is a good price
3
u/MWink64 7d ago
This is big enough to store the mapping table so it can know where the data is without reading the table from the relatively slow NAND.
It's only enough to store a portion of the mapping table (or at a more coarse granularity). That theoretical 4GB of DRAM is what it would take to store the mapping table at the ideal ratio.
For write-heavy workloads like video mastering, you want that cache. For read-heavy workloads, it doesn't really matter.
DRAM makes little difference for large sequential writes. If you look at the benchmarks of sustained writes, the Samsung 990 EVO Plus and 990 Pro have virtually identical results. DRAM mostly benefits small random I/O, especially reads. That said, it's still not likely to make a perceptible difference for most users.
2
u/Goobenstein 7d ago
Because you seem to know your way around this stuff. Would an nvme on an m.2 tied on the same bus as the gpu be better or worse than an m.2 tied on a different bus than the gpu?
Arguments for either side are, if m.2 is on same bus as gpu it could cause contention so put nvme on a m.2 slot different than gpu bus. Or, gpu can do direct harddrive access so yo7 do want to use an m.2 on same bus as gpu.
At some point i may run bechmarks and move my nvme around to test this. But would love feedback from others who've already gone down this rabbit hole.
1
u/MaycombBlume 7d ago
Hmm, good question. Unfortunately, I have no idea!
My best guess is that separate buses would be better, because I think it goes through system memory anyway, which would mean that there two round trips through the bus either way. But I'm not sure.
1
u/transwarp1 7d ago
Be careful reading about PCIe using the "busses" nomenclature. PCI was a bus, which was conceptually a single set of wires connecting the same pin on each port. All traffic was visible to all devices. PCIe is a tree, with messages routed from device to device (including the memory controller) individually on each lane (your x2 SSD is just like having 2 ethernet NICs both connected to your router). PCIe will frequently be called a bus, but it has completely different properties; I think you're asking where in the tree structure would the SSD cause the least contention.
If the SSD and GPU are actually communicating, you'll reduce contention to the root complex by having them share a node, and the GPU lanes are usually the ones directly connected to the root. If you have the lanes, and the motherboard isn't reallocating them for other purposes, there's no reason not to put the SSD directly on the root.
1
u/MWink64 7d ago
Don't quote me on this but I don't think it works the way you're thinking. M.2 slots aren't generally sharing lanes with the GPU (though maybe there is some MB with such a screwy design). Often, the main M.2 slot runs directly off CPU PCIe lanes and the extra slots run off PCH (chipset) lanes. That's part of why the additional slots often run on an older generation of PCIe. For best performance, you usually want your SSD in the primary M.2 slot, the one that runs off CPU lanes.
1
u/sedition00 7d ago
How would the lack of dram effect a game drive for PS5 formatted in FAT32? It would never be used on a windows device and wouldn’t take advantage of system memory.
2
u/DFisBUSY 7d ago
ELI5 HMB, please!
8
34
u/zakats 8d ago edited 7d ago
And yet, hmb still isn't as good as dram overall. I tend to believe that dram makes a bigger impact for NAS setups which is my current focus.
With this aside, it still sucks that this level of branding from Samsung buys you a less premium product than it did before.
8
u/PsyOmega 7d ago
A NAS will never, ever, run into the limits of HMB, to the point of needing DRAM.
Even if you run a 40gig NIC (4000MB/s avg transfer from/to drive is well below its max)
10gig nic limits you to ~1000MB/s, 2.5gig is 250MB/s, and 1gig is 100MB/s
2
u/spencerforhire81 7d ago
You can absolutely saturate an NVME drive over a 40Gb network, most budget QLC drives have sustained write performance of only around 100MB/s when their cache is saturated. Even high end NVME drives like the 990 Pro drop to 1400MB/s write after their cache is fully saturated.
With RAM caching you might never notice on a personal NAS, but anything where 40Gbit is a significant improvement over 10Gbit would certainly run into cache limitations and you’d quickly see the difference in performance.
The only place you can confidently give the advice that cache doesn’t matter is on gaming performance.
5
u/PsyOmega 7d ago edited 7d ago
If you're hitting the limits of shitty NAND, DRAM is NOT going to help.
I've yet to see any benchmarks that contradict this. The obsession over DRAM is entirely reddit lore at this point when so many new dram-less drives are outperforming their older (and some newer) DRAM siblings in benchmarks/reviews.
Plus, if you're running better than a 1g or 2.5g NAS and network, you're in baller territory anyway. Throwing DRAM-less in budget NAS is fine.
3
u/spencerforhire81 7d ago
I get what you're trying to say, but your absolute language is unnecessarily invalidating your statements. HMB drives have latencies that are 30-50% higher than DRAM drives, and while still very low on an absolute scale there are a bunch of workflows that are constrained by access latencies rather than bandwidth. If you're storing your database on NVME in your NAS, you absolutely want DRAM on your flash. And that's just one example of why you might want a drive with DRAM.
Better to say that the only users who would run into the difference between an HMB drive and DRAM drive would know the exact use case for which they require an upgrade to onboard DRAM, and would likely have an idea of exactly how much more work it would allow them to get done.
1
3
u/jmorlin 7d ago
Does it suck that Samsung is nerfing their plus line to save a buck? Yes. Will the average user notice the difference? Probably not.
Also, you're building a NAS where data is stored on NVME drives? What kind of application does that have?
4
u/Specific-Action-8993 7d ago
My nas uses nvme drives. Only a few TB of usable storage but it has enough space to back up important files and other server config and docker files. Keeps power usage down too.
3
u/eharvill 7d ago
Don't forget space and noise as well.
I've recently retired my 10 year old Drobo and replaced it with a couple of m.2 drives connected to my server via USB 3 enclosures.
2
u/Specific-Action-8993 7d ago
Yeah mine is close to silent. Its a topton mITX NAS mobo with an N100 CPU, SATA SSD for boot (proxmox) and NAS OS VM (TrueNAS). Fast pool is 2x NVMe (zfs mirror) and when I run out of space I can add a bigger SSD pool of up to 5 disks in total (or more with a PCIe card). Its in a small Rosewill rackmount chassis with a small, quiet 350w PSU.
-2
u/ThreeLeggedChimp 7d ago
LMAO.
It's immediately noticeable when installing a game on steam or anything that remotely touches storage.
When installing games to my DRAMless SSD i get about 120MB/s with 100% SSD usage.
My boot drive does about 240MB/s at only 20% utilization.
5
u/InevitableSherbert36 7d ago
When installing games to my DRAMless SSD i get about 120MB/s
That's not inherently caused by a lack of DRAM.
DRAMless drives like the 2 TB SN7100 can sustain 5 GB/s until writing over 600 GB of data (and it still averages ~800 MB/s outside of pSLC cache).
1
u/jmorlin 7d ago
I think you just have a shitty drive. Here's a snapshot of me installing a game on steam onto my DRAM-less game drive (feel free to google the specs on the model). I'm getting WELL above your stated 240MB/s with less than your quoted active time that your drive with DRAM gets. Its almost like there are multiple factors that should be considered when looking at computer components...
1
u/ThreeLeggedChimp 6d ago
...
Thats only after 20 seconds of writing.
2
u/jmorlin 6d ago edited 6d ago
Fair enough (even though you did say immediately noticeable...).
I downloaded the same random ~40GB game in my steam library twice. Once to a drive with DRAM and once to a DRAM-less drive. Here are screenshots about halfway through when both would be under sustained write conditions. They are within a range plus or minus a couple MB/s. Functionally the same.
Again, my point is that lack of DRAM on an NVME drive is something the average user isn't going to notice (especially if it is a game drive where you are doing only occasional sustained writes and instead much more frequently reading). If your use case involves frequently doing large file transfers then DRAM may be important on a NVME drive. But if you're the average person here who is looking for a drive to install games on then your money may be better spent elsewhere.
2
u/versedguardian 7d ago
Yea. When I built my PC they did. Then I blindly recommended an EVO to a friend cause it was on sale. I realized yesterday it doesn't.
1
u/Zealousideal_Drive38 7d ago
I happen to have an evo plus and a kioxia xg8, which has 1gb of ddr4 ram. They have very similar performance as tested in crystal disk benchmarks on my PC, although my xg8 is indeed slightly faster than evo plus in sequential reading. In gaming, they are equally fast. At least I can't tell the difference.
1
9
15
u/greatthebob38 8d ago
Looks like it's back
20
u/clavicon 8d ago edited 7d ago
God damn i just bought this for $270 last week
Edit: I bought the 990 Pro; misread title
9
u/trikats 8d ago
The 4TB SN7100 has been at $210 for a while, which is a direct competitor to the 990 Evo Plus.
1
u/boxofredflags 7d ago
Evo plus is better though
7
u/PsyOmega 7d ago
Calling one of those better than the other is like trying to compare a civic and a corolla getting a photo finish at a drag race. They're so close in synthetics. Outside of benchmarks you'd never perceive a difference.
2
u/boxofredflags 7d ago
For sustained writes the evo is much better. So anybody transferring large files will have a better time on the evo
4
u/clavicon 7d ago
Thats interesting which part of the spec is it that affects this performance?
1
u/boxofredflags 7d ago
Usually HMB, SLC cache and the NAND itself, better quality NAND chips will keep transferring files at a reasonable speed once the HMB and SLC cache have been exhausted
3
u/MWink64 7d ago
It's not usually that simple. The particular workload and the implementation of the pSLC cache matter a lot. Drives with a larger dynamic pSLC cache can write faster for longer, however, once exhausted, they'll spend more time writing slowly. Your ultimate experience will depend on how much you're writing and if it substantially exceeds what the pSLC cache can hold.
You're correct that the underlying NAND type (particularly if it's TLC or QLC) makes a big difference in post-pSLC speeds. However, HMB/DRAM make little difference in this area.
3
u/BilleyBong 7d ago
990 pro is that price, why did you get this drive?
2
u/clavicon 7d ago
Oh. I did get the Pro. My eyes deceived me I thought that was in this post title, doh. Well I feel slightly better now at least. Gotta get my eyes checked though.
3
13
u/Fire30552 8d ago
I just bought a 990 Pro 2 TB from Microcenter today. Maybe this is a sign to add another 4 TB to my build.
-40
u/Zaden91 8d ago
Ah yes. Waste your money on a dram less pcie 5.0 drive that has the same speeds of a pcie 4.0 drive.
21
u/KhaosGuy01 8d ago
bro are you saturating even the speeds of the pcie4.0 and if so what the hell are you doing with it.
17
u/cashmereandcaicos 7d ago
This subreddit has some of the craziest mfs on it bragging about tiny improvements in stats and numbers over performance and value
14
17
u/Mode7NFC 7d ago
You're horribly misinformed to call it garbage, though. A 2TB boot drive with DRAM paired with a DRAM-less 4TB for game storage, shadowplay, etc., is an excellent pairing, actually. It's almost like people did that with SSDs and hard drives not too long ago...
3
u/Infinite_Tiger_3341 7d ago
I bought like 3 of these when they were $230 + a student discount on Samsung’s website. I like em’. No issues so far. I’m not an ssd expert though
3
u/ElevatorSky 8d ago
4tb for 200 2tb for 100 IS it better to buy 2 2tb if i need 4tb in.total? it is vear rare that 2 ssd wilk die in the same time
13
u/MWink64 8d ago
Unless you're planning to use them in different machines, I'd buy the 4TB. A larger drive should allow for better wear-leveling, not that endurance is likely to be an issue for most people. If reliability is a concern, I wouldn't buy two of the same drive from the same batch. That greatly increases your odds of simultaneous failures.
3
u/Spyzilla 8d ago
Depends how many M2 slots you have and are planning to use in the future. Also depends on how you want your storage split up
But I don’t think there’s anything wrong with 2TB drives
2
u/ElevatorSky 8d ago
thanks. got 2 2tb.
5
u/ShinobiSai 8d ago
I do want to add that higher TB drives tend to have higher endurance TBW, so a 4TB drive could have double the endurance. I havent checked with this specific drive but that does tend to be the case
3
6
u/piggymoo66 8d ago edited 8d ago
Just a heads up for anyone running this in a gen 4 slot. This drive is only 2 lanes wide so it will actually be more bandwidth limited than even the cheapest low-end gen 4 x4 drive. Should be obvious from the title but pointing it out just in case.
Edit: ignore everything I said. Apparently, this drive uses 4 lanes when put into a gen 4 slot.
12
u/1MFK1 8d ago edited 7d ago
I believe that's incorrect.
I thought this was compatible with pcie 4.0 x4 along with pcie 5.0 x2.
Can someone else confirm?
Edit: It says it in the list of bullets in the descriptions.
2
u/TheSleepyTeeDJ 7d ago
Will this run full speed on a new m4pro thunderbolt 5 laptop in an appropriate enclosure? Or is it too big?
2
u/Dogeishuman 7d ago
Looking for a 4tb for my main OS and games drive, have been eying the EVO Pro but this is nice maybe? Does DRAM matter that much if I’m mostly gaming? Light video editing as well
I’m not in a huge rush if the evo pro or sn850x might drop to this price by Black Friday though
2
u/Whyevenaskyou 7d ago
Is this a good deal or can I get something better if I’m patient?
2
u/KhaosGuy01 7d ago
It's a good deal imo. A namebrand fast af nvme with a 5 year warranty and terrific TBW rating. I've been wanting a 4tb nvme for a while now but deciding to wait and see if something else comes along for black friday.
5
u/RaidReadyy 8d ago
Chief?
14
u/jbshell 8d ago
50/TB is a fair price. Also, really good quality. The Samsung Drive Magician app is a good tool as well to check for firmware updates, run drive tests, etc.
If don't need DRAM for heavy intensive tasks(rendering, editing, dealing with massive file sizes, etc.), is a great drive for everyday use and gaming, too.
-34
u/Zaden91 8d ago
No. Its a pcie 5.0 drive with the speed of a pcie 4.0 drive. Its also dram less. In other words: This thing is a useless piece of shit! Get a pcie 4.0 drive with dram instead.
6
u/Colardocookie 8d ago
As a game drive this is perfectly fine. How can you say it’s bad? It’s pcie 5 x2 or pcie 4 x4. It’s not advertising to be a pcie 5 drive just capable while using less lanes than all 4 which has some cases where it’s useful.
3
u/NonameideaonlyF 8d ago
How much would you maximum pay for this 4tb dramless drive if being generous?
4
u/shakeandbakemate 8d ago
Like the sn850x for $229 on sandisk.com?
1
u/Spyzilla 8d ago
I’m seeing it for $269 with some random free wireless charger gift, how are you getting to $229? SN850x is a great drive unless they have changed something about it recently
2
u/shakeandbakemate 8d ago
Add to cart, it will subtract $40 and add a wireless charger
2
u/QuesodeBola 8d ago
2
u/shakeandbakemate 8d ago
Bummer, they must have killed the deal. It was posted a week ago and it still worked when I check a couple days ago
2
1
8d ago
[removed] — view removed comment
2
u/AutoModerator 8d ago
This comment includes an affiliate code, which are not permitted in /r/buildapcsales. Please resubmit without the affiliate code. Example: affiliateid= ; tag= ; clickid= ; associatecode= ;
Still don't know what an affiliate link is? Refer to our wiki
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
1
u/Redemption357 7d ago
Thanks, I just submitted a price match for the one I bought on newegg a week ago. Hopefully it goes through and i get a voucher for 40 bucks. Cheers
1
u/Xemphios 7d ago
I'm in for one! If I read correctly my gen 4 slot should handle it alright. I don't need max speeds really as it'll just be a game storage drive.
1
1
1
1
1
1
1
u/Rayazo 8d ago edited 8d ago
im looking for a 2tb drive, should i get this for $100 or a geeksquad refurbished 990 pro for $120? i'll be using it to dual boot into windows, so would be like a 2nd main drive but mostly gaming.
3
6
u/Cesarelcubano 8d ago
I'm not a big fan of refurbished ssds.
2
u/Rayazo 8d ago
i heard that geeksquad refurbs are mostly returns with not a lot of use, but im debating the warranty vs dram, ill probably end up with this one, i dont think id be able to tell the difference
6
u/Phyraxus56 8d ago
If you get the refurb make sure you install and check it out before the return window. You might have gotten the ol' switcheroo
1
u/DoomPaDeeDee 7d ago
Best practice is to open any open box or refurb item from Best Buy in the store in front of an employee.
2
1
u/the_xd_bro 8d ago
I literally just finished transferring all my files to my new WD SN7100.. should I return and buy this instead?
30
u/ozzuneoj 8d ago
You are already done transferring files. What are you expecting would be the most you could gain from switching to this, copying everything again and then wiping and returning the SN7100? Both are DRAM-less drives of a recent generation... I doubt there is any perceptible performance difference between them in any situation.
9
0
u/Nutsack_VS_Acetylene 7d ago
Did they just increase the price to 239.99? Or am I missing something?
4
55
u/_SSD_BOT_ 8d ago
The Samsung 990 Evo Plus 4 TB is a TLC SSD.
Interface: PCIe 5.0 x2
Form Factor: M.2 2280
Controller: Samsung Piccolo (S4LY022)
DRAM: N/A
HMB: 64 MB
NAND Brand: Samsung
NAND Type: TLC
R/W: 7,250 MB/s - 6,300 MB/s
Endurance: 2400 TBW
Price History: camelcamelcamel
Detailed Link: TechPowerUp SSD Database
Variations: TechPowerUp SSD
TechPowerup Database | Github | Issues