Announcement
Collapse
No announcement yet.
Cloning 22.04 installation to USB drive
Collapse
This topic is closed.
X
X
-
I didn't watch the whole thing. Its using Partclone. Here's what I use. I open a terminal and execute the following:
and to restore I use this:Code:sudo ./fsarchiver -j6 -o savefs ubuntu.fsa /dev/nvme0n1p4
I can also save multiple partitions including my efi partitions with this:Code:sudo ./fsarchiver restfs ubuntu.fsa id=0,dest=/dev/sda6
As I only have one partition per linux distro, it makes it simple. I never use mutiple paritions per distroCode:sudo ./fsarchiver -j6 -o savefs lubuntu.fsa /dev/nvme0n1p1 /dev/nvme0n1p4 /dev/nvme0n1p5 /dev/nvme0n1p6 /dev/nvme0n1p7
- Top
- Bottom
Users Viewing This Topic
Collapse
There are 0 users viewing this topic.


Comment