annotate files/fstab/ditto @ 234:3f7ebff619e3
much faster `inv all` since pyinfra bug was fixed
author |
drewp@bigasterisk.com |
date |
Sun, 29 Oct 2023 21:27:10 -0700 |
parents |
0d37dde619d0 |
children |
9dee7fd80c52 |
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
|
|
12
|
|
13 bang5:/d4/photoprism /photoprism nfs defaults 0 0
|