2

Xubuntu 19.04 and Lubuntu 19.04 (smaller distros) says: "There is not enough drive space. At least 8 GB is required"

Is there a previous version of any of those distros that can work with the USB space I have?

Thanks.

1) Someone said my question may already have an answer here: Can I install Ubuntu on a 3.5GB mini PC?

That answer was written in 2013. It refers to Lubuntu 13.10 which is rather old. Better answers with more recent versions should be available and tested nowadays. Thank you.

[The accepted answer to that question was updated to 2019 Ubuntu versions before you posted the edit before this one. I suggest that you take some time to read it, specifically list item 4] <-- I didn-t write this. I reviewed the post above and there's nothing there written in 2019.

2) Someone said my question may already have an answer here: How do I install Ubuntu to a USB key? (without using Startup Disk Creator)

Nothing to do with my problem about the USB space I have.

1 Answers1

1

A USB stick with 8 GB (nominally) will often contain slightly less drive space, but your 7.2 value is probably the size in GiB (gibibytes with base 2)

7.2*2^30/10^9=7.73 conversion to GB (gigabytes)

and it is too small anyway to install the current version of Ubuntu.

If you want a good installed system, you should get a fast USB 3 stick with at least 16 GB.

With an 8 GB stick I would recommend

  1. A persistent live drive. This should work well.
  2. The already suggested workaround via the Ubuntu mini.iso. This should work, but very soon you will find that the drive space will be too small.
sudodus
  • 46,324
  • 5
  • 88
  • 152
  • 1
    I accept that I can't do what I wanted.

    From the suggestions above, I tried Ubuntu server 19.04. Installation didn't fit in 7.2GB. I had some problems finding the mini.iso Iso file, and then I read "very soon you will find that the drive space will be too small", so I didn't try that. Thanks to everyone for the help.

    I keep on using Puppy Linux (xenialpup)... I just wanted to have something closer to Ubuntu with complete use of bash commands and where I can create a wifi hot-spot.

    – Shirley Temple Sep 02 '19 at 15:47
  • @ShirleyTemple, Have a try with a persistent live Lubuntu system in your 8 GB stick, or get a fast 16 GB USB3 stick and install what you really want. This link may help. – sudodus Sep 02 '19 at 17:50