Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mac compatible version #13

Open
drahamim opened this issue Jul 30, 2023 · 1 comment
Open

Mac compatible version #13

drahamim opened this issue Jul 30, 2023 · 1 comment

Comments

@drahamim
Copy link

drahamim commented Jul 30, 2023

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
@sowbug
Copy link
Owner

sowbug commented Jul 30, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants