From 991ec99ae6d3c783a1d97e48fb9c8c9fa1f2ecf7 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Wed, 25 Aug 2021 13:54:41 +0000 Subject: [PATCH] updated how-to-make-multiple-parttions-on-root-device.md --- aws/how-to-make-multiple-parttions-on-root-device.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aws/how-to-make-multiple-parttions-on-root-device.md b/aws/how-to-make-multiple-parttions-on-root-device.md index 84ef085..4e054eb 100644 --- a/aws/how-to-make-multiple-parttions-on-root-device.md +++ b/aws/how-to-make-multiple-parttions-on-root-device.md @@ -207,6 +207,9 @@ tmpfs 100692 0 100692 0% /run/user/0 ``` You may enable the swap in the swap partition. If you don't need it, you can change the partition type and format it to a normal file system. You are free to use /dev/xvda3 the way you like. +## Summary +- Copy everything from the standard volume to one of the partitions of the new volume +- Update the boot loader and fstab ## TODO automate the entire process with the AWS CLI or other tools.