Jump to content

Arny006

Members
  • Posts

    8
  • Joined

Reputation

10 Good

About Arny006

  • Birthday 01/20/1962

Converted

  • Interests
    IT

Converted

  • Occupation
    RED
  1. Dear All, I successfully convert LBA (logical block size) of "Corsair Force MP600" to `4kib` (=4096 bit) = 8*512-bit. This works fine (as shown) not only on previous MP500 series but even on new one. Note: The "physical block size" of those NVMe-SSD is already "4k", with a "logical block size" corresponding to the physical one we can remove any possible "overhead" and speed up "drive" removing any "data-size-translation". Following I post Linux instructions on how to do with on-board-software. Of course, these instructions can be used by Windows users by starting the PC with an Ubuntu, Mint, Knoppix USB-stick. The file I create is a Markdown-file with extension "*.md", if you want overtake like is is... just copy in a simple test-editor and store on your PC. You can store as (NVMe_4k-Format.md) or at your choice. ENJOY! # [NVMe_4k-Format.md](https://github.com/linux-nvme/nvme-cli) * Open Terminal with [CTRL + ALT + T] and become administrator `root` with ``` sudo su ``` type now your password to get access to elevated rights ## Method 1. for "experts" (Method 2. is for newbie) * In the most OS is `nvme-cli` already installed, if not... ``` apt install nvme-cli nvme --version ``` * list device-s ``` nvme --list ``` * detect LBA ``` nvme id-ns /dev/nvme1n1 -H | grep LBA ``` * that work best with Corsair NVMe. tested on MP510 and MP600 * format ``` nvme format /dev/nvme1n1 -l 1 ``` * recheck LBA, finish! ## Method 2. (for newbie) * Open Terminal with [CTRL + ALT + T] and become administrator `root` with ``` sudo su ``` type now your password to get access to elevated rights * In the most OS is `nvme-cli` already installed, if not... ``` apt install nvme-cli nvme --version ``` if not... #### Step 1. Download and install "NVMe-CLI" if necessary 1. Download ``` git clone https://github.com/linux-nvme/nvme-cli.git wget https://github.com/linux-nvme/nvme-cli/archive/master.zip ``` 2. Install ``` $ make # make install ``` #### Step 2. Detect "Format-Options" I can confirm that switching on Corsair MP600 works too and flawless as on Corsair MP510. What I have done: 1. list device-s ``` nvme --list ``` output: ``` Node Model Format /dev/nvme0n1 Samsung SSD 970 PRO 512GB 512 B + 0 B /dev/nvme1n1 Force MP600 512 B + 0 B ``` 2. ask for LBA options with: ``` nvme id-ns /dev/nvme1n1 -H | grep LBA ``` output: ``` LBA Format 0 : Metadata Size: 0 bytes - Data Size: 512 bytes - Relative Performance: 0x2 Good (in use) LBA Format 1 : Metadata Size: 0 bytes - Data Size: 4096 bytes - Relative Performance: 0x1 Better ``` **Note:** - Youcan check physical and logical block-size through these two command: ``` cat /sys/block/nvme1n1/queue/physical_block_size cat /sys/block/nvme1n1/queue/logical_block_size ``` #### Step 3. Format it with: 1. Issue format command **Note:** You are still `root`/`admin`, be careful! This command destroys all data on selected "nvme-ssd" (e.g. `/dev/nvme1n1`). If you want to preserve data on it... make a backup!!! ``` nvme format /dev/nvme1n1 -l 1 ``` output: ``` Success formatting namespace:1 ```` 2. check LBA with: ``` nvme id-ns /dev/nvme1n1 -H | grep LBA ``` output: ``` LBA Format 0 : Metadata Size: 0 bytes - Data Size: 512 bytes - Relative Performance: 0x2 Good LBA Format 1 : Metadata Size: 0 bytes - Data Size: 4096 bytes - Relative Performance: 0x1 Better (in use) ``` or ``` cat /sys/block/nvme1n1/queue/physical_block_size cat /sys/block/nvme1n1/queue/logical_block_size ``` - recheck in the list with: ``` nvme --list ``` output: ``` Node Model Format /dev/nvme0n1 Samsung SSD 970 PRO 512GB 512 B + 0 B /dev/nvme1n1 Force MP600 4 KiB + 0 B ```
  2. Can you post some of those article? Anyway in your specs is missing the frequency at A-XMP-1, the remaining data are ok. I have already a 64-GB kit running (stable) at XMP-2 (2933) + 67 MHz + 3000. The question is: Would the kit above have XMP-1 = 2933?
  3. The QVL haven't 128 kit at 3200 Mhz. I looked at a overclocking-video using CMD128GX4M83200C16 but with AMD tr4 2000WX. The trick is: 1.2 Volts by SPD, XMP-1 2933, XMP-2 3200, timings 16-18-18-36, set XMP-1 (@ 2933 MHz) increase frequency to 3000 and finally (by more than 8 kernel/16 threads) increasing V (voltage) to 1.425. The voltage increasing is needed only by 12/16 kernel and 24/32 threades, the 8 kernel can remain on auto but I have a reserve anyway. The QVL is not reliable at all CMK256GX4M8A2400C16 ver5.49 or better said we have not real specification or diagram of memory controller inside AMD-CPU.
  4. But... in your specs is mentioned X399, does it mean for Threadripper 2000? I learn (in the past) some RAM don't work even if in QVL and some RAM works better and with higher frequency even if not in QVL, this is the only reason to contact you. Can you recommend me 128-GB kit for TR4-1 and TR4-2? If I decide to give my actual build to my wife and take for me an TRX4 (xTR40) can you propose me a 8-RAM-kit (128=GB) for newer socket? Thanks in advance and best regards.
  5. Thanks first for your answer. - Compatibility is given, that's good news. The amount of M.2 slot is known but I will pass/give this drive to my wife including already installed OS, that no problem under Linux and I maintain only LBA-4k drives for me. In case I would prefer to to make a raid Z1 with 4 MP600 on an adapter-card hosting 4 M.2 and occupying 16 PCI-e lines. Can you tell me if MP600 is still manageable with `nvme-cli` under Linux? Thanks again
  6. Dear All, dear Admins. Here my Hard- & Soft-Ware: - MSI X399 GAMING PRO CARBON AC (PCI-e 3) - AMD Ryzen™ Threadripper™ 1900X - Corsair CMK64GX4M8Z2933C16 - MSI Radeon RX Vega 64 8G - Samsung NVMe 970 PRO 512 GB - Corsair HX Series™ HX1200 - Linux Kubuntu 20.04 (this is 64 bit only) I want replace my actual RAM with a faster and bigger one like in the title, in your specs is this RAM declared as compatible. My Questions: - Just setting XMP-2 in BIOS and the RAM run at "16-18-18-36", 1.35V and 3200MHz stable? No further adjustments? - If then I increase the frequency to 3400MHz and the voltage to 1.400V, will the RAM run at "18-20-20-38" also stable or should I change other values and which one to run stable? Please help me. Thanks in advance and best regards.
  7. Dear All, dear Admins. Here my Hard- & Soft-Ware: - MSI X399 GAMING PRO CARBON AC (PCI-e 3) - AMD Ryzen™ Threadripper™ 1900X - Corsair CMK64GX4M8Z2933C16 - MSI Radeon RX Vega 64 8G - Samsung NVMe 970 PRO 512 GB - Corsair HX Series™ HX1200 - Linux Kubuntu 20.04 (this is 64 bit only) I want replace the 970-Pro and discover two Articlel/Threads, one telling i could install MP600 on motherboard with PCI-e 3 and the other telling that i can "format CORSAIR Force Series MP510 to lba sector size 4096" with Linux-program name . Questions: - Can I install the MP600 on my motherboard? e.g. will the UEFI-BIOS recognize it? This Article telling that PCI-e 4 is up and down compatible, the only "disadvantage would be reducing band-wide from read 4,950MB/s to 3.938 GB/s and write from 4,250MB/s to 3.938 GB/s. - Can I still use Linux-program to format the Mp600 with LBA 4096 (4kb) like the MP510 or is changed anything on this new series? - In the format article calling the command nvme id-ns /dev/nvme0n1 -H | grep LBA get following output LBA Format 2 : Metadata Size: 0 bytes - Data Size: 4096 bytes - Relative Performance: 0 Best (in use) but then insert following -format-command nvme format /dev/nvme1n1 -l 1 choosing "-l 1" (format-level 1) and not "-l 2" (format-level 2). Could you confirm the right format-level for 4096 bit = 4kb? My point is, I want a natively 4k-LBA because I plan to install Linux on ZFS_File-System working naturally with 4k-LBA avoiding unnecessary abstraction-layers besides of fact I have many components from Corsair and I'm very satisfy like with K95-keyboard and Glaive-mouse. Thanks in advance and best regards.
  8. Meinst Du die "QWERTZ Neo 2" KeyCaps? Die suche ich auch! Allerdings, für Linux gibt auch keine "offizielle" Treiber, mit der "inoffizielle" kann man weder Profile Speichern noch die "G"-Tasten programmieren und benutzen und, da die meistens "DEB"-Pakete benutzen und die Konkurrenz sich schon bemüht hat... Wie gesagt, für alle Anwendungs-Bereiche sind die "German-Neo-2" ein muss, außerdem beim beste Keyboard fehlt der beste Layout!? Habe das im Netz gefunden: http://www.wasdkeyboards.com/index.php/105-key-neo2-cherry-mx-keycap-set.html
×
×
  • Create New...