앱 삭제

 

- 보통 OS X 에서는 그냥 앱 파일만 휴지통에 버리거나, 앱과 함께 설치되는 언인스톨러를 사용해도 잘 삭제되지만 앱 관련 파일들이 찌꺼기로 남는 경우가 있음

 

 

AppCleaner

 

- /Applications 폴더에서 드래그 앤 드랍 후, 실행, 휴지통 비우기

 

 

AppCleaner2.2.3.zip

Supports for OS X 10.6-10.9

 

AppCleaner1.2.2.dmg

Supports for OS X 10.4-10.5

 

http://www.freemacsoft.net/appcleaner/

 

 

앱 관련 파일들 검색, 삭제

 

> mdfind -name "Application Name"

> sudo rm -rf **

GPT + hybridMBR

 

- OS X 설치 시, 복구 파티션이 생생될 경우, 기존 파티션 구조를 무시하고 Boot Camp 파티션을 강제로 밀어내 나머지 파티션 구조를 깨트리므로 복구 파티션을 생성한 후에 Boot Camp 설치

 

> sudo diskutil list

 

 /dev/disk0

 #:

 Type Name

 Label

 Size

 Code

 Identifier

 0:

 GUID (EFI GPT) Partition Table

 

 500GB

 

 disk0

 1:

 EFI

 EFI

 200MB

 ee

 disk0s1

 2:

 Apple HFS+

 Mac HD

 137GB

 af

 disk0s2

 3:

 Apple Boot

 Recovery HD

 650MB

 ab

 disk0s3

 4:

 NTFS

 BootCamp

 57GB

 07

 disk0s4

 5:

 NTFS

 Data

 304GB

 07

 disk0s5

 

http://www.apple.com/kr/support/bootcamp/

 

 

GPTsync

 

> sudo gptsync /dev/disk0 2 4 5

> sudo gptsync /dev/disk0 2-af 4-07 5-07

 

gptsync-0.2.pkg.zip

gptsync-0.3.pkg

 

http://www.insanelymac.com/forum/index.php?showtopic=177505

 

 

TestDisk

 

testdisk-6.14.dos.zip

testdisk-6.14.mac_intel.tar.bz2

testdisk-6.14.win.zip

testdisk-6.14.win64.zip

 

http://www.cgsecurity.org/

 

 

파티션 오류 수정

 

- OS X: 디스크 검사

- Windows: chkdsk /f, 시동복구

 

Launchpad 아이콘 리스트 초기화


cd $(sudo find /private/var/folders -name com.apple.dock.launchpad)/db/

- 폴더 안의 모든 파일 삭제

- 터미널에서 killall Dock 명령어를 실행하거나 OS X 재시동



Launchpad 아이콘 선택 삭제


- 터미널 실행

cd $(sudo find /private/var/folders -name com.apple.dock.launchpad)/db/

sqlite3 db

sqlite> select * from apps order by title asc;

sqlite> delete from apps where title = '**';

sqlite> .quit

- 터미널에서 killall Dock 명령어를 실행하거나 OS X 재시동



블로그 이미지