Ubuntu – Can I format and use the “free space” to the right of the Bootable USB stick’s partition table

live-usbpartitioningstartup-disk-creator

I would like to use my USB stick for my data, while keeping a bootable live copy of Ubuntu on it for the emergencies.

I think that until some versions ago the StartupDiskCreator would create a bootable drive that I could still use to store other (non OS) data.

Currently, I am left with two write-only partitions, big just enough to contain the OS, and plenty of spare, unformatted, space: see screenshot from the Disk utility

Disk utility

Can I create a partition in that free space and use it on other Linux, Mac, and Windows computers (I'll make it a FAT filesystem)?


(There are other answers regarding this, but they are from before the Live USB sticks started showing the present behavior)

Best Answer

The only use for a SDC install nowadays is for making an installer drive.

If you want something that saves your last session you can do a Full install to the flash drive or you can make a Persistent install using mkusb: https://help.ubuntu.com/community/mkusb .

Mkusb has a small boot partition, an ISO9660 read only partition for the OS, an ext4 casper-rw partition for persistence and a NTFS partition for data. Both Linux and Windows can use the data partition.

A persistent install is more compact than a full install but may not be as secure.