| by Arround The Web

Tell How Much Free Space Left in Ubuntu 22.04

When going to download or install something that takes much disk space, it’s better to first check if there’s enough free space left in your system. This is super easy to do the job in Ubuntu & other Linux. And, I’m going to show you how in both graphical and command line ways. Though the […]

Share Button
Read More
| by Arround The Web

How to Map LUN, Disk, LVM and Filesystem in Linux

Learn how to identify which SAN disks are mapped to which block devices, LV, VG, and filesystem on Linux.
The post How to Map LUN, Disk, LVM and Filesystem in Linux appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

Fix External Disk ‘Read-only’ Issue in Ubuntu 22.04 dual-boot with Windows

  I have an external disk mounted in my Ubuntu 22.04 with read and write permission. It however ran into issue recently. When I tried to boot Virtual Machine from that disk, it return error “NS_ERROR_FAILURE (0X80004005)“. And, when to save VM settings it output “Runtime error opening ‘/path/to/vm-machine.vbox-tmp’ for overwriting: -113 (Write protect error.).” […]

Share Button
Read More
| by Arround The Web

How to check your SSD health in Ubuntu 22.04 / Linux Mint 21

This simple tutorial shows how to easily check your SSD health in Ubuntu and/or Linux Mint desktop. I’ve been running Ubuntu Linux on my old laptop for about 7 years. Everything works well, but it recently refuses to boot sometimes when pressing on the physical power button. Not sure what’s the problem, but I guess […]

Share Button
Read More
| by Arround The Web

The UUID in Linux operating system explained

The UUID refers to a Universally Unique Identifier that consists of 128-bit numbers that have the probability of having duplicates close enough to zero but not zero in the local system. It was originally used in the Networking Computing System and then, later standardized by the Open Software Foundation. In this article, we will see […]

The post The UUID in Linux operating system explained appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

How to Resize Existing LUN/Disk on Linux

In most cases, disk space can be expanded by adding a new LUN to the system. In this quick tutorial, learn how to resize existing LUN or Disk on Linux.
The post How to Resize Existing LUN/Disk on Linux appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

How to Install and Use GDU Disk Usage Analyzer on Ubuntu

This tutorial shows how to install and use GDU Disk Analyzer, a Linux command-line tool that helps you to get a better overview of your disk storage usage.
The post How to Install and Use GDU Disk Usage Analyzer on Ubuntu appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

Here are 9 Examples of the ‘du’ Command in Linux

In this article, we will discuss another popular command for the Linux/Unix platform. du stands for “Disk Usage”. It is a standard command used to estimate space usage (meaning, in the terminal we can find the exact size each directory and file takes up). There are multiple ways we can generate various types of output […]

The post Here are 9 Examples of the ‘du’ Command in Linux appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

9 Basic du Commands in Linux with Practical Examples

In this article, we will discuss another popular command for the Linux/Unix platform. It is called du, which stands for “Disk Usage”. du is a standard command used to estimate space usage (meaning, in the terminal we can find the exact size each directory and file takes up). There are multiple ways we can generate […]

The post 9 Basic du Commands in Linux with Practical Examples appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

How to Find the Total Size of a Directory in Linux

For Linux users and administrators in a server-like environment, knowing the exact size of a directory tree through the system terminal is important. It will help you compare file directory properties and determine their storage allocation when you want to copy or move these directories to a different location. The command du is an abbreviation for disk […]

The post How to Find the Total Size of a Directory in Linux appeared first on Linux Today.

Share Button
Read More
| by Arround The Web

12 Useful df Commands to Check Disk Space in Linux

On the internet, you will find plenty of tools for checking disk space utilization in Linux. However, Linux has a strong built-in utility called df?. The df command stands for “disk filesystem“; it’s used to get a full summary of available and us…

Share Button
Read More
| by Arround The Web

Essential System Tools: dust – more intuitive version of du

dust gives an instant overview of which directories are using disk space. Its name derives from the du command and that dust is written in Rust. dust is intended to be more intuitive than du. Like du, it’s published under an open-source license.
The po…

Share Button
Read More