We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
to copy an image from Disk to SD card
The text was updated successfully, but these errors were encountered:
See #4150
Sorry, something went wrong.
I got the exact same error but successfully wrote using:
`diskutil unmountDisk /dev/disk4
Unmount of all volumes on disk4 was successful
sudo dd if=/Users/tomcoady/Downloads/FydeOS_for_PC_v19.0-io-stable.img.xz of=/dev/disk4 bs=1m Password:
1653+1 records in
1653+1 records out
1734329932 bytes transferred in 393.117436 secs (4411735 bytes/sec)`
No branches or pull requests
to copy an image from Disk to SD card
The text was updated successfully, but these errors were encountered: