usb-imagewriter does not support compressed images

Bug #686118 reported by Matt Sealey
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
usb-imagewriter (Ubuntu)
New
Undecided
Unassigned

Bug Description

Binary package hint: usb-imagewriter

USB ImageWriter should support compressed images. It is a good idea because it reduces bandwdith and storage space on the servers, and allows less disk usage on the host system to write the image out (a 650MB .img file for ARM Netbook could be made much smaller)

Since it just chains commands like "dd" through the Python script piping compressed data to dd would be easily implemented. Certain compression utilities (xz) will also report the uncompressed size such that progress can be reported properly.

Should also support dcfldd if installed (or other dd clones or improvements) such that progress could be properly reported by catching and parsing the output of stderr from the "dd" utility used. In lieu of that why can't imagewriter.py send the HUP signal to dd and catch progress every second or so, so that the progress bar can be implemented properly?

Tags: wishlist
Matt Sealey (mwsealey)
tags: added: wishlist
description: updated
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.