
I followed all the instructions to recover my broken drive (see below) but still get presented with Connect a drive
diskutil list
/dev/disk0 (internal, physical):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *500.1 GB disk0
1: EFI EFI 209.7 MB disk0s1
2: Apple_CoreStorage Macintosh HD 498.5 GB disk0s2
3: Apple_Boot Recovery HD 1.3 GB disk0s3
/dev/disk1 (internal, virtual):
#: TYPE NAME SIZE IDENTIFIER
0: ]]]]]]][=======-]lo... +498.1 GB disk1
Logical Volume on disk0s2
CB1CF191-5B28-44C9-95EC-72B2EECF1D23
Unlocked Encrypted
/dev/disk2 (external, physical):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *31.0 GB disk2
1: EFI EFI 209.7 MB disk2s1
diskutil eraseDisk free UNTITLED /dev/disk2
Started erase on disk2
Unmounting disk
Creating the partition map
Waiting for partitions to activate
Finished erase on disk2
```
Hopefully @jviotti will be able to help with this one (I don't have a Mac myself).
That is the strangest drive name I've ever seen :) No doubt drivelist parser is getting confused about it. It should be easy to fix though, let me try to reproduce here...
Ha I don't know how my drive ended up with that name but renaming it to something alphanumeric fixed the issue. Thank you for the quick response.
Ah, turns out this was already fixed by https://github.com/resin-io-modules/drivelist/pull/127, which didn't make it to v1.0.0-beta.17. I plan to release a next version really soon (probably today, on Monday at worst) with the fix.
Renaming it to something else should get you up and running in the mid-time :D
Hahaha, I didn't even notice the peculiar drive name, I just skimmed over that section. Doh! ;-)