macbook setupmacbook setup
Posted at 2011. 11. 20. 11:28 | Posted in OS/Mac* 250GB HDD
- 70 (MacHD)
- 110 (DataHD)
- 70 (boot camp)
* data 파티션을 /에 심볼릭 링크 생성
- cd /
- sudo ln -s /Volumes/DataHD/ data
* User 디렉토리 복사 (계정명이 abcd 라고 가정)
- cd /
- sudo tar czpf /Volumes/DataHD/Users.tgz Users
- cd /Volumes/DataHD
- sudo tar xzf Users.tgz
* User 디렉토리 위치 변경하기
- cd /
- sudo mv Users __Users
- sudo ln -s /Volumes/DataHD/Users Users (User디렉토리를 DataHD에 있는 복사본에 연결)
- 70 (MacHD)
- 110 (DataHD)
- 70 (boot camp)
* data 파티션을 /에 심볼릭 링크 생성
- cd /
- sudo ln -s /Volumes/DataHD/ data
* User 디렉토리 복사 (계정명이 abcd 라고 가정)
- cd /
- sudo tar czpf /Volumes/DataHD/Users.tgz Users
- cd /Volumes/DataHD
- sudo tar xzf Users.tgz
* User 디렉토리 위치 변경하기
- cd /
- sudo mv Users __Users
- sudo ln -s /Volumes/DataHD/Users Users (User디렉토리를 DataHD에 있는 복사본에 연결)