Public bug reported:

Binary package hint: usb-creator

usb-creator 0.1.10 switched from creating the persistence file using "dd
bs=1M" to "dd bs=1" - presumably relating to this changelog entry:

+  * Internally represent the persistent file size in bytes for greater
+    accuracy.

The problem with this is that writing out a file using a separate I/O
operation for every byte, which is what bs=1 tells dd to do, is
excruciatingly slow, and quite CPU-intensive. As a result, usb-creator
now takes far longer than it needs to creating the persistence file, and
eats a prodigious amount of CPU cycles whilst doing so.

** Affects: usb-creator (Ubuntu)
     Importance: Undecided
         Status: New

-- 
usb-creator 0.1.11 regression: creates persistence file with incredibly slow 
single-byte writes
https://bugs.launchpad.net/bugs/313364
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to