{"id":395,"date":"2018-08-19T21:05:21","date_gmt":"2018-08-19T21:05:21","guid":{"rendered":"https:\/\/alexrusin.com\/?p=395"},"modified":"2018-08-19T21:18:39","modified_gmt":"2018-08-19T21:18:39","slug":"check-available-space-on-ubuntu","status":"publish","type":"post","link":"https:\/\/blog.alexrusin.com\/check-available-space-on-ubuntu\/","title":{"rendered":"Check Available Space on Ubuntu"},"content":{"rendered":"
\nRecently I got into a situation where I ran out of free space on my Ubuntu instance. The first thing you need to do is to check how much available space you have. The command below will give you the general idea.\n<\/p>\n
\r\ndf -h\r\n<\/pre>\n<\/p>\n
\nTo list the files\/directories that take up most of the space use the following. You can make your system to show you more files by changing “-n 10” to “-n 20” etc.\n<\/p>\n
\r\nsudo du -a \/ | sort -n -r | head -n 10\r\n\r\n47286901 \/\r\n42315676 \/var\r\n41550196 \/var\/log\r\n41534640 \/var\/log\/jenkins\r\n28101588 \/var\/log\/jenkins\/jenkins.log\r\n13432208 \/var\/log\/jenkins\/jenkins.log.1\r\n2978220 \/home\r\n2978216 \/home\/deploy\r\n1589784 \/home\/deploy\/www\r\n1499948 \/usr\r\n<\/pre>\n\nAnother command that will give you a good idea about the space allocated is:\n<\/p>\n
\r\nsudo du -cha --max-depth=1 \/var | grep -E \"M|G\"\r\n<\/pre>\n\nYou can decide how deep to go by changing “–max-depth” value\n<\/p>\n
<\/p>\n
\nIn order to get a better visual representation and more user friendly interface, you can install ncdu – an Ubuntu disk usage viewer package\n<\/p>\n
\r\nsudo apt-get install ncdu\r\n<\/pre>\n<\/p>\n
\nAfter you delete the files that take up all that space (in my situations those files were Jenkins log files), do not forget to reboot your Ubuntu instance.
\nFor more information on how to check available space from command line, please read this article:
\nhttps:\/\/www.techrepublic.com\/article\/how-to-check-drive-space-on-linux-from-the-command-line\/<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"Recently I got into a situation where I ran out of free space on my Ubuntu instance. The first thing you need to do is to check how much available space you have. The command below will give you the general idea. df -h To list the files\/directories that take up most of the space…<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"footnotes":""},"categories":[9],"tags":[],"class_list":["post-395","post","type-post","status-publish","format-standard","hentry","category-system-administration"],"yoast_head":"\n
Check Available Space on Ubuntu | Alex Rusin Blog<\/title>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\n\t\n\t\n