From f58fe6f3df6575c8b5b94a371c2f67640cd491b8 Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Wed, 10 Jun 2015 11:24:14 +0200 Subject: [PATCH] documentation: doc/FAQ.md: fixed mistakes, cleanup markdown (thanks Bernd) --- doc/FAQ.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/doc/FAQ.md b/doc/FAQ.md index cff3597..075b901 100644 --- a/doc/FAQ.md +++ b/doc/FAQ.md @@ -66,20 +66,19 @@ Note that this command does NOT make any physical copy of the files of your subvolumes within "/", it will only add some metadata. -## Step 2: make sure that `/rootfs/etc/fstab` is ok. +## Step 2: make sure that "/rootfs/etc/fstab" is ok. Add mount point for subvolid=0 to fstab, something like this: -/etc/fstab: +/rootfs/etc/fstab: /dev/sda1 /mnt/btr_pool btrfs subvolid=0,noatime 0 0 ## Step 3: boot from the new subvolume "rootfs". -Either: -- add `rootflags=subvol=rootfs` to grub.cfg -- set subvolume "rootfs" as default: +Either add `rootflags=subvol=rootfs` to grub.cfg, or set subvolume +"rootfs" as default: # btrfs subvolume set-default / @@ -102,7 +101,7 @@ This means that the root volume (subvolid=0) is correctly mounted. -#### Step 5: delete old (duplicate) files +## Step 5: delete old (duplicate) files Carefully delete all old files from `/mnt/btr_pool`, except "rootfs" and all other subvolumes within "/". You can list all these by typing: