You are not logged in.

#1 2017-11-12 14:40:58

NogradThGin
Member
Registered: 2017-11-12
Posts: 1

[Problem] Mounting /boot UEFI with F2FS

Hello I've a litte issue with my installation,

My setup is
2 Disk (sda SSD 60Go and sdb HDD 1To)

/ on /dev/sda3 (F2FS)
/hdd on /dev/sdb1 (ext4)
/boot on /dev/sda2 (ext2)
/efi on /dev/sda1 (vfat [fat32]) used only at boot

I use Linux-zen 4.13.12 with a custom minimal config (disabled thing my computer don't use like Intel CPU Nvidia GPU etc...)
I checked and ext4/ext4/vfat/f2fs are all correctly enabled

When I boot on default kernel my computer boot without problem, however if I boot on my custom kernel /boot failt to mount (error 32) however i'm able to mount it manually then exit and the system boot.
Meaning all drivers/modules necessary are correctly enabled. The most strange part is /hdd (sdb1) is correctly mounted (without manual mount)

Thanks by advance (and sorry for poor english :3),
NogradThGin.

EDIT: Fixed problem, I switched this line
UUID=ed9b61c2-f9a5-47c3-ad2f-990bf9eef72e    /boot         ext2       rw,noatime,block_validity,barrier,user_xattr,acl    0 2

To this one
UUID=ed9b61c2-f9a5-47c3-ad2f-990bf9eef72e    /boot         ext2       rw,noatime,user_xattr,acl    0 2

It seems block_validity combined with barrier was the source of my problem (I will recheck my kernel config, the answer should be in it)

Last edited by NogradThGin (2017-11-12 14:48:55)

Offline

#2 2017-11-12 14:55:40

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [Problem] Mounting /boot UEFI with F2FS

Don't prepend yout hread titles with redundant tags like [problem]: https://wiki.archlinux.org/index.php/Co … ow_to_post


Please remember to mark your thread as [Solved] by editing your first post and prepending it to the title.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

Board footer

Powered by FluxBB