LVM
Raid
Storage Encryption
LVM: Working with Logical Volume Management
How to create, manage, and optimize logical volumes on Linux systems using LVM for flexible storage …
Optimizing Hard Disk Performance on Linux
This guide explains how to optimize disk performance on Linux, covering both mechanical hard drives …
Foremost: Recover Deleted Data
How to use the Foremost forensic tool to recover deleted files based on their headers, footers, and …
Clone a Hard Drive
Various methods to clone hard drives in Linux systems including dd, cat, partimage, and over network …
ACL: Implementing NT-type Permissions on Linux
Learn how to implement NT-type permissions (ACLs) on Linux systems to extend file access control …
AutoSSH: Automatically Reconnect SSH Tunnels
Learn how to use AutoSSH to maintain persistent SSH tunnels that automatically reconnect if the …
Parted: Solving Partitioning Problems on Large Filesystems
Guide on how to use the Parted tool to solve partitioning issues with large filesystems and disks …
BTRFS: Using the Ext4 Replacement
Learn how to use BTRFS filesystem, the replacement for ExtX, including creating partitions, …
Tmpfs: RAM filesystem or how to write to RAM
A guide on how to create and use a temporary filesystem in RAM for fast access and temporary storage
ZFS On Linux: Setting up ZFS on Linux
A guide to installing and configuring ZFS filesystem on Linux distributions, including Ubuntu and …
Smartmontools: Hard Drive Monitoring
How to install and configure Smartmontools to monitor hard drive health and performance on various …
Scalpel: Recovering Deleted Data
How to use Scalpel tool to recover deleted files and folders from your hard drive.
Limiting I/O usage by an application
Learn how to identify and limit I/O usage by applications to improve system performance and …
SWAP: Creating Dynamic Swap
Guide on how to create and manage dynamic swap space in Linux through partition-based and …
Filesystem Conversion
Guide on how to convert filesystems without reformatting, focusing on converting from ext3 to ext4.
No space left on device while there is space available
How to troubleshoot 'No space left on device' errors when disk space seems available by checking …
Incron: Execute Automatic Actions When File States Change
Guide on using Incron (file trigger system) to execute automatic actions when file states change in …
Setting up quotas on Linux
A guide on how to implement and manage disk quotas on Linux systems to control user disk space …
Anatomy of a Linux Filesystem
Documentation explaining how Linux filesystems work and their structure
AutoFsck: Changing Filesystem Checks on Ubuntu
Learn how to modify filesystem check behavior in Ubuntu using AutoFsck to make them run during …
TestDisk: Recovering Lost Data
A guide on how to recover lost data using TestDisk tool
Creating Blank Images for Testing Filesystems
How to create blank disk images to safely test filesystems without risking your existing partitions
Ext3: Resize partitions without data loss
How to resize Ext3 partitions without data loss, including instructions and procedures to safely …
Hdparm: Optimizing Disk Access
How to optimize disk and optical drive performance on Linux systems using hdparm utility.
FUSE: Unable to Mount Disks Due to /dev/fuse
How to solve the FUSE disk mounting issue when /dev/fuse is missing.