On Tue, Sep 11, 2018 at 10:19:44AM +0800, Ed Greshko wrote:
> Are you using only "dd" or are you also using "tar"?  I only ask since I've 
> not seen
> the message coming from "dd" but recall seeing it from "tar".

To expand on that:


    $ strings `which dd` | grep shrank

    $ strings `which tar` | grep shrank
    %s: File shrank by %s bytes; padding with zeros
    ...


and presumably the warning means that between stat()ing the file and
opening it and reading its contents, the size of the file got smaller.

So I think the OP is doing more than just 'dd'ing the raw DVD.


-- 
More than any other time in history, mankind faces a crossroads. One path
leads to despair and utter hopelessness. The other, to total extinction.
Let us pray we have the wisdom to choose correctly.
    -- Woody Allen
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to