Skip to content

Instantly share code, notes, and snippets.

@Felipe00
Forked from ertseyhan/remount.sh
Created February 21, 2019 19:53
Show Gist options
  • Save Felipe00/6bc647870716f2394946b2fc230b7615 to your computer and use it in GitHub Desktop.
Save Felipe00/6bc647870716f2394946b2fc230b7615 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