Skip to content

Instantly share code, notes, and snippets.

@gnuq
Forked from ertseyhan/remount.sh
Created June 8, 2018 09:42
Show Gist options
  • Select an option

  • Save gnuq/4b1296f703d0b06bd1144360d2e7d9f5 to your computer and use it in GitHub Desktop.

Select an option

Save gnuq/4b1296f703d0b06bd1144360d2e7d9f5 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