Eu sou novo no fedora, quero criar um disco de 8GB e, em seguida, quero fazer três partições com tamanhos diferentes.
-primeira partição com 8MB
-Segunda partição com 192MB
-Terceira terceira com 7.8 GB
mas mostrando apenas o tamanho do disco 192KB. Eu sei que a imagem qcow2 se expande à medida que os dados são inseridos nela até o tamanho máximo. mas eu quero criar layout de partição acima mencionado. por favor me ajude a so ... !!
[root@localhost zzz]# qemu-img create -f qcow2 guest.qcow2 8G
Formatting 'guest.qcow2', fmt=qcow2 size=8589934592 encryption=off cluster_size=65536 lazy_refcounts=off
[root@localhost zzz]# fdisk guest.qcow2
Welcome to fdisk (util-linux 2.25.2).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.
Device does not contain a recognized partition table.
Created a new DOS disklabel with disk identifier 0xa70e1cb5.
Command (m for help): n
Partition type
p primary (0 primary, 0 extended, 4 free)
e extended (container for logical partitions)
Select (default p): p
Partition number (1-4, default 1):
First sector (1-384, default 1):
Last sector, +sectors or +size{K,M,G,T,P} (1-384, default 384):
Created a new partition 1 of type 'Linux' and of size 192 KiB.
Command (m for help):