Deutsch English Français Italiano |
<v8ghss$290sp$1@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Jesper <Vitsky.kasperski@gmail.com> Newsgroups: comp.sys.raspberry-pi Subject: Re: Move bookworm system from SSD to NVME Date: Thu, 1 Aug 2024 19:50:20 +0200 Organization: A noiseless patient Spider Lines: 28 Message-ID: <v8ghss$290sp$1@dont-email.me> References: <v8cqd6$1gdnp$1@dont-email.me> <v8e73l$1o2dm$1@dont-email.me> <v8frll$24ic1$1@dont-email.me> <v8ft4f$250uj$1@dont-email.me> <v8gamm$28554$1@dont-email.me> <20240801171000.46ce321a2dd0cb03be7cba00@eircom.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Thu, 01 Aug 2024 19:50:21 +0200 (CEST) Injection-Info: dont-email.me; posting-host="ed220cc1aed20b7676e554d2ce7c423f"; logging-data="2392985"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+y63nSMTgb6brK0F7OnbPk" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:qykOx4Bo/GG1BWpyu6gm1vjwkiE= In-Reply-To: <20240801171000.46ce321a2dd0cb03be7cba00@eircom.net> Content-Language: da, en-GB Bytes: 2113 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