Author Topic: Samsung 1TB SSD for $38USD?  (Read 4043 times)

0 Members and 1 Guest are viewing this topic.

Offline JwallingTopic starter

  • Supporter
  • ****
  • Posts: 1517
  • Country: us
  • This is work?
Samsung 1TB SSD for $38USD?
« on: January 04, 2019, 05:18:07 pm »
Seems too good to be true, but:
https://www.ebay.com/itm/292903027973?

I bought one. We'll see what happens.
Jay

System error. Strike any user to continue.
 

Offline JackJones

  • Regular Contributor
  • *
  • Posts: 229
  • Country: fi
Re: Samsung 1TB SSD for $38USD?
« Reply #1 on: January 04, 2019, 05:23:55 pm »
Items for sale: 1

Feedback for the last 12 months: 4 positive

I'm afraid it's a scam  :-\
 

Offline DC1MC

  • Super Contributor
  • ***
  • Posts: 1925
  • Country: de
Re: Samsung 1TB SSD for $38USD?
« Reply #2 on: January 04, 2019, 05:25:10 pm »
What is to happen ? You will probably tell us how easy or difficult was to recover your monies.

 Good luck,
 DC1MC
 

Offline tsman

  • Frequent Contributor
  • **
  • Posts: 599
  • Country: gb
Re: Samsung 1TB SSD for $38USD?
« Reply #3 on: January 04, 2019, 05:27:08 pm »
Probably a hacked account. As JackJones points out, there is barely any items sold in the last 12 months. eBay even suggests another 1TB Samsung SSD auction with similarly suspicious account.
 

Offline JackJones

  • Regular Contributor
  • *
  • Posts: 229
  • Country: fi
Re: Samsung 1TB SSD for $38USD?
« Reply #4 on: January 04, 2019, 05:28:57 pm »
What is to happen ? You will probably tell us how easy or difficult was to recover your monies.

 Good luck,
 DC1MC

Similar thing happened to me once. The seller actually sent something to my neighbourhood, they just apparently didn't put in my full address, just the zip code. So the tracking looked like it almost arrived. It never of course made it to me, but I suppose they could've stalled past the dispute date by saying it's almost there. It took paypal 2 months to resolve the case, thankfully they understood that the seller never sent anything of value to me.

99% you get your money back, but there is always the chance that maybe not. And having your money tied up for 2 months is no fun.
 

Offline bitseeker

  • Super Contributor
  • ***
  • Posts: 9057
  • Country: us
  • Lots of engineer-tweakable parts inside!
Re: Samsung 1TB SSD for $38USD?
« Reply #5 on: January 04, 2019, 05:29:12 pm »
Yeah, it does look like a hacked inactive account. However, it's unusual that there's only one item for sale. Usually, dormant accounts get pumped with thousands of products. Maybe it's a new scammer testing it out.
TEA is the way. | TEA Time channel
 

Offline TheSteve

  • Supporter
  • ****
  • Posts: 3876
  • Country: ca
  • Living the Dream
Re: Samsung 1TB SSD for $38USD?
« Reply #6 on: January 04, 2019, 05:32:12 pm »
So clearly a scam - look at the shipping info. It was obviously done by someone outside of the country.
VE7FM
 

Offline Mr. Scram

  • Super Contributor
  • ***
  • Posts: 9838
  • Country: 00
  • Display aficionado
Re: Samsung 1TB SSD for $38USD?
« Reply #7 on: January 04, 2019, 05:32:48 pm »
I can see more than one for sale. Popular item, price too good to be true and previously dormant account. All the hallmarks of a scammer.
 

Online ataradov

  • Super Contributor
  • ***
  • Posts: 12453
  • Country: us
    • Personal site
Re: Samsung 1TB SSD for $38USD?
« Reply #8 on: January 04, 2019, 05:42:57 pm »
Here is investigation of fake SD Cards:


So at best you will get a fake SSD with controller instructed to lie about its capacity.
Alex
 

Online wraper

  • Supporter
  • ****
  • Posts: 19397
  • Country: lv
Re: Samsung 1TB SSD for $38USD?
« Reply #9 on: January 04, 2019, 05:53:38 pm »
Looks like hacked account. And 17 idiots already bought it  :palm:.
 

Offline bitseeker

  • Super Contributor
  • ***
  • Posts: 9057
  • Country: us
  • Lots of engineer-tweakable parts inside!
Re: Samsung 1TB SSD for $38USD?
« Reply #10 on: January 04, 2019, 08:39:46 pm »
Yep, was fake and removed.
TEA is the way. | TEA Time channel
 

Online coromonadalix

  • Super Contributor
  • ***
  • Posts: 8498
  • Country: ca
Re: Samsung 1TB SSD for $38USD?
« Reply #11 on: January 04, 2019, 08:53:05 pm »
yep same thing for an 2tb usb key a friend bought, we argued a lot when i said to him : an 2tb for 12$  its impossible,  you've been had loll.

It was a real 4gb key  loll
 

Offline Brumby

  • Supporter
  • ****
  • Posts: 12571
  • Country: au
Re: Samsung 1TB SSD for $38USD?
« Reply #12 on: January 04, 2019, 11:56:23 pm »
I just don't trust any stated storage for SD cards or USB keys these days.

Every single one gets checked for physical capacity before being pressed into service.  I use H2testw and let it run in the background.

I have found 2 mislabelled 32GB micro SD cards I purchased from a B&M computer store that turned out to be 8GB.  Took them back with a print out of the results.
« Last Edit: January 04, 2019, 11:58:42 pm by Brumby »
Why Clippy?  --> https://www.youtube.com/watch?v=2_Dtmpe9qaQ
 

