[Bug 15116] New: applet blkid stops working on linux kernel 6.0.7 and 6.0.8
bugzilla at busybox.net
bugzilla at busybox.net
Fri Nov 11 09:58:50 UTC 2022
https://bugs.busybox.net/show_bug.cgi?id=15116
Bug ID: 15116
Summary: applet blkid stops working on linux kernel 6.0.7 and
6.0.8
Product: Busybox
Version: 1.35.x
Hardware: PC
OS: Linux
Status: NEW
Severity: critical
Priority: P5
Component: Other
Assignee: unassigned at busybox.net
Reporter: jordipujolp at gmail.com
CC: busybox-cvs at busybox.net
Target Milestone: ---
Hello,
Working in linux kernel version 6.0.8
I am testing two blkid flavours, one from
util-linux:
Installed: 2.38.1-1.1+b1
and the applet of
busybox:
Installed: 1:1.35.0-4
The busybox applet can't relate any properties to their devices.
# blkid
/dev/sda4: LABEL="data" UUID="81a3d487-d18f-4ab4-8f2b-ae5f2d722c95"
BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="192d6b1e-04"
/dev/sda2: LABEL="boot" UUID="cd47a624-a8b0-4a09-bbd2-2b7d46d2ff38"
BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="192d6b1e-02"
/dev/sda3: LABEL="cow" UUID="67a2b94f-8bf9-4907-915e-859d83acfe65"
BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="192d6b1e-03"
# busybox blkid
/dev/sda4: LABEL="data" UUID="81a3d487-d18f-4ab4-8f2b-ae5f2d722c95" TYPE="ext4"
/dev/sda3: LABEL="cow" UUID="67a2b94f-8bf9-4907-915e-859d83acfe65" TYPE="ext4"
/dev/sda2: LABEL="boot" UUID="cd47a624-a8b0-4a09-bbd2-2b7d46d2ff38" TYPE="ext4"
# blkid -l -t 'PARTUUID="192d6b1e-02"' -o device
/dev/sda2
# busybox blkid -l -t 'PARTUUID=192d6b1e-02' -o device; echo $?
0
# blkid -l -t 'LABEL=cow' -o device
/dev/sda3
# busybox blkid -l -t 'LABEL=cow' -o device; echo $?
0
Regards,
Jordi Pujol
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the busybox-cvs
mailing list