Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
Apple Computing Products:
macOS - Operating System
Terminal command returns unwanted response.
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="vansmith" data-source="post: 1329264" data-attributes="member: 71075"><p>The if switch here signifies the input file. The way you have it set now assumes that "ChromeOS.img" is in the current working directory. As the error informs you, dd can't find the image in the directory that you're currently working in. Your best bet (and the easiest solution): put the full path to the ChromeOS image as the value for the if switch. So, for example, if ChromeOS.img was in ~/Desktop, change the command to:[code]sudo dd if=~/Desktop/ChromeOS.img of=/dev/rdiskX bs=4m[/code]</p><p></p><p>Out of curiosity, what disk is /dev/rdiskX? I've never seen an "rdisk" device file in OS X before.</p></blockquote><p></p>
[QUOTE="vansmith, post: 1329264, member: 71075"] The if switch here signifies the input file. The way you have it set now assumes that "ChromeOS.img" is in the current working directory. As the error informs you, dd can't find the image in the directory that you're currently working in. Your best bet (and the easiest solution): put the full path to the ChromeOS image as the value for the if switch. So, for example, if ChromeOS.img was in ~/Desktop, change the command to:[code]sudo dd if=~/Desktop/ChromeOS.img of=/dev/rdiskX bs=4m[/code] Out of curiosity, what disk is /dev/rdiskX? I've never seen an "rdisk" device file in OS X before. [/QUOTE]
Verification
Name this item. 🍎
Post reply
Forums
Apple Computing Products:
macOS - Operating System
Terminal command returns unwanted response.
Top