Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 308817 - OpenRC: fsck fails on boot whith root fs mounted by UUID
Summary: OpenRC: fsck fails on boot whith root fs mounted by UUID
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-10 11:54 UTC by Sergey
Modified: 2012-10-06 14:13 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey 2010-03-10 11:54:36 UTC
I'm using openrc 0.6.0-r1.

In /etc/fstab i have

6f316038-e42f-4e32-b8aa-055e784cea1f  /  ext4  noatime  0 1

fsck fails on boot:

fsck.ext4: No such file or directory while trying to open 6f316038-e42f-4e32-b8aa-055e784cea1f

Reproducible: Always
Comment 1 nobody 2010-03-11 09:59:11 UTC
fstab:
/dev/disk/by-uuid/6f316038-e42f-4e32-b8aa-055e784cea1f  /  ext4  noatime  0 1

and retry
Comment 2 Sergey 2010-03-11 10:24:47 UTC
This helps, thanks.
Comment 3 Andrew Savchenko gentoo-dev 2012-10-06 14:13:43 UTC
This is not invalid bug:

1) UUID="value" or LABEL="value" are _valid_ identifiers according to fstab specification (read man fstab on any doubts).

2) /dev/disk/by-* are available only for udev users, while Gentoo supports and provides alternative ways as mdev. And yes, I'm mdev user.