Bug 13736

Summary: LABEL/UUID mount in fstab doesn't work
Product: Busybox Reporter: stsp <stsp2>
Component: OtherAssignee: unassigned
Status: NEW ---    
Severity: normal CC: busybox-cvs
Priority: P5    
Version: 1.33.x   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

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