Changes

Jump to: navigation, search

Linux Mint: Disk image

56 bytes added, 11:52, 12 November 2019
</pre>
6. Save filesystem from each disk partition using partclone tool and compress using lz4 tool.partclone Partclone tool supports: NTFS,EXT2ext2/3/4,FAT ntfs, fat and many other filesystem types, you can clone disks with Linux or Windows installations
Install required cloning software: "liblz4-tool" and "partclone"
<pre>
According to the example need to save 3 partitions:
<pre>
$ sudo partclone.ext4 -c -s /dev/sdf1 | lz4 > part1.ext4.partclone.lzlz4$ sudo partclone.vfat -c -s /dev/sdf2 | lz4 > part2.vfat.partclone.lzlz4$ sudo partclone.ext4 -c -s /dev/sdf4 | lz4 > part4.ext4.partclone.lzlz4
</pre>
7. Calculate md5 for files you've prepraredprepared
<pre>
$ md5sum *.layout part*.partclone.lz lz4 > md5sum
</pre>
8. Send us the fdisk.layout, blkid.layout and all , part*.partclone.lz lz4 files and the md5 file
425
edits