fs (2766B)
1 / 2 source=/dev/mapper/vg-alpine_root 3 type=xfs 4 options=noatime,nosuid 5 premounted=true 6 down=readonly 7 bundles=ok-localmount 8 9 /sys 10 source=sysfs 11 type=sysfs 12 bundles=mount-sysinit 13 down=keep 14 15 /proc 16 source=proc 17 type=proc 18 bundles=mount-sysinit 19 down=keep 20 21 /dev 22 source=devtmpfs 23 type=devtmpfs 24 options=rw,nosuid 25 bundles=mount-sysinit 26 down=keep 27 # premounted=true 28 29 /dev/pts 30 source=devpts 31 type=devpts 32 options=rw,relatime,mode=600,ptmxmode=000 33 bundles=mount-sysinit 34 down=keep 35 36 /dev/shm 37 source=shm 38 type=tmpfs 39 options=rw,nosuid,nodev,relatime 40 bundles=mount-sysinit 41 down=keep 42 43 /dev/mqueue 44 source=mqueue 45 mkdir=true 46 type=mqueue 47 options=rw,nosuid,nodev,noexec 48 bundles=mount-sysinit 49 down=keep 50 51 # ... managed by s-l-i 52 #/run 53 # source=tmpfs 54 # type=tmpfs 55 # options=rw,nosuid,nodev,mode=755 56 57 58 /run/cgroup2 59 source=none 60 type=cgroup2 61 mkdir=true 62 bundles=mount-sysinit 63 # override dependency on rootfs as /run is always rw 64 dependencies= 65 66 # --- 67 68 #none 69 # source=/dev/mapper/vg-swap 70 # type=swap 71 # options=defaults 72 73 /boot 74 source=/dev/sda1 75 type=ext3 76 options=ro,nosuid 77 bundles=ok-localmount 78 79 /home 80 source=/dev/mapper/vg-home 81 type=ext4 82 options=noatime,nosuid 83 bundles=ok-localmount 84 85 /mnt/sysrcd 86 source=/boot/sysrcd.dat 87 type=squashfs 88 options=ro,loop,nosuid 89 bundles=ok-localmount 90 91 /mnt/mmc 92 source=/dev/mmcblk0p1 93 type=vfat 94 options=ro,iocharset=utf8 95 bundles=ok-localmount 96 97 /mnt/volumes/video 98 source=/dev/mapper/vg-video 99 type=xfs 100 options=noatime,nosuid 101 bundles=ok-localmount 102 103 /mnt/volumes/audio 104 source=/dev/mapper/vg-audio 105 type=xfs 106 options=noatime,nosuid 107 bundles=ok-localmount 108 109 /mnt/volumes/photos 110 source=/dev/mapper/vg-photos 111 type=xfs 112 options=noatime,nosuid 113 bundles=ok-localmount 114 115 /var/lib/syncthing 116 source=/dev/mapper/vg-syncthing 117 type=xfs 118 options=noatime,nosuid 119 bundles=ok-localmount 120 121 /mnt/volumes/containers 122 source=/dev/mapper/vg-containers 123 type=xfs 124 options=nosuid,noatime 125 bundles=ok-localmount 126 127 /mnt/volumes/containers/user 128 source=/dev/mapper/vg-containers_user 129 type=xfs 130 options=nosuid,noatime 131 bundles=ok-localmount 132 133 #/dev/mapper/vg-swap none swap defaults 0 0 134 135 #/dev/mapper/vg-alpine_root / xfs noatime,nosuid 0 0 136 #/dev/sda1 /boot ext3 ro,nosuid 0 2 137 #/dev/mapper/vg-home /home ext4 noatime,nosuid 0 2 138 #/boot/sysrcd.dat /mnt/sysrcd squashfs ro,loop,nosuid 0 0 139 #/dev/mmcblk0p1 /mnt/mmc vfat iocharset=utf8 0 0 140 #/dev/mapper/vg-video /mnt/volumes/video xfs noatime,nosuid 0 0 141 #/dev/mapper/vg-audio /mnt/volumes/audio xfs noatime,nosuid 0 0 142 #/dev/mapper/vg-photos /mnt/volumes/photos xfs noatime,nosuid 0 0 143 #/dev/mapper/vg-syncthing /var/lib/syncthing xfs noatime,nosuid 0 0 144 #/dev/mapper/vg-containers /mnt/volumes/containers xfs nosuid,noatime 0 0 145 #/dev/mapper/vg-containers_user /mnt/volumes/containers/user xfs nosuid,noatime 0 0