0

Today I went to write an 18.04 ISO onto a USB drive from my 16.04 installation, and Startup Disk Creator wanted to wipe the entire drive:

enter image description here

Now, perhaps my memory is incorrect, but I seem to recall that when I was on 14.04, Statup Disk Creator worked without needing to wipe the entire drive.

Has the behavior of Startup Disk Creator been changed since 14.04?

1 Answers1

1

The option to NOT erase the USB was dropped in between Ubuntu 14.04 and 16.04

According to the accepted answer to Where is the persistent option for Startup Disk Creator in 16.04? the underlying process used by the Startup Disk Creator changed in Ubuntu 16.04. The newer version of this app uses the dd command line utility in the background.

As a result of this change the USB drive is wiped clean when it is used to make a startup disk. The new background process also does not allow for creating persistent Live USB.

Hope this helps

user68186
  • 33,360