From 394ef693d9227a8b84562ed08b9ce52e1236130d Mon Sep 17 00:00:00 2001 From: Cerem Cem ASLAN Date: Sat, 29 Apr 2017 19:49:54 +0300 Subject: [PATCH] cleanup process is safer --- doc/FAQ.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/FAQ.md b/doc/FAQ.md index a0bf4b3..60d1b71 100644 --- a/doc/FAQ.md +++ b/doc/FAQ.md @@ -193,7 +193,13 @@ In other words, delete any folders in `/mnt/btr_pool` that are **NOT LISTED** by `btrfs subvolume list -a /mnt/btr_pool`: # cd /mnt/btr_pool - # rm -rf bin sbin usr lib var ... + # mkdir TO_BE_REMOVED + # mv bin sbin usr lib var ... TO_BE_REMOVED + +Then reboot. If everything went OK, then remove the directory: + + # cd /mnt/btr_pool + # rm -rf TO_BE_REMOVED What is the most efficient way to clone btrfs storage?