ฉันสามารถขยายขนาดของดิสก์อิมเมจที่ใช้กับไฟล์ได้หรือไม่?


29

ฉันสร้างดิสก์อิมเมจที่ว่างโดยใช้ dd จากนั้นฉันใช้ mkfs เพื่อทำให้เป็นอิมเมจระบบไฟล์จริง ฉันกำลังติดตั้งและใช้งานได้ดี สิ่งที่ฉันต้องการคือสามารถขยายหรือย่อขนาดดิสก์อิมเมจนี้เมื่อจำเป็น เป็นไปได้ไหมที่จะเพิ่มขนาดของดิสก์อิมเมจในลักษณะนั้น มีวิธีที่จะทำให้ภาพดิสก์ตามไฟล์นี้มีคุณสมบัติการปรับขนาดแบบไดนามิกเช่นที่พบในไดรฟ์เครื่องเสมือน

คำตอบ:


26

ก่อนอื่นคุณต้องสร้างไฟล์รูปภาพ:

# dd if=/dev/zero of=./binary.img bs=1M count=1000
1000+0 records in
1000+0 records out
1048576000 bytes (1.0 GB) copied, 10.3739 s, 101 MB/s

จากนั้นคุณต้องสร้างพาร์ติชันบนมัน - คุณสามารถใช้เครื่องมือสิ่งที่คุณต้องการfdisk, parted, gpartedฉันชอบpartedดังนั้น:

# parted binary.img

คุณต้องสร้างตารางพาร์ติชันก่อนจากนั้นจึงสร้างพาร์ติชันใหญ่หนึ่งพาร์ติชัน:

(parted) mktable                                                          
New disk label type? msdos      

(parted) mkpartfs
WARNING: you are attempting to use parted to operate on (mkpartfs) a file system.
parted's file system manipulation code is not as robust as what you'll find in
dedicated, file-system-specific packages like e2fsprogs.  We recommend
you use parted only to manipulate partition tables, whenever possible.
Support for performing most operations on most types of file systems
will be removed in an upcoming release.
Partition type?  primary/extended? primary
File system type?  [ext2]? fat32
Start? 1
End? 1049M

ตอนนี้เรามาดู:

(parted) print
Model:  (file)
Disk /media/binary.img: 1049MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End     Size    Type     File system  Flags
 1      1049kB  1049MB  1048MB  primary  fat32        lba

มันดูดี,

คุณต้องการที่จะขยายมันดังนั้นกำปั้นเพิ่มศูนย์บางอย่างให้กับภาพโดยใช้ dd:

# dd if=/dev/zero bs=1M count=400 >> ./binary.img
400+0 records in
400+0 records out
419430400 bytes (419 MB) copied, 2.54333 s, 165 MB/s
root:/media# ls -al binary.img 
-rw-r--r-- 1 root root 1.4G Dec 26 06:47 binary.img

ที่เพิ่ม 400M ให้กับภาพ:

# parted binary.img 
GNU Parted 2.3
Using /media/binary.img
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) print                                                            
Model:  (file)
Disk /media/binary.img: 1468MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End     Size    Type     File system  Flags
 1      1049kB  1049MB  1048MB  primary  fat32        lba

อย่างที่คุณเห็นขนาดของภาพนั้นแตกต่างกัน (1468MB) บางส่วนยังสามารถแสดงพื้นที่ว่างในภาพ หากคุณต้องการที่จะเห็นมันเพียงแค่พิมพ์แทนprint free printตอนนี้คุณต้องเพิ่มพื้นที่พิเศษให้กับระบบไฟล์:

(parted) resize 1
WARNING: you are attempting to use parted to operate on (resize) a file system.
parted's file system manipulation code is not as robust as what you'll find in
dedicated, file-system-specific packages like e2fsprogs.  We recommend
you use parted only to manipulate partition tables, whenever possible.
Support for performing most operations on most types of file systems
will be removed in an upcoming release.
Start?  [1049kB]?
End?  [1049MB]? 1468M

และตรวจสอบ:

(parted) print
Model:  (file)
Disk /media/binary.img: 1468MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End     Size    Type     File system  Flags
 1      1049kB  1468MB  1467MB  primary  fat32        lba

ค่อนข้างดี หากคุณต้องการลดขนาดให้ทำสิ่งที่คล้ายกัน:

