Sujet : Re: Move bookworm system from SSD to NVME
De : Vitsky.kasperski (at) *nospam* gmail.com (Jesper)
Groupes : comp.sys.raspberry-piDate : 01. Aug 2024, 18:50:20
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v8ghss$290sp$1@dont-email.me>
References : 1 2 3 4 5 6
User-Agent : Mozilla Thunderbird
On 01.08.2024 18:10, Ahem A Rivet's Shot wrote:
dd if=/dev/sda of=/dev/nvme0n1 bs=1m
The add bs=1m will probably work wonders for performance.
On 01.08.2024 17:47, Jesper wrote:
>
raspberrypi@raspberrypi:~ $ df -h | grep ^/dev/
> /dev/sda2 234G 19G 203G 9% /
> /dev/sda1 511M 76M 436M 15% /boot/firmware
> For /dev/sda1 it says "firmware", so it probably should/can not be
> copied, and is permanent on the raspi5-system
The Natural philosopher says to clone both sda1 and sda2. I still wonder if sda1 should be cloned. It is listed as "firmware". That sounds to me like it is on a flashmemory directly on the raspi5, and you modify it with raspi-config->Advanced options->Boot order.
But I can try running both commands:
dd if=/dev/sda2 of=/dev/nvme0n1 bs=1m
dd if=/dev/sda1 of=/dev/nvme0n1 bs=1m
Comments?
Best regards
-- Jesper