Bij mij werkt het nu ook, na de tweede keer proberen. Ikzelf heb m gewoon op mijn hardeschijf gezet en heb de disk alleen gebruikt om te installeren. Maar nu is de vraag; hoe zet ik mijn stick terug in één partitie zodat alles weer bruikbaar is?
ik ben zelf een beginnende beginneling in linux maar volgens mij maak je er weer 1 van als je ongeveer dezelfde stappen volgt maar iets vroeger stopt

Open a terminal window and type sudo su
Type fdisk -l to list available drives/partitions. Note which device is your flash drive (example: /dev/sda) Throughout this tutorial, replace x with your flash drive letter. For example, if your flash drive is sdb, replace x with b.
Type umount /dev/sdx1
Type fdisk /dev/sdx
type p to show the existing partition and d to delete it
type p again to show any remaining partitions (if partitions exist, repeat the previous step)
type n to make a new partition
type p for primary partition
type 1 to make this the first partition
hit enter to use the default 1st cylinder
type +750M to set the partition size
hier gewoon enteren om default (max) capaciteit te benuttentype a to make this partition active
type 1 to select partition 1
type t to change the partition filesystem
type 6 to select the fat16 file system
hier desnoods een ander gewenst type kiezenen prolly ook nog dit
type w to write the new partition table