Expected command not showing up (Fedora 21 on Mac OS X)
I have a mac with OS X ver. 10.4, trying to make a bootable live usb with Fedora 21 on it.
So I'm following the guide here:
https://fedoraproject.org/wiki/How_to_create_and_use_Live_USB
I get to step 5: "Type dd if=, then drag and drop the Fedora image file to the terminal window - this should result in its filesystem location being appended to the command. Now complete the command with of=/dev/disk2 bs=1m, but don't hit Enter yet. You should wind up with something like sudo dd if=/Volumes/Images/Fedora-Live-Desktop-x86_64-20-1.iso of=/dev/disk2 bs=1m"
Well I do the first sentence right, don't hit enter, wait for a minute or two, but nothing happens; I don't "wind up with" sudo-anything.
Can I just type in the "sudo" part by myself or is something supposed to happen before that?
Another question: is "image" referring to the .iso file?
Thanks