From fb792f67a3bcbac25c8c2d275bdd192b3800413e Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Fri, 16 Apr 2021 14:56:28 +0200 Subject: [PATCH] documentation: README.md: mention common subvol naming --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3a62690..85628a4 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,11 @@ root subvolume, which always has `subvolid=5`. /dev/sda1 /mnt/btr_pool btrfs subvolid=5,noatime 0 0 +Note that many linux distributions use subvolume names `@` for rootfs +(mounted at `/`) and `@home` for `/home`. If this is the case on your +file system, replace the subvolume options in the examples +accordingly. + [btrbk.conf(5)]: https://digint.ch/btrbk/doc/btrbk.conf.5.html