From 32237418c260d89e7f076842e044f5674e47077f Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Fri, 31 Dec 2021 15:45:28 -0500 Subject: [PATCH] systemctl notes --- hard_disks.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hard_disks.md b/hard_disks.md index 21d57eb..6aab7d2 100644 --- a/hard_disks.md +++ b/hard_disks.md @@ -14,4 +14,5 @@ Mounting the new VD * create an access folder, maybe at //mnt/backup * run the mount `mount /dev/sdb1 /mnt/backup` * edit fstab by adding - //dev/sda1 /mnt/backup ext4 defaults 1 2 + //dev/sdb1 /mnt/backup ext4 defaults 1 2 +* somehow in the process an new systemctl service module is loaded based on fstab at runs at boot