Mercurial > code > home > repos > infra
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 |
rev | line source |
---|---|
12 | 1 # written by pyinfra |
2 | |
1 | 3 # <file system> <mount point> <type> <options> <dump> <pass> |
4 /dev/disk/by-uuid/8c7a2d08-60d1-486a-8136-d9f43d83a064 / ext4 relatime 0 0 | |
63 | 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 | 8 ditto5:/my /my nfs rw,noatime 0 0 |