summaryrefslogtreecommitdiff
path: root/topics/systems
diff options
context:
space:
mode:
authorPjotr Prins2024-11-19 09:33:35 +0100
committerPjotr Prins2024-11-19 09:33:35 +0100
commit5bbaa5be3df32fdcd853528f42a3faf29b5242ae (patch)
treed394c3dd6c7af2fce225503a32fd77c09a9ad6f8 /topics/systems
parentd043c8035aaec2e9cd02954410483c4b4373cc79 (diff)
downloadgn-gemtext-5bbaa5be3df32fdcd853528f42a3faf29b5242ae.tar.gz
Added a note on running e2fsck after a new partition copy
Diffstat (limited to 'topics/systems')
-rw-r--r--topics/systems/linux/add-boot-partition.gmi2
1 files changed, 1 insertions, 1 deletions
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).