Mac-Linux-USB-Loader icon indicating copy to clipboard operation
Mac-Linux-USB-Loader copied to clipboard

USB Loader Destination issue

Open darginsky opened this issue 6 years ago • 5 comments
trafficstars

I just purchased your software for use on my Macbook Air 2014, OSX Mohave. However, when I reach Choose Destination screen, no drives are populated, even after "refresh". Please help.

Also, It will not download distros, the View In-Progress button just opens a blank partial window.

darginsky avatar Dec 03 '18 03:12 darginsky

Could I see some screenshots please?

SevenBits avatar Dec 15 '18 00:12 SevenBits

Having this problem as well. Using the distributed binary v3.4.7 (9700). No USB keys show up on any screen, but external drives in USB enclosures do, oddly enough.

Cleared cache and downloads via preferences, but still no joy. screen shot 2019-01-02 at 3 56 57 am

Tried using native USB ports (as opposed to a hub), but that didn't work either. Uninstalled in order to attempt a re-install, but was told on the distribution website that I can no longer download the product.

OS: 10.13.6; MBP early 2011

socketbox avatar Jan 02 '19 09:01 socketbox

You should try to erase the USB with Disk utility and select the MS-DOS format, then re-run the program...

tas23466 avatar Jan 25 '19 20:01 tas23466

kepernyofoto 2019-02-23 - 14 03 37 After purchasing, and installing your product on Mac Mini 2014 late, macOs Mojave, it couldn't open my USB Drive as destination. I have erased my USB drive with with Disk Utility with MS-DOS format selected. MAC LINUX USB Loader still can't select my USB Drive.

gerkov77 avatar Feb 23 '19 13:02 gerkov77

The logic in file Mac-Linux-USB-Loader/SBAppDelegate.m at lines 322 is:

BOOL isValidFormat = [volumeType isEqualToString:@"msdos"];
sValidFormat |= acceptHFSDrives && [volumeType isEqualToString:@"hfs"];
isValidFormat |= acceptHFSDrives && [volumeType isEqualToString:@"apfs"];

The acceptHFSDrives boolean is set on the application preference pane.

Screen Shot 2019-04-26 at 5 08 09 AM

So the USB drive must be formatted as msdos, hfs or apfs, as well as selecting the experimental setting, acceptHFSDrives

jahbini avatar Apr 25 '19 19:04 jahbini