Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- miniconda
- ansible
- 한글가이드
- ELASTIC
- endpoint security
- PlayBook
- 보안양파
- docker
- proxycfg
- xe guest utilities
- Windows
- ssh key 배포
- pfsense
- 로그인불가
- elastic stack
- Kibana
- XCP-ng
- x-pack
- bash
- G-suite
- Kibana server is not ready yet
- macos
- hardening
- Proxy
- GitLab
- Elasticsearch
- centos 8
- freebsd
- application security
Archives
- Today
- Total
선 밖에 선 자유인
Ghost 이미지 파일 GHO 와 VMDK 간 변환 본문
- To convert from GHO to VMDK
ghost32 -clone,mode=restore,src=my.gho,dst=myimage.vmdk -batch -sure
- To convert from VMDK to GHO spliiting into 100MB chunks
ghost32 -clone,mode=create,src=my.vmdk,dst=myimage.gho -batch -sure -split=100
- To create a VMDK file form machine directly
Ghost32 –clone,mode=create,src=1,dst=myimage.vmdk -vmdk -sure
- To restore VMDK image on machine directly
Ghost32 –clone,mode=restore,src=myimage.vmdk,dst=1 -vmdk -sure
출처: http://www.symantec.com/connect/articles/converting-image-file-format-gho-vmdk-and-vmdk-gho
Comments