Bug 823238 - re-enable ubifs
Summary: re-enable ubifs
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: rawhide
Hardware: x86_64
OS: Linux
unspecified
low
Target Milestone: ---
Assignee: Kernel Maintainer List
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-05-20 07:33 UTC by Jan Kratochvil
Modified: 2012-09-14 17:16 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-09-14 17:16:45 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Jan Kratochvil 2012-05-20 07:33:31 UTC
Description of problem:
kernel has disabled MTD recently but filesystem were also disabled.
Flash filesystems can be used also for images from mobile devices.

Version-Release number of selected component (if applicable):
kernel-3.3.5-2.fc16.x86_64

How reproducible:
Always.

Steps to Reproduce:
mount -r -tubifs nokia-ubi0_0 /mnt/

Actual results:
mount: unknown filesystem type 'ubifs'

Expected results:
Mounted fs.

Additional info:
commit 07ac776056bef4c0761e2cab8f59750d33748855
Author: Dave Jones <davej>
Date:   Fri Jan 13 16:07:41 2012 -0500

    Disable MTD

@@ -3680,15 +3583,8 @@ CONFIG_BEFS_FS=m
 # CONFIG_BEFS_DEBUG is not set
 # CONFIG_BFS_FS is not set
 # CONFIG_EFS_FS is not set
-CONFIG_JFFS2_FS=m
-CONFIG_JFFS2_FS_DEBUG=0
-# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
-CONFIG_JFFS2_FS_WRITEBUFFER=y
-# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
-CONFIG_JFFS2_SUMMARY=y
-CONFIG_JFFS2_FS_XATTR=y
-CONFIG_JFFS2_FS_POSIX_ACL=y
-CONFIG_JFFS2_FS_SECURITY=y
+# CONFIG_JFFS2_FS is not set
+
 CONFIG_CRAMFS=m
 CONFIG_SQUASHFS=m
 CONFIG_SQUASHFS_XATTR=y
@@ -3778,10 +3674,7 @@ CONFIG_DLM_DEBUG=y
 CONFIG_GFS2_FS=m
 CONFIG_GFS2_FS_LOCKING_DLM=y

-CONFIG_UBIFS_FS=m
-CONFIG_UBIFS_FS_XATTR=y
-# CONFIG_UBIFS_FS_ADVANCED_COMPR is not set
-# CONFIG_UBIFS_FS_DEBUG is not set
+# CONFIG_UBIFS_FS is not set

 #
 # Partition Types

Comment 1 Dave Jones 2012-09-14 17:16:45 UTC
added to modules-extra for 18/rawhide


Note You need to log in before you can comment on or make changes to this bug.