Bug 13736 - LABEL/UUID mount in fstab doesn't work
Summary: LABEL/UUID mount in fstab doesn't work
Status: NEW
Alias: None
Product: Busybox
Classification: Unclassified
Component: Other (show other bugs)
Version: 1.33.x
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-11 21:29 UTC by stsp
Modified: 2021-11-21 10:42 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description stsp 2021-04-11 21:29:51 UTC
CONFIG_FEATURE_MOUNT_LABEL enables
UUID/LABEL mounts.
CONFIG_FEATURE_MOUNT_FSTAB enables
fstab and mount -a.
But these options do not play together.
Enabling either of them or both, does
not let you to use LABEL/UUID in fstab.
Comment 1 stsp 2021-11-20 11:33:22 UTC
Ironically, I reported the same
bug to util-linux and it was fixed:
https://github.com/util-linux/util-linux/issues/1492

I wonder if busybox's mount also
uses libblkid from util-linux, so
maybe in busybox this is now fixed
too?
Or the same bug in an entirely
different code bases?
Comment 2 Fabrice Fontaine 2021-11-21 10:42:50 UTC
From my understanding, this is a different code base:
https://git.busybox.net/busybox/tree/util-linux