openSUSE 11.2 has ext4 file system support by default but how if we want to make openSUSE 11.1 or an older version (11.0, 10.3) have an ext4 support? I found this problem : unknown filesystem type ‘ext4‘ while trying to mounting openSUSE 11.2 disk on new installation of openSUSE 11.1.
The solution is fairly simple. Ext4 supported on kernel 2.6.28 or later. openSUSE 11.1 came with 2.6.27 and we must upgrading the kernel and then restarting openSUSE with new kernel.
Upgrading kernel on openSUSE is not too complicated if we do not need any specific requirement. Follow the instruction as below to updating your openSUSE 11.1 or prior version kernel to activating ext4 support:
- Open openSUSE Build Service
- Select the proper openSUSE version
- Type : kernel-default (or any kernel you would like to install) on the search box
- Click on Search button
- Pick the kernel version 2.6.28 or above version and install it with “One Click Install” feature. openSUSE will automatically updating your grub and bootloader
- Restart your openSUSE and login with new kernel (see your grub message to make sure that the selected kernel has installed successfully)
Note : Tested on openSUSE 11.1 64 bit with new kernel version 2.6.32.
You don’t need to upgrade kernel. Use ext4dev filesystem.
http://www.ngohq.com/operating-systems/15197-opensuse-11-1-and-ext4.html
Tested on openSUSE 11.1 32 bit with kernel 2.6.27.42-0.1-default.
You don’t need to upgrade kernel. Use ext4dev filesystem.
http://www.ngohq.com/operating-systems/15197-opensuse-11-1-and-ext4.html
Tested on openSUSE 11.1 32 bit with kernel 2.6.27.42-0.1-default.
@Lazy_Kent,
Thank you for reference link. The ref link also covering how to convert ext3 to ext4 on openSUSE 11.1
@Lazy_Kent,
Thank you for reference link. The ref link also covering how to convert ext3 to ext4 on openSUSE 11.1
Or install the “extra” kernel flavour, like kernel-default-extra, which contains the ext4 filesystem …
Or install the “extra” kernel flavour, like kernel-default-extra, which contains the ext4 filesystem …
Compile kernel for use ext4. See below
http://www.susethailand.com/index.php/en/suse/opensuse/compile-kernel-ext4
Worked.
Compile kernel for use ext4. See below
http://www.susethailand.com/index.php/en/suse/opensuse/compile-kernel-ext4
Worked.
If you can pick a precompiled one from OBS, why bother with compiling yourself.