Git Product home page Git Product logo

Comments (1)

posita avatar posita commented on July 19, 2024

This is the correct (and safe) behavior for dd. From man dd:

...
     The dd utility copies the standard input to the standard output.  Input
     data is read and written in 512-byte blocks.  If input reads are short,
     input from multiple reads are aggregated to form the output block.  When
     finished, dd displays the number of complete and partial input and output
     blocks and truncated input records to the standard error output.
...
     of=file  Write output to file instead of the standard output.  Any regu-
              lar output file is truncated unless the notrunc conversion value
              is specified.  If an initial portion of the output file is
              seeked past (see the oseek operand), the output file is trun-
              cated at that point.
...

It looks like your of argument (/home/ubuntu/matt/ff4d/dropbox/Backups/) is a _directory_, not a file or block device.

What did you expect your command to do? If you expected it to make a copy of your Xen disk image, you need to give a path to a file or block device (and you probably want to umount the disk first within your Xen virtual machine, otherwise you're likely going to have inconsistencies, but I don't know how Xen devices work, so you'll likely need to research this more). If you expected it to make a copy of your file hierarchy, dd is the wrong tool (try researching rsync).

Either way, this has nothing to do with ff4d. Please close this issue.

from ff4d.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.