Online coromonadalix

  • Super Contributor
  • ***
  • Posts: 8498
  • Country: ca
Re: Samsung 1TB SSD for $38USD?
« Reply #13 on: January 05, 2019, 05:47:53 am »
Web source, supposed to be faster than  hw2test    it will copy the file into a multiple incremented name file,  it will fill the usb key,  when it stops   check the quantity of created files to know the real size

To create an empty file, having a defined size under Windows

    Click on Start > cmd > Press CTRL + Shift + Enter to open it as Administrator
    Enter the following command
    fsutil file createnew [name_of_file.extension][size_in_bytes]

EX: fsutil file createnew C:\test.txt 52428800  (for an 50 megs file size)

Copy the text.txt  (50mb)  file on the drive you want to test

Run a administrative cmd prompt windows, not powershell          "H:" is the usb key to test

FOR /L %A IN (1 1 10000) DO (COPY H:\test.txt H:\%A.txt) 

It will be a lengthty process, around 6 secs each time to create / copy increment the file ..... 50mb each

test.txt
test1.txt
text2.txt
 

Online PlainName

  • Super Contributor
  • ***
  • Posts: 8477
  • Country: 00
Re: Samsung 1TB SSD for $38USD?
« Reply #14 on: January 05, 2019, 07:16:18 am »
It's no good copying the same file contents, regardless of filename. And unique filenames mean nothing since they're all stored in the same place so don't test storage size. The sensible way to do it is to have unique bit patterns over specific locations that you can a) verify exists, and b) won't exist anywhere else on the drive.
 

Online wraper

  • Supporter
  • ****
  • Posts: 19397
  • Country: lv
Re: Samsung 1TB SSD for $38USD?
« Reply #15 on: January 05, 2019, 04:32:31 pm »
Web source, supposed to be faster than  hw2test    it will copy the file into a multiple incremented name file,  it will fill the usb key,  when it stops   check the quantity of created files to know the real size
...
It's useless and it won't stop creating files. It will write data just fine... over older data. The thing is can written more data than actual size of files but you won't be able to read properly anything other than latest files written. However as all of those files created are empty anyway, quite likely you'll even properly read all of them back regardless.
« Last Edit: January 05, 2019, 04:45:37 pm by wraper »
 

Offline MrElectric

  • Contributor
  • Posts: 30
  • Country: se
Re: Samsung 1TB SSD for $38USD?
« Reply #16 on: January 08, 2019, 12:27:21 pm »
A few years ago, there was someone that was selling used hard drives. He used photos of new hard disks, and the starting bid looked reasonable for an x GB used drive. However, in the title, it said "x MB used hard disk". So, he was selling 500 MB harddisks when you could not buy a new hard disk smaller than 500 GB.

Many people bought these, and gave positive comments, saying "it was my own fault, I should have seen that it said MB, not GB".

I say that was a scam as well.

I remember I even saw a 500 MB hard disk sold, where the description said "this disk is faulty and does not work". I guess you're an idiot if you don't read the description, but if you don't mean to trick people into buying, there's no way anyone would willingly buy a 10+ year old failed disk (so there's no use trying to sell it if you don't mean to fool someone). People say that's not a scam, because the description says that it's a failed disk. But the photo of a brand new disk can fool many people...
 

Online wraper

  • Supporter
  • ****
  • Posts: 19397
  • Country: lv
Re: Samsung 1TB SSD for $38USD?
« Reply #17 on: January 08, 2019, 12:48:28 pm »
I remember I even saw a 500 MB hard disk sold, where the description said "this disk is faulty and does not work". I guess you're an idiot if you don't read the description, but if you don't mean to trick people into buying, there's no way anyone would willingly buy a 10+ year old failed disk (so there's no use trying to sell it if you don't mean to fool someone). People say that's not a scam, because the description says that it's a failed disk. But the photo of a brand new disk can fool many people...
Why not. Say you have a faulty HDD you need to get data from. It's completely reasonable to buy another faulty HDD for spare parts. Or you may need it for some project like HDD clock.
 

Offline MrElectric

  • Contributor
  • Posts: 30
  • Country: se
Re: Samsung 1TB SSD for $38USD?
« Reply #18 on: January 08, 2019, 01:25:08 pm »
I remember I even saw a 500 MB hard disk sold, where the description said "this disk is faulty and does not work". I guess you're an idiot if you don't read the description, but if you don't mean to trick people into buying, there's no way anyone would willingly buy a 10+ year old failed disk (so there's no use trying to sell it if you don't mean to fool someone). People say that's not a scam, because the description says that it's a failed disk. But the photo of a brand new disk can fool many people...
Why not. Say you have a faulty HDD you need to get data from. It's completely reasonable to buy another faulty HDD for spare parts. Or you may need it for some project like HDD clock.
That's true! :-)
 

Offline CJay

  • Super Contributor
  • ***
  • Posts: 4136
  • Country: gb
Re: Samsung 1TB SSD for $38USD?
« Reply #19 on: January 08, 2019, 04:49:56 pm »
If you run Windows then Bitlocker is quite a handy test for disk capacity, kick off the encryption on the drive you want to test, if the capacity isn't as advertised it will fail when it encounters the true capacity limit or faulty sections of the device
 

Offline Gabri74

  • Regular Contributor
  • *
  • Posts: 112
  • Country: it
Re: Samsung 1TB SSD for $38USD?
« Reply #20 on: January 09, 2019, 10:57:39 am »
f3 - Fight Flash Fraud

https://github.com/AltraMayor/f3
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf