diff files/fstab/ditto @ 157:31aaf8f359f9

share photoprism disk to ditto
author drewp@bigasterisk.com
date Thu, 16 Mar 2023 17:45:20 -0700
parents
children 5518f545e9e6
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/files/fstab/ditto	Thu Mar 16 17:45:20 2023 -0700
@@ -0,0 +1,17 @@
+# written by pyinfra
+
+
+#
+# Use 'blkid' to print the universally unique identifier for a
+# device; this may be used with UUID= as a more robust way to name devices
+# that works even if disks are added and removed. See fstab(5).
+#
+# <file system> <mount point>   <type>  <options>       <dump>  <pass>
+# / was on /dev/nvme0n1p2 during curtin installation
+/dev/disk/by-uuid/6e64ce62-34db-4084-9385-d001e99ad38b / ext4 defaults 0 1
+# /boot/efi was on /dev/nvme0n1p1 during curtin installation
+/dev/disk/by-uuid/3F95-42F4 /boot/efi vfat defaults 0 1
+/swap.img	none	swap	sw	0	0
+
+bang5:/stor6/my      /my         nfs defaults 0 0
+bang5:/d4/photoprism /photoprism nfs defaults 0 0