mkeosimg icon indicating copy to clipboard operation
mkeosimg copied to clipboard

Mac compatible version

Open drahamim opened this issue 2 years ago • 1 comments

This doesn't appear to work on MacOS X. Ran into Umount errors.

$ sudo bash mkeosdrive /dev/disk2s1 ~/Downloads/e100-2.0.9-hotfix.6.221230.c2e9e993be25e248ab56b3255144f264ff6c9ffbb5cc24d499145272540453a9.tar
umount: /dev/disk2s1?: not currently mounted
no filesystem mounted from /dev/disk2s1
Press any key to continue formatting /dev/disk2s1
or hit Ctrl+C to exit now...
dd: /dev/disk2s1: Resource busy

$ sudo umount /dev/disk2s1
umount(/Volumes/UNTITLED): Resource busy -- try 'diskutil unmount'
$ sudo diskutil  umount /dev/disk2s1
Volume UNTITLED on disk2s1 unmounted

Then ran into issues not having partd

$ sudo bash mkeosdrive /dev/disk2s1 ~/Downloads/e100-2.0.9-hotfix.6.221230.c2e9e993be25e248ab56b3255144f264ff6c9ffbb5cc24d499145272540453a9.tar
umount: /dev/disk2s1?: not currently mounted
no filesystem mounted from /dev/disk2s1
Press any key to continue formatting /dev/disk2s1
or hit Ctrl+C to exit now...
1+0 records in
1+0 records out
512 bytes transferred in 0.003207 secs (159651 bytes/sec)
Waiting for disk sync...
mkeosdrive: line 68: parted: command not found

drahamim avatar Jul 30 '23 03:07 drahamim

PR welcome! Apple computer donations also accepted.

On Sat, Jul 29, 2023, 8:09 PM Daniel Rahamim @.***> wrote:

This doesn't appear to work on MacOS X. Ran into Umount errors. Then ran into issues not having partd

— Reply to this email directly, view it on GitHub https://github.com/sowbug/mkeosimg/issues/13, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAHMVGU62JR2WH6G5DFWYLXSXF7VANCNFSM6AAAAAA244WTWY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

sowbug avatar Jul 30 '23 03:07 sowbug