Permalink
Comparing changes
Open a pull request
- 1 commit
- 1 file changed
- 0 commit comments
- 1 contributor
Commits on Apr 18, 2019
Unified
Split
Showing
with
22 additions
and 0 deletions.
- +22 −0 content/blog/kallisti5/2019-04-16_nvme_driver_now_available.md
| @@ -0,0 +1,22 @@ | ||
| +++ | ||
| type = "blog" | ||
| title = "NVMe Driver Now Available" | ||
| author = "kallisti5" | ||
| date = "2019-04-16 16:41:57-05:00" | ||
| tags = ["NVMe", "drivers"] | ||
| +++ | ||
|
|
||
| Due to the *awesome* [work](https://git.haiku-os.org/haiku/commit/?h=hrev53068) [by](https://git.haiku-os.org/haiku/commit/?h=hrev53070) [long-time](https://git.haiku-os.org/haiku/commit/?h=hrev53079) developer waddlesplash, nightly images after hrev53079 have read/write NVMe support built-in. | ||
|
|
||
| **What is NVMe?** | ||
| For those not keeping up with the latest advances in tech, NVMe is a M.2 form-factor flash-based storage device which attaches | ||
| directly to the system's PCI Express bus. These flash devices are present in modern desktops and laptops and offer transfer | ||
| speeds of **several GiB/s**. | ||
|
|
||
| These devices now show up in /dev/disk/nvme/ and are fully useable by Haiku. | ||
|
|
||
| I've [personally tested](https://twitter.com/kallisti5/status/1117974903154565120) my Samsung 950 Pro and seen raw read speeds up to 1.4GiB/s. | ||
|
|
||
| Give our NVMe driver a test and let us know your own results! | ||
|
|
||
| (Standard disclaimer that while we haven't seen any dataloss, this is a brand **new** driver, and write support especially has not been tested extensively. *Always have backups.*) |