Skip to content

Instantly share code, notes, and snippets.

@ertseyhan
Created February 2, 2016 20:51
Star You must be signed in to star a gist
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."
@xlassix
Copy link

xlassix commented Feb 9, 2023

Thanks!!!

@mruczek
Copy link

mruczek commented Feb 12, 2023

Thanks!

@onyedikachi-david
Copy link

Thanks.

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