Last active
May 17, 2022 21:45
-
-
Save bartprokop/52ad989d160989cadfd1114d6b709268 to your computer and use it in GitHub Desktop.
Arch Linux NAS setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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