WordPress database error: [Disk full (/tmp/#sql-temptable-1-2596dc-2c2d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]SHOW FULL COLUMNS FROM `markjacobsen_options`
Ever need to find out what’s using the most space on your Linux box? There are a couple commands that will help make things easier…<\/p>\n
To find out how much space you have use:<\/p>\n
df -h .<\/code><\/pre>\nWhich will give you output like so…<\/p>\n
Filesystem Size Used Avail Use% Mounted on\r\n\/dev\/sda 20G 15G 4.2G 79% \/<\/code><\/pre>\nTo list out the directories using the most space, use this handy command…<\/p>\n
sudo du \/usr\/local | sort -n<\/code><\/pre>\n… where \/usr\/local is the directory you want info for (you can also just start from root: \/)<\/p>\nPlease remember to subscribe to the newsletter<\/a> to stay up to date!<\/i>
\n
\nYou or someone you know looking to buy or sell?<\/i>\n<\/a>
\nDisclaimer: Thoughts and opinions are my own, and do not reflect the views of any employer, family member, friend, or anyone else. Some links may be affiliate links, but I don't link to anything I don't use myself. You would think this should be self evident these days, but apparently not...<\/small><\/i>","protected":false},"excerpt":{"rendered":"Ever need to find out what’s using the most space on your Linux box? There are a couple commands that will help make things easier… To find out how much space you have use: df -h . Which will give you output like so… Filesystem Size Used Avail Use% Mounted on \/dev\/sda 20G 15G 4.2G … Continue reading Checking and Maintaining Linux Disk Space<\/span>