(parted) resize 1
WARNING: you are attempting to use parted to operate on (resize) a file system.
parted's file system manipulation code is not as robust as what you'll find in
dedicated, file-system-specific packages like e2fsprogs.  We recommend
you use parted only to manipulate partition tables, whenever possible.
Support for performing most operations on most types of file systems
will be removed in an upcoming release.
Start?  [1049kB]?
End?  [1468MB]? 500M

ตอนนี้คุณสามารถตรวจสอบว่าพาร์ติชันมีขนาดเล็กลง:

(parted) print
Model:  (file)
Disk /media/binary.img: 1468MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End    Size   Type     File system  Flags
 1      1049kB  500MB  499MB  primary  fat32        lba

ใช่แล้ว.

หากคุณพยายามปรับขนาดพาร์ติชันเมื่อมีข้อมูลอยู่คุณต้องใส่ใจกับขนาดของข้อมูลเพราะเมื่อคุณลดขนาดพาร์ติชันมากเกินไปคุณจะได้รับข้อผิดพลาด:

Error: Unable to satisfy all constraints on the partition

หลังจากลดขนาดระบบไฟล์คุณต้องตัดไฟล์บางไฟล์ออก แต่นี่เป็นเรื่องยุ่งยาก คุณสามารถรับค่าจากส่วน 500M (END):

# dd if=./binary.img of=./binary.img.new bs=1M count=500

แต่จะทำให้มีที่ว่างเหลืออยู่ท้ายไฟล์ ฉันไม่แน่ใจว่าทำไม แต่ภาพทำงาน

และมีสิ่งหนึ่งที่เกี่ยวกับการติดตั้งอิมเมจดังกล่าว - คุณต้องรู้จักออฟเซ็ตเพื่อส่งไปยังคำสั่ง mount ตัวอย่างเช่นคุณสามารถรับออฟเซ็ตจาก fdisk:

# fdisk -l binary.img

Disk binary.img: 1468 MB, 1468006400 bytes
4 heads, 32 sectors/track, 22400 cylinders, total 2867200 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000f0321

     Device Boot      Start         End      Blocks   Id  System
binary.img1            2048     2867198     1432575+   c  W95 FAT32 (LBA)

2048 (เริ่มต้น) x 512 (ขนาดเซกเตอร์) = 1048576 ดังนั้นคุณต้องใช้คำสั่งต่อไปนี้เพื่อติดตั้งรูปภาพ:

# mount -o loop,offset=1048576 binary.img /mnt

1
เมื่อคุณเขียน "แต่นี่จะทำให้มีที่ว่างท้ายไฟล์ฉันไม่แน่ใจว่าทำไม แต่รูปภาพใช้งานได้" ฉันคิดว่ามันเกิดจากความจริงที่ว่าคุณกำลังใช้หน่วยการวัดที่แตกต่างกัน ในส่วนคุณมี 500MB (ในส่วนที่แยก 1MB คือ 1,000 * 1,000 ไบต์) ดังนั้น 500000000 ไบต์ ใน dd คุณคัดลอก 1Mx500 = 500M โดยที่ M หมายถึง 1024 * 1024 ไบต์ดังนั้นคุณจึงคัดลอก 524288000 ไบต์ ความแตกต่างควรเป็นพื้นที่ที่คุณทิ้งไว้ที่ท้ายไฟล์ ในการแก้ไขคุณสามารถใช้ truncate ตามที่อธิบายไว้ที่นี่softwarebakery.com/shrinking-images-on-linuxหรือเปลี่ยนหน่วยของการวัด ในแยกหรือในวันที่
ste

ตอนนี้มันไม่เกี่ยวข้องกับการใช้partedกับresize: "ข้อผิดพลาด: คำสั่งการปรับขนาดถูกลบออกในส่วนที่ 3.0"
Abdillah

15

ใช่มันเป็นไปได้ - มันใช้งานได้เหมือนพาร์ติชั่น ฉันลองต่อไปนี้ซึ่งใช้งานได้:

ทำไฟล์ต้นฉบับ, ติดตั้ง, ตรวจสอบ, เลิกเมานท์

dd if=/dev/zero of=test.file count=102400 
mkfs.ext3 test.file 
mount test.file /m4 -o loop
df
umount /m4

เติบโต

