Skip to content

Instantly share code, notes, and snippets.

@alexBeuth
Created October 24, 2017 14:27
Show Gist options
  • Save alexBeuth/5194617b2cca5e6c382bd316220ffdbf to your computer and use it in GitHub Desktop.
Save alexBeuth/5194617b2cca5e6c382bd316220ffdbf to your computer and use it in GitHub Desktop.
Temporarily resize tmp file system

Problem:

Installing large packages from the AUR do not fit into tmp file system.

Solution:

sudo mount -o remount,size=8G,noatime /tmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment