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:
Code:sudo ./fsarchiver -j6 -o savefs ubuntu.fsa /dev/nvme0n1p4
Code:sudo ./fsarchiver restfs ubuntu.fsa id=0,dest=/dev/sda6
Code:sudo ./fsarchiver -j6 -o savefs lubuntu.fsa /dev/nvme0n1p1 /dev/nvme0n1p4 /dev/nvme0n1p5 /dev/nvme0n1p6 /dev/nvme0n1p7
- Top
- Bottom
Comment