[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Commande cmp après copie
- To: pascal@plouf.fr.eu.org, linux-31@culte.org
- Subject: Re: Commande cmp après copie
- From: Patrice <gelinpatrice@protonmail.com>
- Date: Sun, 07 May 2023 09:44:17 +0000
- Authentication-results: pic2s.le-pic.org; dkim=pass (2048-bit key; secure) header.d=protonmail.com header.i=@protonmail.com header.a=rsa-sha256 header.s=protonmail3 header.b=VOYsWfg0; dkim-atps=neutral
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1683452659; x=1683711859; bh=hqTk9tbUZ+cxbU9eyZhf5PA3k0h4M0LiLh9f9GSN03E=; h=Date:To:From:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=VOYsWfg0Ohq4clDni8gWx+6vVu0Rm6R1hwpQyl2Ix7O/i1c8l8Sc6oICCLgkK2H1e ip96uSZnz+62Thc3SqKAhKe0g+CQzSP+7g3cAxX5YVNuVFS8E3rottGc/TyNvtqouh aGFpJQkVH3Z42jVvRO4dzFD9Dev+bJWQHlWHYz/uMGoy6rlohMevgoQs1D8qDo/BpI tjA53MyZd0oMC+QjS/gpSVb4Y48Z2a/4WVanAeJiSZ40QrvRC043xsEok6UhNO5Fiu FhDXnZY4SyEtFv9k9OCjFWAsXTAkk2qct+EE9kNTcFrM5UeFW7mJKhqVMUplL3p3Jq TZymK4qTIQhkA==
- Feedback-id: 43137104:user:proton
- In-reply-to: <634c51c1-3861-0e79-300d-697a0426c4f6@plouf.fr.eu.org>
- References: <sympa.1683450535.3374471.478@culte.org> <634c51c1-3861-0e79-300d-697a0426c4f6@plouf.fr.eu.org>
Très bien, je me le note.
Merci.
Patrice
-------- Message d'origine --------
Le 7 mai 2023, 11:23, Pascal Hambourg < linux-31@culte.org> a écrit :
Le 07/05/2023 à 11:14, "GELIN" (via linux-31 Mailing List) a écrit :
> Salut à tous ! j'ai effectué copie d'un ISO de Linux Mint 21.1 et j'ai fais un
> cmp après pour vérifier que tout va bien selon la méthode de Pascal. (sudo cp
> Téléchargements/nomdufichier.iso /dev/sdb) (sudo cmp
> Téléchargements/nomdufichier.iso /dev/sdb) J'ai ça comme résultat : cmp:
> Fin-de-fichier (EOF) sur Téléchargements/linuxmint-21.1-mate-64bit.iso après
> l'octet 2742749184, ligne 9963762 C'est important au point de refaire une copie
> ou c'est infime ? Merci ! Patrice
C'est un message normal lorsque cmp atteint la fin du fichier image sans
avoir trouvé de différence. Donc la copie a réussi.
--