Skip to content

Instantly share code, notes, and snippets.

@abutbul
Forked from ertseyhan/remount.sh
Created October 22, 2019 07:24
Show Gist options
  • Save abutbul/b5de1ea66e00719298f4af2c1ddbf810 to your computer and use it in GitHub Desktop.
Save abutbul/b5de1ea66e00719298f4af2c1ddbf810 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."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment