mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 19:40:55 +00:00
Proper table.
This commit is contained in:
parent
941d7cf1ae
commit
56e6e8f166
1 changed files with 7 additions and 6 deletions
13
README.md
13
README.md
|
|
@ -31,12 +31,13 @@ The **partitions layout** is simple and it's inspired by [this section](https://
|
||||||
|
|
||||||
### BTRFS subvolumes layout
|
### BTRFS subvolumes layout
|
||||||
|
|
||||||
| Subvolume Number | Subvolume Name | Mountpoint |
|
| Subvolume Number | Subvolume Name | Mountpoint |
|
||||||
|------------------|----------------|------------------|
|
|------------------|----------------|-------------------------------|
|
||||||
| 1 | @ | / |
|
| 1 | @ | / |
|
||||||
| 2 | @home | /home |
|
| 2 | @home | /home |
|
||||||
| 3 | @snapshots | /.snapshots |
|
| 3 | @snapshots | /.snapshots |
|
||||||
| 4 | @var_log | /var/log |
|
| 4 | @var_log | /var/log |
|
||||||
|
| 5 | @var_pkgs | /var/cache/pacman/pkg |
|
||||||
|
|
||||||
The **BTRFS subvolumes layout** follows the traditional and suggested layout used by **Snapper**, you can find it [here](https://wiki.archlinux.org/index.php/Snapper#Suggested_filesystem_layout). Here's a brief explanation of the **BTRFS layout** I chose:
|
The **BTRFS subvolumes layout** follows the traditional and suggested layout used by **Snapper**, you can find it [here](https://wiki.archlinux.org/index.php/Snapper#Suggested_filesystem_layout). Here's a brief explanation of the **BTRFS layout** I chose:
|
||||||
1. `@` mounted at `/`.
|
1. `@` mounted at `/`.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue