> ## Content Index
> Fetch the complete content index at: https://linuxhandbook.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# LHB Linux Digest #24.08: Disk Management Tips, LVM, Go and More
- URL: https://linuxhandbook.com/newsletter/24-08/
- Published: 2024-05-14T06:11:50.000Z
- Updated: 2024-05-14T06:11:50.000Z
- Description: This newsletter focuses on disk management in Linux.
- Author: Abhishek Prakash
- Tags: Newsletter

[Linux Handbook is now on LinkedIn](https://www.linkedin.com/company/linuxhandbook?ref=linuxhandbook.com), too 🎊

Linux Handbook has been more prominent on Twitter. We have [over 118,000 followers](https://twitter.com/linuxhandbook?ref=linuxhandbook.com) there and that's not a small feat.

Apart from the regular quick Linux tips, I also share interesting stories [such as this](https://twitter.com/LinuxHandbook/status/1754392486657798198?ref=linuxhandbook.com). It's a mix of fun and learning, infotainment.

I plan to do the same on LinkedIn now. Do give us a follow if you use LinkedIn 🤘

**💭 What do you get in this edition of LHB Linux Digest:**

- Disk management tips and tools
- LVM and Loop Device tips
- Tools and memes for Linux lovers

## ✨ Sponsor: Warp Terminal

Modern terminal for modern users. With IDE-like features and a built-in AI assistant, Warp is to the command line what VS Code is to coding. [Warp](https://www.warp.dev/linux-terminal?utm%5Fsource=its%5Ffoss&utm%5Fmedium=newsletter&utm%5Fcampaign=linux%5Flaunch) is now available for Linux.

[Warp: Your terminal, reimaginedWarp is a modern, Rust-based terminal with AI built in so you and your team can build great software, faster. Now available on MacOS and Linux.![](https://assets-global.website-files.com/64b6f3636f598299028e8577/64b6ff9f4bb4e174f770ceb1_Favicon%20-%20Warp.png)![](https://assets-global.website-files.com/64b6f3636f598299028e8577/65e9e05ad9eac1a75a013321_open-graph%20(3).jpg)](https://www.warp.dev/?utm%5Fsource=linux%5Fhandbook&utm%5Fmedium=newsletter&utm%5Fcampaign=linux%5Flaunch)

---

## 📖 Manage Disk and handle partitions

Discover the essential commands for [disk management, partition handling](https://linuxhandbook.com/disk-commands/), filesystem creation, and filesystem checking in this section.

[Disk Management CommandsYour Linux system may have multiple disks (HDD or SSD). These disks may be divided into partitions. The partitions are generally called devices in Linux. The commands mentioned in this section deals with disk management, partition handling, filesystem creation and filesystem checking. You’ll learn about the following commands: Command Description![](https://linuxhandbook.com/content/images/size/w256h256/2021/08/Linux-Handbook-New-Logo.png)Linux HandbookAbhishek Prakash![](https://linuxhandbook.com/content/images/2023/09/file-management-linux-commands.png)](https://linuxhandbook.com/disk-commands/)

UUID is a property of disk partitions used to uniquely identify them. It crucial while managing servers with hundreds of drives.

[How to Get the UUID of a Disk Partition in LinuxUUID is a property of disk partitions used to uniquely identify them. Here are various ways to get the UUID of a disk partition in the Linux command line.![](https://linuxhandbook.com/content/images/size/w256h256/2021/08/Linux-Handbook-New-Logo.png)Linux HandbookSagar Sharma![](https://linuxhandbook.com/content/images/2022/11/get-uuid-of-a-disk-partition.png)](https://linuxhandbook.com/get-uuid-disk/)

Want to make changes to your Linux Server's partition scheme? Here's how!

[How to Change the Partition Scheme on Your Linux VPS ServerThis tutorial focuses on Virtual Private Servers as a practical use case, but it’s also a guide on how to reduce a partition size on any (Debian) Linux machine via the command line.![](https://linuxhandbook.com/content/images/size/w256h256/2021/08/Linux-Handbook-New-Logo.png)Linux HandbookLHB Community![](https://linuxhandbook.com/content/images/2021/11/partition-vps-server-1.png)](https://linuxhandbook.com/change-partition-scheme-vps-server/)

---

## **📚 LVM Tutorials**

Disk management in Linux environments using LVM provides a high-level view of the structure of disks present on a system. This gives much more flexibility in allocating storage to applications and users.

[Efficient Block Device Management with LVMLearn to manage block devices with LVM in this practical, hands-on approach guide.![](https://linuxhandbook.com/content/images/size/w256h256/2021/08/Linux-Handbook-New-Logo.png)Linux HandbookLHB Community![](https://linuxhandbook.com/content/images/2024/03/lvm-block-management.png)](https://linuxhandbook.com/lvm-block-device-management/)

Are you confused about what LVM is? Here is a beginner's guide for you!

[Complete Beginner’s Guide to LVM in Linux \[With Hands-on\]Everything necessary you need to know and learn about the logical volume management in Linux.![](https://linuxhandbook.com/content/images/size/w256h256/2021/08/Linux-Handbook-New-Logo.png)Linux HandbookDebdut Chakraborty![](https://linuxhandbook.com/content/images/2021/05/Linux-LVM-Guide.jpg)](https://linuxhandbook.com/lvm-guide/)

Linux users can have a virtual block device called a "loop device" that maps a normal file to a virtual block, making it ideal for tasks related to isolating processes.

[Create Virtual Block (Loop Device) on LinuxLoop device is getting popular in Linux, specially for isolation. Here’s a quick guide on creating loop devices on Linux.![](https://linuxhandbook.com/content/images/size/w256h256/2021/08/Linux-Handbook-New-Logo.png)Linux HandbookSagar Sharma![](https://linuxhandbook.com/content/images/2022/10/create-virtual-block-device.png)](https://linuxhandbook.com/create-virtual-block-device/)

📣

We are now also [covering Go scripting topic](https://linuxhandbook.com/tag/go/) as it is popular among DevOps folks.

## **💡Quick Terminal tip**

You can remove empty directory recursively using the find command **(don't do it blindly)**:

```
find . -type d -empty -delete
```

![](https://linuxhandbook.com/content/images/2024/05/remove-empty-dir-recursive.gif)

---

## 📰 Linux news that matters

- Cloudron, a platform that makes it easy to run web apps on your server [released Cloudron 7.7](https://blog.cloudron.io/cloudron-7-7-released/?ref=linuxhandbook.com).
- [Proxmox VE 8.2, first big dot release](https://www.servethehome.com/proxmox-ve-8-2-is-out-with-new-updates/?ref=linuxhandbook.com), is more like a maintenance release.
- [HashiCorp joins IBM](https://www.hashicorp.com/blog/hashicorp-joins-ibm?ref=linuxhandbook.com), aiming to accelerate multi-cloud automation.

---

## **🛠️ Nifty tool**

Want to easily gather info on your filesystems? Check out this cool Linux utility that's even better than 'df'! 

[GitHub - Canop/dysk: A linux utility to get information on filesystems, like df but betterA linux utility to get information on filesystems, like df but better - Canop/dysk![](https://github.githubassets.com/assets/pinned-octocat-093da3e6fa40.svg)GitHubCanop![](https://opengraph.githubassets.com/dd9b4c45c72dd1e272229cd9f7eb64736565cf2338701eb8ab550320149bb538/Canop/dysk)](https://github.com/Canop/dysk?ref=linuxhandbook.com)

---

## 😂 Geek humor

![](https://linuxhandbook.com/content/images/2024/05/meme-lhb.jpg)

## 🔜 Soon on LHB...

The next course in our Cloud Bootcamp will be either Python or Docker. Both are a work in progress and one of them is likely to be published this month. 

And yes, it will be available to Pro members only. Get the [Pro membership](https://linuxhandbook.com/#/portal/signup) today.

---

## 💌 Like the LHB Linux Digest newsletter?

You can **encourage others to** subscribe to this newsletter. ([From here](https://linuxhandbook.com/newsletter/))

[Become a Pro member](https://linuxhandbook.com/#/portal/signup) and enjoy unlimited access to our [eBooks](https://linuxhandbook.com/ebooks/), [courses](https://linuxhandbook.com/courses/) and in-depth tutorials.

**Missed the previous editions?** You can [access the newsletter archives.](https://linuxhandbook.com/newsletter/)

You may also [contribute to Linux Handbook](https://linuxhandbook.com/write-for-us/) and share your experience and expertise with the community.

I like reading your messages, so just hit the reply button and share your thoughts 😄