Skip to content

Instantly share code, notes, and snippets.

@bartprokop
Last active May 17, 2022 21:45
Show Gist options
  • Save bartprokop/52ad989d160989cadfd1114d6b709268 to your computer and use it in GitHub Desktop.
Save bartprokop/52ad989d160989cadfd1114d6b709268 to your computer and use it in GitHub Desktop.
Arch Linux NAS setup
# btrfs subvolume create svols/media
#
[media]
comment = Music, Video and so on
path = /mnt/t20raid/media
public = yes
only guest = yes
writable = yes
[snaps-root]
comment = ROOT snapshots
path = /mnt/t20root/snaps
public = yes
writable = no
[snaps-raid]
comment = RAID snapshots
path = /mnt/t20raid/snaps
public = yes
writable = no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment