How do I refresh Disk Utility?
Posted
by
detly
on Ask Ubuntu
See other posts from Ask Ubuntu
or by detly
Published on 2012-03-22T04:47:10Z
Indexed on
2012/03/22
5:38 UTC
Read the original article
Hit count: 469
disk-utility
I do a lot of live system building, which eventually involves imaging a USB drive with the built binary image:
dd if=binary.img of=/dev/sdX
sync
...where /dev/sdX
is a USB drive. As part of my workflow, I like to have Ubuntu's Disk Utility open so I can verify the drive letter and unmount anything that gets mounted automatically. I also use it to create extra partitions for persistence.
The trouble is, after writing the image to the device — and even after the sync operation — Disk Utility doesn't show the new partition. It just shows free space. GParted sees it and fdisk sees it. Even after closing and opening Disk Utility, it still shows only free space.
If I click "Safe Removal" and physically unplug and replug the USB drive, Disk Utility will then see the partition.
Why do I need to remove and re-insert the drive for Disk Utility to see the partitions on it? Can I force Disk Utility to update its information without needing to do this?
(using Disk Utility 3.0.2 under Ubuntu 11.10.)
© Ask Ubuntu or respective owner