0

Since I know next to nothing about how Linux actually works, I'm gonna need step-by-step instructions if you have any.

I have 2 partitions on my 32GB flash drive, an 8GB one for the full Ubuntu installation, and the 24GB one for all other files. I tried installing Steam when I first installed Ubuntu and there wasn't enough space for it and the installation failed.

This led me to believe that I need to somehow have the extra space a default for installation. I got steam from the "Ubuntu Software" program. If you need clarification on anything, please specify.

Kev
  • 1

1 Answers1

1

With the linux directory structure applications are installed by convention. Depending on your distro and the nature of your applications, they are stored in /usr/bin/ /usr/local/bin/ /opt/ /home/ or others.

If you ran out of space you will usually want to resize existing partitions or mount some of these paths to a different partition.

In your case I would use a single partition with ext4 filesystem.