PINE64
PCIe -> SATA and NVMe work as of 0.6.59 - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: ROCKPRO64 (https://forum.pine64.org/forumdisplay.php?fid=98)
+--- Forum: Linux on RockPro64 (https://forum.pine64.org/forumdisplay.php?fid=101)
+--- Thread: PCIe -> SATA and NVMe work as of 0.6.59 (/showthread.php?tid=6242)

Pages: 1 2


RE: PCIe -> SATA and NVMe work as of 0.6.59 - Bullet64 - 07-25-2018

(07-25-2018, 12:47 PM)dukla2000 Wrote:
(07-25-2018, 05:17 AM)Bullet64 Wrote: Look -> https://gist.github.com/ayufan/30c46381c5e4e5c5264a834a752946db

He is using an Samsung PM961
I did see on his lspci output it was reported as
"Subsystem: Samsung Electronics Co Ltd NVMe SSD Controller SM961/PM961", but pfeerick 960 EVO output is identical.

My limited insight to Samsung 960 NVMe devices indicates SM961 and PM961 devices were released to OEMs early in 2016. And Samsung later released EVO and PRO versions for the general public. However, as per Anandtech there are differences in the NAND chips which is what I expect explains the difference in iozone numbers from ayufan and pfeerick?

If the table at Anandtech is accurate then actual PM961 devices should be the slowest of the lot.

I remember, that Ayufan postet that he has an 960 Pro. But that is only from my memory, I can be wrong too. Waiting for Ayufan...


RE: PCIe -> SATA and NVMe work as of 0.6.59 - ayufan - 07-30-2018

I do have 960Pro but in my PC. For RockPro64 I use separate NVMe drive with SM961 (This is on sticker).


RE: PCIe -> SATA and NVMe work as of 0.6.59 - jzhang18 - 08-02-2018

Is it possible to switch system root "\" to PCIe NVMe SSD?
or
Boot directly from PCIe NVMe SSD?

Hopefully someone can figure it out how to do it.

thanks


RE: PCIe -> SATA and NVMe work as of 0.6.59 - dukla2000 - 08-06-2018

I managed to get a used 128GB SM961 for a bargain price: came with some no-name PCIe adapter and worked first time:

Code:
/ssd$ sudo iozone -e -I -a -s 100M -r 4k -r 16k -r 512k -r 1024k -r 16384k -i 0 -i 1 -i 2
    Iozone: Performance Test of File I/O
            Version $Revision: 3.429 $
        Compiled for 64 bit mode.
        Build: linux

    Contributors:William Norcott, Don Capps, Isom Crawford, Kirby Collins
                 Al Slater, Scott Rhine, Mike Wisner, Ken Goss
                 Steve Landherr, Brad Smith, Mark Kelly, Dr. Alain CYR,
                 Randy Dunlap, Mark Montague, Dan Million, Gavin Brebner,
                 Jean-Marc Zucconi, Jeff Blomberg, Benny Halevy, Dave Boone,
                 Erik Habbinga, Kris Strecker, Walter Wong, Joshua Root,
                 Fabrice Bacchella, Zhenghua Xue, Qin Li, Darren Sawyer,
                 Vangel Bojaxhi, Ben England, Vikentsi Lapa.

    Run began: Mon Aug  6 18:16:56 2018

    Include fsync in write timing
    O_DIRECT feature enabled
    Auto Mode
    File size set to 102400 kB
    Record Size 4 kB
    Record Size 16 kB
    Record Size 512 kB
    Record Size 1024 kB
    Record Size 16384 kB
    Command line used: iozone -e -I -a -s 100M -r 4k -r 16k -r 512k -r 1024k -r 16384k -i 0 -i 1 -i 2
    Output is in kBytes/sec
    Time Resolution = 0.000001 seconds.
    Processor cache size set to 1024 kBytes.
    Processor cache line size set to 32 bytes.
    File stride size set to 17 * record size.
                                                              random    random     bkwd    record    stride                                    
              kB  reclen    write  rewrite    read    reread    read     write     read   rewrite      read   fwrite frewrite    fread  freread
          102400       4    97119   119275   141604   141757    46120    81382                                                          
          102400      16   264668   349135   374752   381088   116056   253526                                                          
          102400     512   747897   764013   740837   850397   748669   759626                                                          
          102400    1024   646955   760683   795914  1002654   895096   761269                                                          
          102400   16384   700665   741865  1002589  1239458  1229366   747861                                                          

iozone test complete
Now to sort SPI (or wait for Ayufan Smile  )