annotate files/fstab/bang @ 279:1cb4aeec8fc6

pi_setup code to prepare a pi for netboot
author drewp@bigasterisk.com
date Sun, 14 Apr 2024 20:54:35 -0700
parents 68ae9e8d9239
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
12
15c5ce7c74b5 refactor, cleanup, split large deploys
drewp@bigasterisk.com
parents: 1
diff changeset
1 # written by pyinfra
15c5ce7c74b5 refactor, cleanup, split large deploys
drewp@bigasterisk.com
parents: 1
diff changeset
2
1
b664f1027992 system.py port from ansible
drewp@bigasterisk.com
parents:
diff changeset
3 # <file system> <mount point> <type> <options> <dump> <pass>
b664f1027992 system.py port from ansible
drewp@bigasterisk.com
parents:
diff changeset
4 /dev/disk/by-uuid/8c7a2d08-60d1-486a-8136-d9f43d83a064 / ext4 relatime 0 0
63
51723e168cc8 new disk on bang
drewp@bigasterisk.com
parents: 12
diff changeset
5 /dev/disk/by-uuid/d9a1e1e4-9eba-4988-8b01-c5f6732a2972 /d3 ext4 noatime 0 0
176
246ff27ae635 bind mount experiment, which failed because there are further mounts inside /my
drewp@bigasterisk.com
parents: 63
diff changeset
6 /dev/disk/by-partuuid/77687eec-15bf-9345-b420-bb83659e6a6b /d4 ext4 noatime 0 0
246ff27ae635 bind mount experiment, which failed because there are further mounts inside /my
drewp@bigasterisk.com
parents: 63
diff changeset
7
199
68ae9e8d9239 nfs options
drewp@bigasterisk.com
parents: 194
diff changeset
8 ditto5:/my /my nfs rw,noatime 0 0