fs (2038B)
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/cgroup 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 /mnt/boot 74 source=/dev/nvme0n1p2 75 type=ext4 76 options=ro,nosuid 77 bundles=ok-localmount 78 79 /home 80 source=/dev/mapper/vg-home 81 type=xfs 82 options=noatime,nosuid 83 bundles=ok-localmount 84 85 /usr/src 86 source=/dev/mapper/vg-usr_src 87 type=xfs 88 options=nosuid,noatime 89 bundles=ok-localmount 90 91 /var/cache 92 source=/dev/mapper/vg-var_cache 93 type=f2fs 94 options=nosuid,noatime 95 bundles=ok-localmount 96 97 /var/tmp 98 source=/dev/mapper/vg-var_tmp 99 type=f2fs 100 options=nosuid,noatime 101 bundles=ok-localmount 102 103 /mnt/sd 104 source=/dev/mmcblk0p1 105 type=f2fs 106 options=ro,nosuid,nodev 107 bundles=ok-localmount 108 109 /mnt/volumes/containers 110 source=/dev/mapper/vg-containers 111 type=xfs 112 options=nosuid,noatime 113 bundles=ok-localmount 114 115 /mnt/volumes/containers/user 116 source=/dev/mapper/vg-containers_user 117 type=xfs 118 options=nosuid,noatime 119 bundles=ok-localmount 120 121 /mnt/volumes/audio 122 source=/dev/mapper/vg-audio 123 type=xfs 124 options=nosuid,noatime 125 bundles=ok-localmount 126 127 /mnt/volumes/video 128 source=/dev/mapper/vg-video 129 type=xfs 130 options=nosuid,noatime 131 bundles=ok-localmount