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
|