diff options
| author | seraphim <18ycm9tx@anonaddy.me> | 2026-08-19 18:01:50 +0700 |
|---|---|---|
| committer | seraphim <18ycm9tx@anonaddy.me> | 2026-08-19 18:01:50 +0700 |
| commit | 2fb65d44a863ca1f527121d882e20de679cbadab (patch) | |
| tree | c096b66d6e7744148e9919468e2b4f4c4008f121 /fstab | |
| parent | 0abf459132df253efbf53815cc2a5ba89aaf22b3 (diff) | |
-
Diffstat (limited to 'fstab')
| -rw-r--r-- | fstab/etc/fstab | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/fstab/etc/fstab b/fstab/etc/fstab new file mode 100644 index 0000000..d1b4bb8 --- /dev/null +++ b/fstab/etc/fstab @@ -0,0 +1,8 @@ +/dev/nvme0n1p1 /efi vfat umask=0077 0 2 +/dev/nvme0n1p2 none swap sw 0 0 +/dev/nvme0n1p3 / btrfs subvol=@,compress=zstd:3 0 0 +/dev/nvme0n1p3 /home btrfs subvol=@home,compress=zstd:3 0 0 +/dev/nvme0n1p3 /.snapshots btrfs subvol=@snapshots,compress=zstd:3 0 0 +/dev/nvme0n1p3 /var/db/repos/gentoo btrfs subvol=@portage,compress=zstd:3 0 0 +tmpfs /var/tmp/portage tmpfs size=20G,uid=portage,gid=portage,mode=775,nosuid,noatime,nodev 0 0 +UUID=f85dbdb4-cd5d-48b5-8f04-973c0f2f91f6 /mnt/giga ext4 defaults 0 2 |
