diff options
| author | 2025-06-03 10:30:38 -0400 | |
|---|---|---|
| committer | 2025-06-03 10:30:38 -0400 | |
| commit | 68f39eb867c851acb651f79604aba119ecaa9527 (patch) | |
| tree | 856a3de46de8196736a8fd4c59395d7192aa8353 /hosts/iroha/fstab | |
| parent | a28487fe6fbac72c7b1a752acab42dcc6ab46476 (diff) | |
| download | dotfiles-68f39eb867c851acb651f79604aba119ecaa9527.tar.gz dotfiles-68f39eb867c851acb651f79604aba119ecaa9527.tar.bz2 dotfiles-68f39eb867c851acb651f79604aba119ecaa9527.zip | |
Add some gentoo stuff and update cgit
Diffstat (limited to 'hosts/iroha/fstab')
| -rw-r--r-- | hosts/iroha/fstab | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/hosts/iroha/fstab b/hosts/iroha/fstab new file mode 100644 index 0000000..3a5a64e --- /dev/null +++ b/hosts/iroha/fstab @@ -0,0 +1,10 @@ +/dev/iroha-vg0/root / ext4 noatime 0 1 +UUID="0170-0D7B" /boot vfat defaults,noatime 0 2 +/dev/iroha-vg0/swap none swap sw 0 0 + +UUID="e339ba64-d4ee-44e1-856a-80812fd72960" /mnt/hdd ext4 noatime 0 2 +UUID="88a11ddb-a1ef-4953-bc27-39e358e4c1c4" /mnt/ssd ext4 noatime 0 2 + +tmpfs /var/tmp/portage tmpfs size=16G,uid=portage,gid=portage,mode=775 0 0 + +#hugetlbfs /hugepages hugetlbfs mode=1770,gid=78 0 0 |