The Cookie Machine - Click here to drag window

DUMMY TEXT - Real text set in assets/js/theCookieMachine.js

If you can read me, I'm broken!

Views: 1,232β€…    Votes:  2β€…
Tags: usb   16.04   startup   disk   disk-usage  
Link: πŸ” See Original Answer on Ask Ubuntu ⧉ πŸ”—

URL: https://askubuntu.com/q/1016794
Title: Where is reserved extra space in Startup Disk Creator 16.04?
ID: /2018/03/17/Where-is-reserved-extra-space-in-Startup-Disk-Creator-16.04_
Created: March 17, 2018    Edited:  June 12, 2020
Upload: April 8, 2024    Layout:  post
TOC: false    Navigation:  false    Copy to clipboard:  false


I’ll answering your last question first. The newer live-usb ISO’s are hybrids that work for both MBR and GPT systems. gparted cannot read these after Startup Disk Creator has burned the ISO to the USB flash drive. Rather than taking your USB to another computer to reformat it you can use dd (Data Destroyer, real name Data Duplicator):

sudo dd if=/dev/zero of=/dev/sdX bs=512 count=1

Change sdX to sdd, sde, or whatever your USB drive letter is.

Use dd with great caution!


As you discovered Ubuntu 16.04 Startup Disk Creator no longer provides an option for persistence storage for a Live Boot USB Flash Drive. But mkusb does provide this feature and it works well even for creating a pre-release Ubuntu 18.04 Live Boot USB.

For more about mkusb details read about it here.

⇧ Bash one-liner to display ALL `gsettings` in GUI dialog window Quick-and-dirty way to ensure only one instance of a shell script is running at a time  β‡©