I'm a total total noob who is trying to download Linux Mint on a Mac OS X using a (8 GB) USB flash drive. I know there is some way to go into terminal and convert the iso file, but I don't know how.
-see updated question at bottom-
Here's the things I have tried so far:
sudo dd bs=4M if=[linuxmint-17.1-cinnamon-64bit.iso] of=/dev/disk2s1
(result:dd: bs: illegal numeric value)~/path/to/Users/[my name]/linuxmint-17.1-cinnamon-64bit.img ~/path/to/Users/[my name]/linuxmint-17.1-cinnamon-64bit.iso
-bash: /Users/[my name]/path/to/Users/[my name]/linuxmint-17.1-cinnamon-64bit.img (result: No such file or directory)
Maybe for #1 the "/dev/disk2s1" part is wrong? How do I find the number for the USB that goes after "/dev/sd"? (I can only find "/dev/disk2s1").
EDIT: I followed mypal125's advice and plugged into Terminal:
sudo dd bs=4000000 if=linuxmint-17.1-cinnamon-64bit.iso of=/dev/disk2
Here's my new problem: I get the message :"The disk you inserted was not readable by this computer." I have an option to initialize? Is there something I am able to do with this?
Thanks so much!