1. vmware tool 설치
(open-vm-tools)
(open-vm-tools)
2. shrink 실행
// 명령어 확인
# vmware-toolbox-cmd help disk
// shrink할 대상 list 확인
# vmware-toolbox-cmd disk list
// shrink 실행
# vmware-toolbox-cmd disk shrink 디스크명
윈도우에서 어느날 아래와 VMWare가 아래와 같은 메시지를 출력하면서 정상적으로 동작하지 않더군요.
VMware Workstation and Hyper-V are not compatible. Remove the Hyper-V role from the system before running VMware Workstation.
이 경우 원인은 윈도우의 가상화시스템인 Hyper-V 가 설치되어 있기 때문인데, 정지 및 제거 해주면 됩니다.
정지 하는 방법은 도스창 (cmd) 을 관리자 권한으로 실행한 후,
참고 : http://www.ivobeerens.nl/2013/12/16/running-hyper-v-and-vmware-workstation-on-windows-8-x/
그리고, 제거 하는 방법은
제어판 – 프로그램 추가 제거 – Windows 기능 켜고/끄기 에서, “Hyper-V”의 체크를 없애면 됩니다.