Mercurial > code > home > repos > infra
annotate files/fstab/ditto @ 300:e9950e0185b0
more hosts
author | drewp@bigasterisk.com |
---|---|
date | Wed, 07 Aug 2024 00:58:20 -0700 |
parents | 7f79cbbb6f24 |
children |
rev | line source |
---|---|
157 | 1 # written by pyinfra |
2 | |
3 | |
4 # | |
5 # Use 'blkid' to print the universally unique identifier for a | |
6 # device; this may be used with UUID= as a more robust way to name devices | |
7 # that works even if disks are added and removed. See fstab(5). | |
8 # | |
9 # <file system> <mount point> <type> <options> <dump> <pass> | |
10 /dev/disk/by-uuid/6e64ce62-34db-4084-9385-d001e99ad38b / ext4 defaults 0 1 | |
11 /dev/disk/by-uuid/3F95-42F4 /boot/efi vfat defaults 0 1 | |
266 | 12 /dev/disk/by-uuid/74795c77-ed20-417d-988a-abc09c3dfc27 /d2 ext4 defaults 0 1 |
157 | 13 |
245 | 14 |