Git Product home page Git Product logo

Comments (2)

Thomas-Tsai avatar Thomas-Tsai commented on August 23, 2024

hi,

thank you for this report, i will give a try recently.
what's your version of partclone?

from partclone.

Thomas-Tsai avatar Thomas-Tsai commented on August 23, 2024

Hi,

I can't reproduce this issue
there is my log:

A:clone sdb1 to image without quiet, Total Time: 00:00:42
B:clone sdb1 to image with quiet, Total Time: 00:00:40
C:clone sdb1 to pipe with quiet , Total Time: 00:00:18

A:
thomas@ptldev:~/partclone/tests$ sudo time ../src/partclone.extfs -c -s /dev/sdb1 -o /test/target/sdb1.img
Partclone v0.2.67 http://partclone.org
Starting to clone device (/dev/sdb1) to image (/test/target/sdb1.img)
Reading Super Block
Elapsed: 00:00:18, Remaining: 00:00:00, Completed: 100.00%
Total Time: 00:00:18, 100.00% completed!
done!
File system: EXTFS
Device size: 292.0 GB = 71288576 Blocks
Space in use: 4.7 GB = 1156578 Blocks
Free Space: 287.3 GB = 70131998 Blocks
Block size: 4096 Byte
Elapsed: 00:00:42, Remaining: 00:00:00, Completed: 100.00%, Rate: 6.77GB/min,
current block: 71270914, total block: 71288576, Complete: 100.00%
Total Time: 00:00:42, Ave. Rate: 6.8GB/min, 100.00% completed!
Syncing... OK!
Partclone successfully cloned the device (/dev/sdb1) to the image (/test/target/sdb1.img)
Cloned successfully.

B:
thomas@ptldev:~/partclone/tests$ sudo time ../src/partclone.extfs -q -c -s /dev/sdb1 -O /test/target/sdb1.img
Partclone v0.2.67 http://partclone.org
Starting to clone device (/dev/sdb1) to image (/test/target/sdb1.img)
Reading Super Block
Elapsed: 00:00:18, Remaining: 00:00:00, Completed: 100.00%
Total Time: 00:00:18, 100.00% completed!
done!
File system: EXTFS
Device size: 292.0 GB = 71288576 Blocks
Space in use: 4.7 GB = 1156578 Blocks
Free Space: 287.3 GB = 70131998 Blocks
Block size: 4096 Byte
Elapsed: 00:00:40, Remaining: 00:00:00, Completed: 100.00%, Rate: 7.11GB/min,
current block: 71270914, total block: 71288576, Complete: 100.00%
Total Time: 00:00:40, Ave. Rate: 7.1GB/min, 100.00% completed!
Syncing... OK!
Partclone successfully cloned the device (/dev/sdb1) to the image (/test/target/sdb1.img)
Cloned successfully.

C:
thomas@ptldev:~/partclone/tests$ sudo time ../src/partclone.extfs -q -c -s /dev/sdb1 | gzip -5 /test/target/sdb1.img.gz
gzip: /test/target/sdb1.img.gz: No such file or directory
Partclone v0.2.67 http://partclone.org
Starting to clone device (/dev/sdb1) to image (-)
Reading Super Block
Elapsed: 00:00:18, Remaining: 00:00:00, Completed: 100.00%
Total Time: 00:00:18, 100.00% completed!

from partclone.

Related Issues (20)

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.