Skip to content

Instantly share code, notes, and snippets.

@ertseyhan
Created February 2, 2016 20:51
Show Gist options
  • Save ertseyhan/618ab7998bdb66fd6c58 to your computer and use it in GitHub Desktop.
Save ertseyhan/618ab7998bdb66fd6c58 to your computer and use it in GitHub Desktop.
Temporarily increase size of tmp folder on Arch linux
#!/bin/bash
sudo mount -o remount,size=10G,noatime /tmp
echo "Done. Please use 'df -h' to make sure folder size is increased."
@LorhanSohaky
Copy link

Thanks!!!!

@fastgameplay
Copy link

Thanks

@DiegoRenner
Copy link

Thanks!

@stupid-kid-af
Copy link

Thanks!

@nilsherzig
Copy link

Thanks!

@xlassix
Copy link

xlassix commented Feb 9, 2023

Thanks!!!

@mruczek
Copy link

mruczek commented Feb 12, 2023

Thanks!

@onyedikachi-david
Copy link

Thanks.

@hunoutl
Copy link

hunoutl commented Feb 6, 2024

Thanks

@jackalopealope
Copy link

lol, forgot this was github and spent a good minute looking for a like button, starred it than got mad then realised...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment