Bug 66631 - F2FS-fs reports error for valid mount options
Summary: F2FS-fs reports error for valid mount options
Status: RESOLVED OBSOLETE
Alias: None
Product: File System
Classification: Unclassified
Component: f2fs (show other bugs)
Hardware: x86-64 Linux
: P1 normal
Assignee: Default virtual assignee for f2fs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-05 16:18 UTC by Richard Jackson
Modified: 2019-07-24 03:01 UTC (History)
2 users (show)

See Also:
Kernel Version: 3.12.3
Subsystem:
Regression: No
Bisected commit-id:


Attachments

Description Richard Jackson 2013-12-05 16:18:22 UTC
When valid /etc/fstab mount options are used for an f2fs partion the kernel generates a warning message

/etc/fstab entry
f2fs  rw,relatime,discard,user_xattr,acl,background_gc=on,active_logs=6       0 0

Sample error messages
F2FS-fs (sda2): Unrecognized mount option "user_xattr" or missing value
F2FS-fs (sda2): Unrecognized mount option "acl" or missing value.

Using standard x86_64 Arch Linux kernel with the following f2fs config options

CONFIG_F2FS_FS=m
CONFIG_F2FS_STAT_FS=y
CONFIG_F2FS_FS_XATTR=y
CONFIG_F2FS_FS_POSIX_ACL=y
CONFIG_F2FS_FS_SECURITY=y

Even if (with the above options) user_xattr and acl are default on the kernel should not warn about them being used as mount options or at least not warn as unknown options.
Comment 1 xerofoify 2014-01-19 01:33:44 UTC
I also am having this bug when installing arch on root partion as it hangs after mounting due to this issue , followed Arch guide with ext4 and there are no issues.
Comment 2 xerofoify 2014-01-19 03:01:12 UTC
I corrected my problem so it's fine for me

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