Skip to content

Instantly share code, notes, and snippets.

@g0spel
g0spel / remount.sh
Created May 16, 2018 19:37 — forked from ertseyhan/remount.sh
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."