31 lines
775 B
Markdown
31 lines
775 B
Markdown
---
|
|
tags:
|
|
- freebsd
|
|
- homelab
|
|
---
|
|
# Vorke mini pc
|
|
|
|
* clean install newest Debian on m2-ssd
|
|
* btrfs data volume on `/data` (intel 512GB SSD)
|
|
* `/data`
|
|
* `btrfs subvolume create --parents /path/to/subvolume`
|
|
* `/data/services/docker`
|
|
* `/data/services/syncthing`
|
|
* apt packages
|
|
* btrfs-progs
|
|
* neovim
|
|
* silversearcher-ag
|
|
* docker (custom apt repo)
|
|
|
|
BTRFS subvolume mount
|
|
|
|
* `/var/lib/docker/` -> `/data/services/docker`
|
|
* https://man.archlinux.org/man/btrfs.5#subvolid=_subvolid_
|
|
* https://wiki.archlinux.org/title/Btrfs#Mounting_subvolumes
|
|
|
|
See information
|
|
|
|
* https://wiki.archlinux.org/title/Btrfs
|
|
* https://docs.docker.com/engine/install/debian/
|
|
* https://docs.docker.com/engine/storage/drivers/btrfs-driver/
|
|
* https://man.archlinux.org/man/btrfs.5#MOUNT_OPTIONS |