I've downloaded Raspbian wheezy from the Raspberry Pi downloads page and following the RPi Easy SD Card Setup wiki page.
I formatted the SD card, and cded into the folder containing the Raspbian img file, but when I run sudo dd if=2013-07-26-wheezy-raspbian.img of=/dev/disk2s1 bs=1m, this is the output I get:
dd: /dev/disk2s1: Resource busy I tried it again with /dev/disk2 as the output file, but get the same error. I'm not sure what I'm doing wrong/why the img isn't being copied over.
This is the (relevant) output of $ diskutil list:
/dev/disk2 #: TYPE NAME SIZE IDENTIFIER 0: FDisk_partition_scheme *32.5 GB disk2 1: Windows_FAT_32 YQFORKLIFT 32.5 GB disk2s1 As well as $ df -h:
ysim:~$ df -h Filesystem Size Used Avail Capacity Mounted on ... /dev/disk2s1 30Gi 1.7Mi 30Gi 1% /Volumes/YQFORKLIFT And this is what I see under System Profiler -> Card Reader:
Built in SD Card Reader: Vendor ID: 0x05ac Product ID: 0x8403 Revision: 1.00 Serial Number: 000000009833 SDHC Card: Capacity: 32.48 GB (32,479,641,600 bytes) Removable Media: Yes BSD Name: disk2 Partition Map Type: MBR (Master Boot Record) S.M.A.R.T. status: Not Supported Volumes: YQFORKLIFT: Available: 32.47 GB (32,465,321,984 bytes) Capacity: 32.48 GB (32,475,447,296 bytes) Writable: Yes File System: MS-DOS FAT32 BSD Name: disk2s1 Mount Point: /Volumes/YQFORKLIFT