You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,9 +80,12 @@ The following root filesystems have been tested:
80
80
* BTRFS
81
81
* EXT4
82
82
* XFS
83
-
* FAT32
84
83
* NILFS2
85
84
85
+
Additionally, the following filesystems have been tested for non-root mounts:
86
+
87
+
* FAT32
88
+
86
89
If the required kernel module is not built into the kernel, and the filesystem is not listed above, the kernel module may need to be included in `kmod_init`.
87
90
88
91
> The example config has `kmod_autodetect_lsmod` enabled which should automatically pull in the required modules, unless the active kernel differs from the build kernel.
0 commit comments