dd if=/dev/zero count=102400 >> test.file
mount test.file /m4 -o loop
df
resize2fs /dev/loop0
df

ไม่มีเหตุผลว่าทำไมการย่อขนาดไฟล์จะไม่ทำงานเหมือนกัน แต่การย่อขนาดไฟล์นั้นยากกว่าการเพิ่มไฟล์ (และแน่นอนต้องทำเมื่อไม่ได้ติดตั้งอุปกรณ์บล็อก ฯลฯ )

ดูที่ลิงค์นี้ซึ่งพูดถึงการใช้ qemu-nbd เพื่อเมานต์รูปภาพ qcow2


เยี่ยมมากนี่คือสูตรที่ฉันต้องการ อย่างไรก็ตามฉันจำเป็นต้องเรียกใช้e2fsck -f test.file(บนไฟล์ภาพ) ก่อนที่จะปรับขนาด อีกอย่าง: การเพิ่ม 70G บนอิมเมจไดรฟ์ที่เก็บไว้ในพาร์ติชัน NTFS ผ่านdd ... >> drive_imageอาจใช้เวลา 10 นาที
Tomasz Gandor

Tomasz: ใช้ dd seek=param จากคำตอบอื่น ๆ
วิลเล็ม

6

ไฟล์ที่กระจัดกระจายเป็นตัวเลือกที่ดีสำหรับการขยาย / ปรับขนาดดิสก์อิมเมจ

สิ่งนี้จะสร้างไฟล์กระจัดกระจาย 1024M:

# dd if=/dev/zero of=sparse.img bs=1M count=0 seek=1024
0+0 records in
0+0 records out
0 bytes (0 B) copied, 0.000565999 s, 0.0 kB/s

ภาพไม่ได้ใช้พื้นที่ดิสก์ใด ๆ

# du -m sparse.img
0   sparse.img

แต่มีขนาดที่ชัดเจนของ 1024M

# ls -l sparse.img
-rw-rw-r--. 1 root root 1073741824 Sep 22 14:22 sparse.img

# du -m --apparent-size sparse.img
1024    sparse.img

คุณสามารถฟอร์แมตและเมาต์เป็นดิสก์อิมเมจปกติ

# parted sparse.img 
GNU Parted 2.1
Using /tmp/sparse.img
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) mktable                                                          
New disk label type? msdos                                                
(parted) mkpartfs                                                         
WARNING: you are attempting to use parted to operate on (mkpartfs) a file system.
parted's file system manipulation code is not as robust as what you'll find in
dedicated, file-system-specific packages like e2fsprogs.  We recommend
you use parted only to manipulate partition tables, whenever possible.
Support for performing most operations on most types of file systems
will be removed in an upcoming release.
Partition type?  primary/extended? primary                                
File system type?  [ext2]? fat32                                          
Start? 1                                                                  
End? 1024M                                                                
(parted) print                                                            
Model:  (file)
Disk /tmp/sparse.img: 1074MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End     Size    Type     File system  Flags
 1      1049kB  1024MB  1023MB  primary  fat32        lba

# du -m sparse.img 
2   sparse.img

ตอนนี้ปรับขนาดโดยใช้คำสั่งเดียวกันเพื่อสร้างเพียงแค่เปลี่ยนพารามิเตอร์ค้นหาด้วยขนาดภาพใหม่:

dd if=/dev/zero of=sparse.img bs=1M count=0 seek=2048

อย่างที่คุณเห็นภาพตอนนี้ 2048M และคุณสามารถขยายพาร์ติชันโดยใช้การแยกหรือเครื่องมืออื่น ๆ

# du -m --apparent-size sparse.img 
2048    sparse.img


# parted sparse.img 
GNU Parted 2.1
Using /tmp/sparse.img
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) print free                                                       
Model:  (file)
Disk /tmp/sparse.img: 2147MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End     Size    Type     File system  Flags
        16.4kB  1049kB  1032kB           Free Space
 1      1049kB  1024MB  1023MB  primary  fat32        lba
        1024MB  2147MB  1123MB           Free Space

(parted)                               

# du -m sparse.img 
2   sparse.img

ตอนนี้สนุกกับมัน!


ทำได้ดีมาก ฉันคิดว่าไฟล์ที่กระจัดกระจายจะถูกใช้น้อยเกินไป
TonyH
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.