1 개요[ | ]
- CentOS qemu-img 설치
Console
Copy
[root@zetawiki ~]# yum install qemu-img
... (생략)
======================================================================================================
Package Arch Version Repository Size
======================================================================================================
Installing:
qemu-img x86_64 2:0.12.1.2-2.479.el6_7.2 updates 831 k
Installing for dependencies:
glusterfs x86_64 3.6.0.54-1.el6 base 1.3 M
glusterfs-api x86_64 3.6.0.54-1.el6 base 62 k
glusterfs-libs x86_64 3.6.0.54-1.el6 base 272 k
usbredir x86_64 0.5.1-2.el6 base 40 k
Transaction Summary
======================================================================================================
Install 5 Package(s)
Total download size: 2.5 M
Installed size: 7.0 M
Is this ok [y/N]: y
Console
Copy
... (생략)
Installed:
qemu-img.x86_64 2:0.12.1.2-2.479.el6_7.2
Dependency Installed:
glusterfs.x86_64 0:3.6.0.54-1.el6 glusterfs-api.x86_64 0:3.6.0.54-1.el6
glusterfs-libs.x86_64 0:3.6.0.54-1.el6 usbredir.x86_64 0:0.5.1-2.el6
Complete!
2 확인[ | ]
Console
Copy
[root@zetawiki ~]# qemu-img | head
qemu-img version 0.12.1, Copyright (c) 2004-2008 Fabrice Bellard
usage: qemu-img command [command options]
QEMU disk image utility
Command syntax:
check [-f fmt] [--output=ofmt] [-r [leaks | all]] [-T src_cache] filename
create [-f fmt] [-o options] filename [size]
commit [-f fmt] [-t cache] filename
compare [-f fmt] [-F fmt] [-T src_cache] [-p] [-s] filename1 filename2
convert [-c] [-p] [-f fmt] [-t cache] [-T src_cache] [-O output_fmt] [-o options] [-S sparse_size] filename [filename2 [...]] output_filename
3 같이 보기[ | ]
편집자 Jmnote Jmnote bot
로그인하시면 댓글을 쓸 수 있습니다.
- 분류 댓글:
- CentOS (2)
CentOS7 MariaDB 설치 ― 전귀현CentOS7 MariaDB 설치 ― Jmnote