annotate files/fstab/dash @ 240:b58f05be720a

updates for new ubuntu 23.10 install
author drewp@bigasterisk.com
date Mon, 11 Dec 2023 21:22:12 -0800
parents 68ae9e8d9239
children ff36727f3a10
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
12
15c5ce7c74b5 refactor, cleanup, split large deploys
drewp@bigasterisk.com
parents: 10
diff changeset
1 # written by pyinfra
15c5ce7c74b5 refactor, cleanup, split large deploys
drewp@bigasterisk.com
parents: 10
diff changeset
2
10
1fec9fe18a4e more system.py cleanup; add pi /boot/config.txt
drewp@bigasterisk.com
parents:
diff changeset
3 # <file system> <mount point> <type> <options> <dump> <pass>
240
b58f05be720a updates for new ubuntu 23.10 install
drewp@bigasterisk.com
parents: 199
diff changeset
4 /dev/disk/by-uuid/d8d23ff1-7c37-4a7d-9fc4-55fc61f912a0 / ext4 defaults 0 1
b58f05be720a updates for new ubuntu 23.10 install
drewp@bigasterisk.com
parents: 199
diff changeset
5 /dev/disk/by-uuid/CB55-821E /boot/efi vfat defaults 0 1
b58f05be720a updates for new ubuntu 23.10 install
drewp@bigasterisk.com
parents: 199
diff changeset
6
b58f05be720a updates for new ubuntu 23.10 install
drewp@bigasterisk.com
parents: 199
diff changeset
7 #UUID=6cae1c30-3c91-4aa7-9e9f-fcbd7ff706fe / ext4 errors=remount-ro 0 1
b58f05be720a updates for new ubuntu 23.10 install
drewp@bigasterisk.com
parents: 199
diff changeset
8 #UUID=b88f75cd-9022-4af9-a11b-5a5a1fbd3132 /d2 ext4 defaults 0 0
b58f05be720a updates for new ubuntu 23.10 install
drewp@bigasterisk.com
parents: 199
diff changeset
9 #UUID=3b6780e0-ec86-43be-8d09-e462dbad762e /d3 ext4 defaults 0 0
b58f05be720a updates for new ubuntu 23.10 install
drewp@bigasterisk.com
parents: 199
diff changeset
10 #UUID=73bcd201-5f77-4f68-9fba-47835c3c1692 /d4 ext4 defaults 0 0
194
0d37dde619d0 zfs now serving from ditto, new pool is stor7
drewp@bigasterisk.com
parents: 115
diff changeset
11 #/swap.img none swap sw 0 0
0d37dde619d0 zfs now serving from ditto, new pool is stor7
drewp@bigasterisk.com
parents: 115
diff changeset
12
199
68ae9e8d9239 nfs options
drewp@bigasterisk.com
parents: 194
diff changeset
13 ditto5:/my /my nfs rw,noatime 0 0