[Bug 1413494] Re: Free partition space isn't correctly updated after erasing
Brian Murray
brian at ubuntu.com
Wed Feb 18 20:13:22 UTC 2015
What is the purpose of this change?
--- a/bin/usb-creator-helper
+++ b/bin/usb-creator-helper
@@ -237,7 +237,7 @@
check_system_internal(dev)
# TODO LOCK
- unmount_all(udisks, dev)
+ unmount_all(udisks, parent_dev)
Thanks!
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to usb-creator in Ubuntu.
https://bugs.launchpad.net/bugs/1413494
Title:
Free partition space isn't correctly updated after erasing
Status in usb-creator package in Ubuntu:
New
Bug description:
1) The release of Ubuntu you are using, via 'lsb_release -rd' or
System -> About Ubuntu
Ubuntu 14.04
2) The version of the package you are using, via 'apt-cache policy
pkgname' or by checking in Software Center
usb-creator 0.2.56.3
3) What you expected to happen
First prepare an usbstick dd'ed with zero (dd if=/dev/zero of=/dev/SDB
bs=1M count=1), then erase it with usb-creator-gtk.
After the erasing it should display the free partition space
correctly, which is usually the same value with the usbstick capacity.
4) What happened instead
After the erasing it just display the free space as an empty string
"", and we can't burn them selected source ISO in such a case.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/usb-creator/+bug/1413494/+subscriptions
More information about the foundations-bugs
mailing list