mirror of https://github.com/digint/btrbk
documentation: README.md: rephrase note on ubuntu @subvol notation
parent
712910b440
commit
2616028326
|
@ -100,10 +100,10 @@ your root filesystem `/`.
|
|||
|
||||
/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.
|
||||
Note that some default btrfs installations (e.g. Ubuntu) use subvolume
|
||||
names `@` for rootfs (mounted at `/`) and `@home` for `/home`, as a
|
||||
naming convention. If this is the case on your file system, replace
|
||||
the `subvolume` delcarations in the examples accordingly.
|
||||
|
||||
[btrbk.conf(5)]: https://digint.ch/btrbk/doc/btrbk.conf.5.html
|
||||
|
||||
|
|
Loading…
Reference in New Issue