Hello,
I discovered Etcher from this tutorial on how to install a bootable Ubuntu instance on a USB stick. I have an external hard drive I made a partition on in hopes of flashing an ISO onto using Etcher, but I don’t see it when Etcher lists drives.
I understand that Etcher uses https://github.com/balena-io-modules/drivelist to list drives, so I ran the following code locally after running npm install --save drivelist
:
async function fetchDrives(){
const drivelist = require('drivelist');
const drives = await drivelist.list();
console.log(drives.length);
};
fetchDrives();
This code returns 5
, which is great. Etcher displays 2 drives in the “Select a Drive” menu, and neither is the drive I’m looking for.
I am running MacOS 10.14.6 and Etcher v1.5.60. This data is logged in the console when I open it:
Tue Oct 22 2019 18:29:33 GMT-0500 (CDT) Open modal ({"name":"drive-selector","applicationSessionUuid":"d61ccc7a-a240-461b-ab49-cfae698d4076","flashingWorkflowUuid":"d4a1bc1c-6e7c-4a6f-b618-cf31603acc72","sample":0.1})