Я новичок в Fedora, я хочу создать диск 8 ГБ, а затем хочу сделать три раздела с разными размерами.
первый раздел с 8 МБ
-Второй раздел с 192 МБ
-Третий раздел с 7,8 ГБ
но он показывает размер диска только 192 КБ. Я знаю, что изображение qcow2 расширяется, когда в него вставляются данные до максимального размера. но я хочу создать вышеупомянутый макет раздела. Пожалуйста, помогите мне, чтобы .... !!
[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):