Raspberry Pi 다운로드 페이지에서 RPi Easy SD Card Setup wiki 페이지에 따라 Raspbian wheezy를 다운로드했습니다 .
SD 카드를 포맷하고 cd
Raspbian img 파일이 들어있는 폴더에 ed했지만 실행 sudo dd if=2013-07-26-wheezy-raspbian.img of=/dev/disk2s1 bs=1m
하면 다음과 같은 결과가 나타납니다.
dd: /dev/disk2s1: Resource busy
/dev/disk2
출력 파일로 다시 시도했지만 동일한 오류가 발생합니다. 내가 뭘 잘못하고 있는지 / 왜 img가 복사되지 않는지 잘 모르겠습니다.
이것은 (관련) 출력입니다 $ 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
뿐만 아니라 $ df -h
:
ysim:~$ df -h
Filesystem Size Used Avail Capacity Mounted on
...
/dev/disk2s1 30Gi 1.7Mi 30Gi 1% /Volumes/YQFORKLIFT
그리고 이것은 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