DVD / CD 인식 안될때 (오류코드 -8060)

윈도우에서 구운 CD나 DVD가 맥에서 "오류코드 -8060" 오류 발생은 이미지명이 한글이어서 인식이 안됨 

@ http://raftwood.net/blog/4693


$ df -h

Filesystem                                Size   Used  Avail Capacity  Mounted on

/dev/disk0s2                             297Gi  151Gi  146Gi    51%    /

devfs                                    184Ki  184Ki    0Bi   100%    /dev

map -hosts                                 0Bi    0Bi    0Bi   100%    /net

map auto_home                              0Bi    0Bi    0Bi   100%    /home

localhost:/xK-uNwBdIYwpP1mwCFVpHC        297Gi  297Gi    0Bi   100%    /Volumes/MobileBackups

afp_0XlDzq4pW1O91jVDaO0RxCGF-1.2e000004   30Gi   24Gi  6.4Gi    79%    /Volumes/orean의 N드라이브

/dev/disk1                               3.1Gi  3.1Gi    0Bi   100%    /Volumes/내 디스크


드라이브가 /dev/disk1 이미지명이 "내 디스크" 한글인 것을 영문으로 수정해줌


$ sudo diskutil umount "/Volumes/내 디스크"


WARNING: Improper use of the sudo command could lead to data loss

or the deletion of important system files. Please double-check your

typing when using sudo. Type "man sudo" for more information.


To proceed, enter your password, or type Ctrl-C to abort.


Password:

Volume 내 디스크 on disk1 unmounted


"내 디스크"를 언마운트함.


$ mkdir /Volumes/cddvd

영문 볼륨명을 위한 디렉토리 생성


$ sudo diskutil mount -mountPoint /Volumes/cddvd/ /dev/disk1

Volume 내 디스크 on /dev/disk1 mounted

마운트 포인트를 영문 디렉토리로 설정



시디를 넣고 파인더에서 확인.