29.12.2016 06:44, Carlos E. R. пишет:
On 2016-12-29 04:40, Andrei Borzenkov wrote:
29.12.2016 03:53, Carlos E. R. пишет:
On 2016-12-29 01:05, Anton Aylward wrote:
On 12/28/2016 02:06 PM, Jan Engelhardt wrote:
ext4.ko supports ext2 and ext3 too, if so enabled.
There doesn't seem to be an explicit module for ext4
Because it doesn't come as a module, it is inside the kernel binary, so that the kernel alone can read the filesystem.
Interesting that it does on Leap. I miss reasons to build it into kernel on distribution that defaults to btrfs + xfs on new install :)
Not everybody goes with those defaults ;-)
Following this logic everything should be built into kernel.
Also, if for some reason you need to have a separate /boot partition, it is typically ext2/3/4
Which is the last thing kernel needs to access during boot. Actually, kernel does *not* need /boot to boot.
Now, xfs... perhaps it is a module :-?