Commit Graph

9 Commits

Author SHA1 Message Date
Taylor Helsper
4d9ded57d3 Fix VM issue with drive detection 2020-08-25 22:54:19 -05:00
Taylor Helsper
2aa224c57c Move status file to /tmp 2020-08-21 13:31:47 -05:00
Taylor Helsper
c180add8be Add confirmation before drive format 2020-03-29 21:04:42 -05:00
Taylor Helsper
d446ca8b43 Add status page for drive formatting 2020-03-24 20:07:45 -05:00
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