Skip to content

Instantly share code, notes, and snippets.

@ekapujiw2002
Forked from ertseyhan/remount.sh
Created April 26, 2024 02:26
Show Gist options
  • Save ekapujiw2002/601862b766c49a3a3867081f393d5e4b to your computer and use it in GitHub Desktop.
Save ekapujiw2002/601862b766c49a3a3867081f393d5e4b 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