Today I was having some troubles. I was trying to unmount a drive on my Linux server but I kept getting the
umount: /mnt/data: device is busy
message back. Well this means that some process is using a file on that drive. fuser to the rescue. I’ll take you through the steps I used to unlock this drive below.
Read More

Social