Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support nvme disks #1719

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Support nvme disks #1719

wants to merge 11 commits into from

Conversation

jviki
Copy link

@jviki jviki commented Nov 24, 2023

There are Raspberry PI devices (and not only them) with an available M.2 SSD (NVME) interface. Umbrel would ignore them normally. This set of changes enables using of NVME storage in similar way as it is already done for USB devices.

hunicus and others added 9 commits July 10, 2023 20:47
Co-authored-by: m52go <735155+m52go@users.noreply.github.com>
For nvme disks, the vendor might not be available:

  $ cat /sys/block/nvme0n1/device/vendor
  cat: /sys/block/nvme0n1/device/vendor: No such file or directory
The nvme devices have the following format:

 $ ls /dev/nvme*
 /dev/nvme0  /dev/nvme0n1  /dev/nvme0n1p1  /dev/nvme0n1p2  /dev/nvme0n1p3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants