Samsung SM863

Alessandro 123

Well-Known Member
May 22, 2016
653
24
58
41
Anyone using Samsung SM863/SM863a SSD from a long time ? Any thought?

Currenty, it cost about half an Intel DC S4600, but the Intel has a lower DWPD.
The real comparison should be made with Intel DC S3610 but this one is EOL, so is Samsung SM863 a good enterprise drive?

Any sudden failures and so on ? Intel SSDs are considered the most reliable SSDs
 
I see, but a test lab is not exactly a production use.
I'm looking for real production use in a DC. (something like: we use them from 5 years, not issues at all, or something similiar)
 
I see, but a test lab is not exactly a production use.
I'm looking for real production use in a DC. (something like: we use them from 5 years, not issues at all, or something similiar)

I doubt that someone use these drives for 5 years already (AFAIK they were announced in 2015...).
 
Not exactly your model, but our SAMSUNG MZ7WD960HMHP have 3,5y in a production server with ~20GB/day and still 99% health.
 
Some of ours:

Code:
root@itchy:~# zpool status rpool
  pool: rpool
 state: ONLINE
  scan: scrub repaired 0B in 0h13m with 0 errors on Sun Mar 11 00:37:30 2018
config:

   NAME        STATE     READ WRITE CKSUM
   rpool       ONLINE       0     0     0
     raidz1-0  ONLINE       0     0     0
       sda2    ONLINE       0     0     0
       sdb2    ONLINE       0     0     0
       sdc2    ONLINE       0     0     0

errors: No known data errors
root@itchy:~# ./samsung_ssd_get_lifetime_writes.bash /dev/sda
------------------------------
 SSD Status:   /dev/sda
------------------------------
 On time:      19,801 hr
------------------------------
 Data written:
           MB: 44,865,334.632
           GB: 43,813.803
           TB: 42.786
------------------------------
 Mean write rate:
        MB/hr: 2,265.811
------------------------------
 Drive health: 99 %
------------------------------
root@itchy:~# ./samsung_ssd_get_lifetime_writes.bash /dev/sdb
------------------------------
 SSD Status:   /dev/sdb
------------------------------
 On time:      19,801 hr
------------------------------
 Data written:
           MB: 44,857,960.483
           GB: 43,806.602
           TB: 42.779
------------------------------
 Mean write rate:
        MB/hr: 2,265.439
------------------------------
 Drive health: 99 %
------------------------------
root@itchy:~# ./samsung_ssd_get_lifetime_writes.bash /dev/sdc
------------------------------
 SSD Status:   /dev/sdc
------------------------------
 On time:      19,801 hr
------------------------------
 Data written:
           MB: 44,859,439.307
           GB: 43,808.046
           TB: 42.781
------------------------------
 Mean write rate:
        MB/hr: 2,265.513
------------------------------
 Drive health: 99 %
------------------------------