Why I Didn’t Convert My Primary Workstation to BtrFS
When I started writing this series about the BtrFS filesystem, I fully intended to migrate my primary workstation from EXT4 so that I could get...
Converting to BtrFS — Episode 5
The previous step in conversion of my main test computer from EXT4 filesystems on a Logical Volume Manager (LVM) base, to BtrFS is complete. It...
Introduction to the BtrFS Filesystem
Over the nearly 30 years I have been using Linux, the default filesystem for Red Hat Linux (not RHEL) and Fedora, the EXT series of...
Quick Tip for umount
Sometimes learning a new thing can be the result of my innate curiosity.
The Truth About Disk Fragmentation
Modern Linux filesystems make defragmentation irrelevant for most of us.
Converting to BtrFS — Episode 4
In the 3rd episode of this series, I used the btrfs-convert command to convert the EXT4 filesystem on an LVM base to BtrFS on LVM....
Everything you never wanted to know about the /etc/fstab File
Mounting of filesystems during the startup process is managed by the /etc/fstab configuration file.
The secret to fixing a mangled filesystem
Modern computers and the storage devices we use in them, both HDDs and SSDs, are quite resilient. It's seldom that a power failure, tripping over...
Converting to BtrFS — Episode 3
It worked — sort of.
Converting to BtrFS — Episode 2
I’ve started testing.
Commands I use to explore Linux filesystems
As a SysAdmin, I need to manage the filesystems on the hosts in my home lab. There's usually little to do, but when there is...
Converting to BtrFS — Episode 1
It’s not going well.
Fedora 43 — A Second Look
I've been using Fedora 43 for a little over 3 days, since Tuesday, and I'm quite happy with it on all my systems. However, I've...
The Linux Philosophy for SysAdmins, Tenet 12 — Use separate filesystems for data
Author’s note: This article is excerpted in part from chapter 14 of my book, The Linux Philosophy for SysAdmins, with changes. There is a lot...
How I use SSHFS to access remote filesystems
I've taken a lot of digital pictures over the years, and scanned a bunch more prints into digital format. I've also collected a good number...
The Linux Philosophy for SysAdmins, Tenet 04 — Use the Linux FHS
The Linux Filesystem Hierarchical Standard (FHS) defines the structure of the Linux directory tree. It names a set of standard directories and designates their purposes.