You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ./image-usb-stick ../GNOME_3.x86_64-0.0.3-Build1.1.iso
Loading disks...
No devices found.
The problem is that the OsxDisk.is_valid() check is too stringent and rejects the SD Card.
Disk Utility information for the SD Card:
$ diskutil info /dev/disk3
Device Identifier: disk3
Device Node: /dev/disk3
Part Of Whole: disk3
Device / Media Name: APPLE SD Card Reader Media
Volume Name:
Escaped with Unicode:
Mounted: No
File System: None
Partition Type: None
Bootable: Not bootable
Media Type: Generic
Protocol: USB
SMART Status: Not Supported
Total Size: 4.1 GB (4075290624 Bytes) (exactly 7959552 512-Byte-Blocks)
Volume Free Space: Not Applicable
Read-Only Media: No
Read-Only Volume: Not applicable (no filesystem)
Ejectable: Yes
Whole: Yes
Internal: Yes
OS 9 Drivers: No
Low Level Format: Not Supported
I'm unable to install onto an SD Card:
The problem is that the OsxDisk.is_valid() check is too stringent and rejects the SD Card.
Disk Utility information for the SD Card:
Patch to fix:
The text was updated successfully, but these errors were encountered: