• [^] # Re: arretes moi si je me trompes

    Posté par (Mastodon) . En réponse au journal Redimensionner un disque qcow2 avec les partitions internes en quelques commandes. Évalué à 2.

    man dd

    [...]

    of=file

    writes output data to file. If you don't specify this option, dd writes data to the standard output. dd truncates the output file before writing to it, unless you specified the seek=n operand. If you specify seek=n, but do not specify conv=notrunc, dd preserves only those blocks in the output file over which it seeks. If the size of the seek plus the size of the input file is less than the size of the output file, this can result in a shortened output file.


    Quelle partie ne comprends tu pas ?