Skip to main content
Newsletter

LHB Linux Digest #24.08: Disk Management Tips, LVM, Go and More

This newsletter focuses on disk management in Linux.

Abhishek Prakash

Warp Terminal

Linux Handbook is now on LinkedIn, too 🎊

Linux Handbook has been more prominent on Twitter. We have over 118,000 followers there and that's not a small feat.

Apart from the regular quick Linux tips, I also share interesting stories such as this. 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 is now available for Linux.

Warp: Your terminal, reimagined
Warp 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.

📖 Manage Disk and handle partitions

Discover the essential commands for disk management, partition handling, filesystem creation, and filesystem checking in this section.

Disk Management Commands
Your 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

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 Linux
UUID 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.

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

How to Change the Partition Scheme on Your Linux VPS Server
This 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.

📚 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 LVM
Learn to manage block devices with LVM in this practical, hands-on approach guide.

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.

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 Linux
Loop device is getting popular in Linux, specially for isolation. Here’s a quick guide on creating loop devices on Linux.
📣
We are now also covering Go scripting topic 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

📰 Linux news that matters


🛠️ 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 better
A linux utility to get information on filesystems, like df but better - Canop/dysk

😂 Geek humor

🔜 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 today.


💌 Like the LHB Linux Digest newsletter?

You can encourage others to subscribe to this newsletter. (From here)

Become a Pro member and enjoy unlimited access to our eBooks, courses and in-depth tutorials.

Missed the previous editions? You can access the newsletter archives.

You may also contribute to Linux Handbook and share your experience and expertise with the community.

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

Abhishek Prakash