From 5bbaa5be3df32fdcd853528f42a3faf29b5242ae Mon Sep 17 00:00:00 2001
From: Pjotr Prins
Date: Tue, 19 Nov 2024 09:33:35 +0100
Subject: Added a note on running e2fsck after a new partition copy

---
 topics/systems/linux/add-boot-partition.gmi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'topics/systems/linux')

diff --git a/topics/systems/linux/add-boot-partition.gmi b/topics/systems/linux/add-boot-partition.gmi
index 17daeb6..564e044 100644
--- a/topics/systems/linux/add-boot-partition.gmi
+++ b/topics/systems/linux/add-boot-partition.gmi
@@ -49,4 +49,4 @@ root@tux05:/home/wrk# dd if=/dev/sda1 of=/dev/sdb1
 root@tux05:/home/wrk# dd if=/dev/sda2 of=/dev/sdb2
 ```
 
-Next, test mount the dirs and reboot.
+Next, test mount the dirs and reboot. You make want to run e2fsck and resize2fs on the new partitions (or their equivalent if you use xfs or something).
-- 
cgit v1.2.3