Last active
September 15, 2023 13:55
-
-
Save HoriLiu/be9d8fb2250d3641f28413b001a62b3f to your computer and use it in GitHub Desktop.
Arch Linux “No space left on device.”
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
##裝置上已無多餘空間 | |
df -h | |
mount -o remount,size=4G,noatime /tmp | |
df -h |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment