윈도우에서 구운 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
마운트 포인트를 영문 디렉토리로 설정
시디를 넣고 파인더에서 확인.
'OS' 카테고리의 다른 글
rsync로 대용량 파일을 전송할때 오류 발생되는 경우 - rsync: writefd_unbuffered failed to write 4 bytes to socket (0) | 2015.07.10 |
---|---|
윈도우에서 포트(PORT) 별 PING 테스트 하기 (0) | 2014.09.25 |
Microsoft 제품군 관련 MIME Type 목록 (0) | 2013.06.05 |
Centos 에서 yum으로 php 모듈 설치시 php-common 버전이 안맞을때 (0) | 2013.03.13 |
php 쉘 스크립트 실행 옵션 (0) | 2012.06.18 |