During a migration from one server to another I used nfs to mount the remote older server to the new server to rsync content across faster. After the process was completed I deleted the older server, but didn’t unmount the drive before hand. Because of this, every time that I tried to ls on the… Continue reading df -h hanging on Ubuntu
Tag: ubuntu
List directory with file sizes on Linux (ubuntu)
du -sh * I wanted to be able to list ls the files and folders on the server to find out which ones were taking up the most disk space (as part of the sitespeed.io project i’ve been working on). This worked a treat.