Samsung's Portable SSD T1 Tested
MojoKid writes The bulk of today's high-capacity external storage devices still rely on mechanical hard disk drives with spinning media and other delicate parts. Solid state drives are much faster and less susceptible to damage from vibration, of course. That being the case, Samsung saw an opportunity to capitalize on a market segment that hasn't seen enough development it seems--external SSDs. There are already external storage devices that use full-sized SSDs, but Samsung's new Portable SSD T1 is more akin to a thumb drive, only a little wider and typically much faster. Utilizing Samsung's 3D Vertical NAND (V-NAND) technology and a SuperSpeed USB 3.0 interface, the Portable SSD T1 redlines at up to 450MB/s when reading or writing data sequentially, claims Samsung. For random read and write activities, Samsung rates the drive at up to 8,000 IOPS and 21,000 IOPS, respectively. Pricing is more in-line with high-performance standalone SSDs, with this 1TB model reviewed here arriving at about $579. In testing, the drive did live up to its performance and bandwidth claims as well.
regular ssd, usb3 interface, UASP (scsi over usb, new standard) and you have all the speed of native sata (that the drives can put out) and are still vendor neutral.
I try to avoid samsung products these days. after the fiasco with the evo drives, I'll look for another vendor.
and then there is always the worry that samsung will insert commercials between disk block seeks (inside joke, sorry if that does not make immediate sense to you).
--
"It is now safe to switch off your computer."
NSA Backdoor preinstalled?
for a ton of technical reasons I won't get into right now (remapping/wear leveling) SSDs aren't usually able to handle power faults like regular HDs. Too often, taking an unexpected power hit can easily result of massive amounts of lost data, or even loss of the device itself. I've seen this happen at least 20 times. Thete are allegedly some "enterprise grade SSDs" which may or may not mitigate this issue. I'm tired of seeing articles citing all kinds of performance tests that go into absolutely no detail on if you are going to lose all your data the next time you lose power, or have to force-off your laptop because it locked-up on you.
I do not believe the claim of 450 MB/sec. data transfer rates on USB 3.0 with data going in both directions. Typically, I see USB 3.0 data transfer rates with SSD's to peak at 180 MB/sec. using HD Tune. I have different USB 3.0 docks and sell various USB 3.0 enclosures and hard drives. I'd believe Samsung's figures if they were using a SATAIII port. No way are they getting an honest 450 MB/sec.on a USB 3.0 port.unless it's non-standard or actually a USB 3.1 port.
A TB has already been done in SLC, that isn't hard to do... it is however enterprise only and very expensive, thus not of much interest to your average user...
It isn't going to be something that you see for your personal use.
A TB has already been done in SLC, that isn't hard to do... it is however enterprise only and very expensive, thus not of much interest to your average user...
It isn't going to be something that you see for your personal use.
Why not? I want multi TB SSD in full size HDD boxes, that can go into standard PC drive slots. Drives fail, even SSDs. I want to mirror them. 1TB MLC SSDs exist. Put them in a bigger box.
I should use this sig to advertise my book ISBN-13 : 978-1501515132.
The HotHardware evaluation focused entirely on speed. What about reliability? Early SSDs were plagued with a limited number of writes, after which no further writes were possible. While recent SSDs seemed to have improved, evaluations should still address reliability.
Modern MLC drives are able to handle nearly 1PB of writes. I'm not sure what more you want from a 120GB SSD.
because there aren't enough people in the consumer market willing to pay the many thousands of dollars price tag on such devices. until cost comes down the market is simply too small to target that audience.
You can purchase two 1TB SSDs and mount them in this http://www.newegg.com/Product/...
...a non-portable SSD?
The price is dropping. I'm seeing MacBook Pros ship with 1TB of SSD. It only is a matter of time before external SSDs become the storage medium of choice, just like USB flash drives are for small scale storage.
As for HDDs, I can see them winding up being re-engineered to be more for archival and backup storage as opposed to the role an external HDD does now.
The 850s are known for nearly 1PB of writen, come with a 170TB 5 year warranty for 250GB+ models. According to an interview with Samsung, going over the 170TB limit will not always void your warranty, as long as it was "consumer" workloads. I guess they have 120GB drives in their shop with over 8PB of data written to them.
The AC at the top specified SLC flash. I'm not sure that Apple even sells anything with an SSD based on that, and, among vendors that do, paying 3-5 times as much per unit capacity would count as a pretty good deal compared to MLC based devices, with higher prices being a definite possibility if the name on the sticker is right.
Every SSD has a limited number of writes. That hasn't changed. Wear leveling algorithms ensures that normal users will never be faced with that issue under normal use, though. In other words, unless you have some very specialized scenario where you're writing massive amounts of data continuously, it's really not an issue. Keep in mind that also, even if you happened to hit the write limit twenty years from now, all your data should still be readable.
Reliability is a bit harder of a metric to cover, because there's no way to measure reliability except in aggregate: large number of drives over many years of operation. How would a reviewer with one or two devices to test determine reliability? Over the week or so they tested, it was likely 100% reliable.
Irony: Agile development has too much intertia to be abandoned now.
I suspect the market isn't there yet for 4 TB SSD drives... and it wouldn't require a 3.5" drive case, you could fit 4 TB of NAND easily in a 2.5" drive case (or even less).
That said, the number of people who want to pay $2,000 for such a drive are still quite limited. Give it time...
The tl;dr version if you want to skip everything below is that because MB/s is the inverse, the bigger the MB/s gets, the less difference it makes. Let me repeat because it's so counter-intuitive: The bigger the MB/s gets, the less difference it makes.
There are two effects going on here. First , because MB/s is the inverse of what you're really interested in (sec), as it gets bigger its benefit to wait times is actually becoming smaller. Imagine you need to read 1000 MB of data.
Or in terms of time savings per constant MB/s:
See how the bigger the drive's MB/s gets, the less time savings you get per 100 MB/s increase? That's because MB/s the inverse of what we're really interested in - sec/MB. Beyond about SATA3 or even SATA2 speeds, you've pretty much passed the point of diminishing returns and there's very little meaningful time saved by going faster (for tasks
The second effect has to do with which disk operations take more time. Everyone looks at sequential read/write speeds, when they should actually be concentrating on the 4k random speeds. Why? Say your SATA3 drive gets 500 MB/s sequential speeds, and 50 MB/s 4k speeds. Because the 500 MB/s figure is 10x bigger than the 50 MB/s figure, people assume that means it's 10x more important.. In fact, the opposite is true - the smaller MB/s figure matters 10x more. Imagine this drive has to read 1000 MB of sequential data + 1000 MB of 4k data.
Surprise! Your drive spends 91% of its time doing the 4k read task, and only 9% of its time doing the sequential read task. Consequently, the smaller MB/s figure matters a lot more in terms of how long you wait for the drive to finish doing something. Which is just another way of saying: The bigger the MB/s gets, the less difference it makes.
So why do HDD manufacturers and review sites insist on using MB/s? Marketing. Because it exaggerates the impact of faster drives, it makes you want to pay more money for the latest and greatest drive. The jump from 500 MB/s to 1000 MB/s by going to PCIe SSDs seems like a huge increase, when in fact it's a miniscule tiptoe. And review sites are complicit because if word got out that there's really not much difference between using a budget SSD and the latest and greatest PCIe SSD, people would stop reading reviews and they'd lose advertising revenue. (That's not to say this is always true - certain specialized tasks benefit disproportionately from the high sequential speeds on large files. Real time video editing is a good example.)
So if you want a fast SSD, you should be obsessing over the smallest MB/s figures, not the biggest ones; the 4k speeds, not the sequential speeds. 10 MB/s faster 4k speeds makes about 10x as much difference as 100 MB/s faster sequential speeds. (The same thing is true for car MPG. MPG i
This. SLC offers a "promise" of greater longevity with lots of write cycling. Still when most SSD's fail they die at the controller.
Right. Improved drive reliability still doesn't negate a need for backups. It's moved from NAND write wear to controller failure as the primary killer of SSD disks. On one hand this isn't very predictable, on the other measures to control the damage when it happens are available.
What. Samsung became worse than the double I's of Intel and IBM? Most tech companies are indeed shitty. Most don't respect users and cater to lusers with their ease of use, plug n play, and just works over actually works bullshit. There's a lot of companies squeezing the oil snakes for their latest products, but samsung at least has the engineering talent to produce refrigerators and washer/dryer sets.
I suspect the market isn't there yet for 4 TB SSD drives... and it wouldn't require a 3.5" drive case, you could fit 4 TB of NAND easily in a 2.5" drive case (or even less).
Well right now, the 1TB enterprise quality SSDs have dropped below $900 (5 year warranty, super-caps, etc.). They're quickly edging out the 15k RPM SAS drives.
Consider that if I need X IOPS and a TB of capacity, I can either put 2x1TB SSD into a server and spend about $1800-ish. Or I can buy a more expensive RAID controller and try to put together half a dozen to a full dozen 15k RPM SAS drives. Using SSD means less drives, less power, less heat, smaller server footprint - same or better IOPS (usually 10x better).
The magical price point for enterprise storage drives is about $300-$600 per drive. Business IT won't blink at spending $300-$600 on a single drive, especially if it reduces their spindle count and increases performance. Something in the $1500-$2000 range tends to be a rarer purchase.
Wolde you bothe eate your cake, and have your cake?
Yup. I wouldn't pay $1000 for a drive. I just need to wait for the prices to drop.
I should use this sig to advertise my book ISBN-13 : 978-1501515132.
I could. But the price for 1TB 2.5" SSD ain't right yet. So I guess we're just arguing over the price.
I should use this sig to advertise my book ISBN-13 : 978-1501515132.
OK, I take that back, I just looked at newegg. Prices are about 50% of what I expected.
http://www.newegg.com/Product/...
I should use this sig to advertise my book ISBN-13 : 978-1501515132.
Portable SSD
You mean, a memory stick?
Very much depends who "you" are, how many you tested, what you tested and whether you have any interest in seeing Samsung fail or not.
Sorry, but an AC post against Samsung - hell, even 100, or 100 1-star posts on Amazon (which often consist of "it didn't arrive", "I broke it and don't know how to fix it" or "this was shit and didn't work as cat litter at all", can't compete against the sheer number of 5-star reviews I see of some of their SSD products (not all, granted, but some) - including those of actual confirmed purchases.
Like with everything, you have to know what you're buying, and buy the right thing. And still you might get stuck with the flaky cheap model, or have a run of bad luck.
As far as I can tell, despite the early firmware problems which I waited out to see Samsung's response, the 840 EVO range are still top of their class, especially the 1Tb model - and the firmware problems are basically gone now (we all cock up, it's how you handle the cock-ups that matters).
Sorry, but your post is just noise without any kind of evidence. Sadly, a random blog post from some guy showing you photos of what he bought and when, screenshots of a benchmark or two, and a running list of problems and/or statistics about those devices means infinitely more than your post does.
And if you, logically, don't trust the manufacturer's tests there are some others who have pushed over a terabyte to SSDs:
SSD endurance experiment
Well, I might have a way, but it only works on a semi spherical planet in a vacuum.
Yes because a closed source propitiatory encryption system from one of the largest American companies couldn't possibly have any back-doors.
I'm just a poor researcher, I have to make do with what I have - my first priority is feeding myself.
Political debates have me rolling my eyes so much I think I got optical whiplash. I should sue. - Foamy The Squirrel
SLC is too rich for my blood, so I don't really have the luxury of comparison; but (just as a mixture of RAID and backups has proven cheaper than absolutely bulletproof engineering in HDDs), it wouldn't entirely surprise me if MLC's cost advantage, combined with ongoing improvements in masking its deficiencies, ultimately relegate SLC to relatively niche applications that don't have space for lots of redundancy; but do have the budget for classy hardware. (After all, just look at how well NOR flash's superiority over NAND flash has...mostly not saved it... from being replaced by stacks of cheap NAND behind a controller designed to make it looks like it doesn't suck as much as it does).
I'd be the last to deny that SLC is, in fact, objectively better; but you can buy so much MLC for the price of a given amount of SLC that, given decent controller design, there tends to be room for nontrivial redundancy and greater usable capacity. I can see why it offends purists; but practically all computer equipment today is the direct descendant of inferior crap that beat beautifully engineered and overtly superior systems on price.
The problem with this is that external storage is often not powered for considerable time and high density Flash retention time is abysmal compared to other media types. I have already had USB flash drives "forget" their contents within months unless continuously scrubbed which annoyingly they do not even do if left powered but not accessed.
Samsung's 3D NAND Flash should be better in this respect but I notice that like the other manufacturers of low retention time Flash, they do not give a specification for this so I have to assume it is no better.