Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Is there some way of using free space on installation thumb drives for other files?

  1. #1
    Join Date
    Dec 2017
    Beans
    71
    Distro
    Ubuntu Mate

    Question Is there some way of using free space on installation thumb drives for other files?

    Is there some way of using the free space on Ubuntu installation thumb drives to store other files without making a mess of the whole thing in the process? I think I remember vaguely that long ago, there was a software package that allowed you to customize your installation media, but apparently it was abandoned or at least no longer properly maintained and became a collection of bugs and compatibility issues.

    I'm not thinking of all that many files - mainly a few text files where I keep notes about what I usually do immediately after a fresh install, and perhaps a few images that can serve as desktop backgrounds. Any ideas?
    Last edited by raphaell2; February 6th, 2020 at 11:43 PM.

  2. #2
    Join Date
    Jul 2019
    Location
    Beauvais France
    Beans
    157
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Is there some way of using free space on installation thumb drives for other file

    One way I like is to customize my installation with apt on the command line and store a copy of my history file.
    A copy of firefox short cuts and passwords would be nice too.
    Happy user of Ubuntu-20.04 on a Beelink BT3pro mini PC

  3. #3
    Join Date
    Mar 2011
    Location
    U.K.
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Is there some way of using free space on installation thumb drives for other file

    Would it not be easier to mount a second USB flash drive for such notes, if you have a USB hub or spare USB port?
    But if you do want it in one flash drive, search "persistent LiveUSB Ubuntu". Here is one writeup.
    https://www.howtogeek.com/howto/1491...b-flash-drive/

    Another idea is to keep notes in Google drive and keep a note of the url to paste into your LiveUSB browser (usually Firefox).

  4. #4
    Join Date
    Dec 2017
    Beans
    71
    Distro
    Ubuntu Mate

    Re: Is there some way of using free space on installation thumb drives for other file

    Quote Originally Posted by dragonfly41 View Post
    Would it not be easier to mount a second USB flash drive for such notes, if you have a USB hub or spare USB port?
    Sure, I just somehow don't like the idea of wasting space.

    But if you do want it in one flash drive, search "persistent LiveUSB Ubuntu". Here is one writeup.
    https://www.howtogeek.com/howto/1491...b-flash-drive/

    Another idea is to keep notes in Google drive and keep a note of the url to paste into your LiveUSB browser (usually Firefox).

    Thank you!

  5. #5
    Join Date
    May 2013
    Location
    Galiza
    Beans
    4,009
    Distro
    Ubuntu

    Re: Is there some way of using free space on installation thumb drives for other file

    Here's another idea:

    Multisystem is a French tool for making a multi-distro live/installer USB stick but it can be used to create a single live/installer as well .
    The advantage of using it is that it extracts and saves each ISO in its own folder without touching the stick's file system (FAT32 is mandatory in this case). This leaves all the remaining space available for use like any regular USB mass storage. Just create one or more folders and save files there as usual.

    I use it frequently not only to have several installer in a single 32GB stick and also include some video files (for testing codecs, etc.), text files with some PPAs, useful commands, etc.

  6. #6
    Join Date
    Dec 2017
    Beans
    71
    Distro
    Ubuntu Mate

    Re: Is there some way of using free space on installation thumb drives for other file

    @dragonfly41, thank you again! I've now tried the method from the article you linked, and after a brief moment of getting used to it, it works really well!

    @CelticWarrior, thank you, too! I will try your method next.

  7. #7
    Join Date
    Dec 2017
    Beans
    71
    Distro
    Ubuntu Mate

    Re: Is there some way of using free space on installation thumb drives for other file

    @CelticWarrior, sorry - I've now tried Multisystem, and once it had installed Grub to the thumb drive on which I tried it, it simply wouldn't mount anymore, so I couldn't put any other files on it. I had to reformat it to be able to use it again.

  8. #8
    Join Date
    May 2013
    Location
    Galiza
    Beans
    4,009
    Distro
    Ubuntu

    Re: Is there some way of using free space on installation thumb drives for other file

    Quote Originally Posted by raphaell2 View Post
    @CelticWarrior, sorry - I've now tried Multisystem, and once it had installed Grub to the thumb drive on which I tried it, it simply wouldn't mount anymore, so I couldn't put any other files on it. I had to reformat it to be able to use it again.
    Something wrong happened. I have 2 sticks working exactly as I described and both with RW permissions in Ubuntu or Windows.

  9. #9
    Join Date
    Jun 2007
    Location
    Hikkaduwa, Sri Lanka
    Beans
    3,449
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Is there some way of using free space on installation thumb drives for other file

    A thumb drive made using UNetbootin is FAT32 and can be read or written to with Linux, Windows or that Apple OS.
    It can be read but not written to while booted.
    A drive made with mkusb can have a NTFS data partition and be read and written to with Linux or Windows and written to while booted.

    Drives made with Startup Disk Creator and Etcher are ISO9660 and are read only.

  10. #10
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: Is there some way of using free space on installation thumb drives for other file

    mkusb version 12, mkusb-dus

    Standard mkusb, version 12 alias mkusb-dus can make persistent USB boot drives from iso files of all current versions of Ubuntu and the Ubuntu family flavours as well as from Debian live versions 8, 9 and 10. This method gives you two alternatives to store data:

    - In the persistent live system (stored in the 'casper-rw' partition you can not only store personal data files, but you can also install program packages (that persist after shutdown and reboot).

    - In the 'usbdata' partition with the NTFS file system you can store data, that can be written and read by both Ubuntu and Windows.

    Edit: This 'usbdata' partition is the first one, so it can be read also by old Windows systems.

    mkusb-plug

    A new version, mkusb-plug, can create persistent live drives of Ubuntu 19.10 and Debian 10 (and newer versions). But what can be relevant here, it is also possible to create a 'regular cloned' live only boot drive with a partition for storage 'behind' the cloned image and that way use the whole drive. You can select between the file systems NTFS, exFAT and FAT32 for this usbdata partition.

    This way it is possible to get the storage, that you want, also when making USB boot drives from iso files of other linux distros, as long as it is created from a hybrid iso file, and most current linux distros provide hybrid iso files.

    Edit: This 'usbdata' partition is not the first one, so it cannot be read by old Windows systems, but current Windows 10 can read and write there.
    Last edited by sudodus; February 17th, 2020 at 09:09 AM.

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •