Commit Graph

5 Commits

Author SHA1 Message Date
Stadicus
bb3a9714a7
RockPro64: allow PCIe NVMe internal SSD (#185)
The RockPro64 board has a PCIe slot that can be used with a slim
NVMe M.2 SSD drive. This makes attaching an external drive unnecessary
and can allow for a nice compact form factor.

The partition naming scheme is a bit different. While on regular USB
drives partitions are called e.g. /dev/sda1, on an NVMe drive the
partition is called /dev/nvme0n1p1 (note the appendix 'p1' instead
of '1')

This commit extends the script 'mount_drive.tcl' to
* recognize blockdevices starting with 'nvme' in findBlockDevices()
* use the variable $blockPartition in createMyNodeFsOnBlockDevice() to
  allow for the different partition naming scheme
2020-02-11 23:05:37 -06:00
Taylor Helsper
47d3f3a19d More rockpro64 support 2019-12-04 19:05:52 -06:00
Taylor Helsper
09d8d5a989 Improve drive detection 2019-11-27 21:46:30 -06:00
Taylor Helsper
21d5fe085b Mount drives with error=continue 2019-10-11 21:29:39 -05:00
Taylor Helsper
283b190702 Initial copy to open source repo 2019-06-15 18:02:44 -05:00