[Bug 1188968] Running EXT4 Filesystem...ext4 module not shown with command lsmod
https://bugzilla.suse.com/show_bug.cgi?id=1188968 https://bugzilla.suse.com/show_bug.cgi?id=1188968#c2 Arvin Schnell <aschnell@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #2 from Arvin Schnell <aschnell@suse.com> --- ext4 is not reported by lsmod since it is not compiled as a module but instead directly included in the kernel. btrfs on the other hand is compiled as a module. You can check /proc/config.gz: # zgrep -e 'CONFIG_\(EXT4\|BTRFS\)_FS=' /proc/config.gz CONFIG_EXT4_FS=y CONFIG_BTRFS_FS=m -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com