Skip to content

Instantly share code, notes, and snippets.

@ertseyhan
Created February 2, 2016 20:51
Embed
What would you like to do?
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!

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