[Bug 15994] New: findfs reports first match only
bugzilla at busybox.net
bugzilla at busybox.net
Wed Mar 13 19:17:33 UTC 2024
https://bugs.busybox.net/show_bug.cgi?id=15994
Bug ID: 15994
Summary: findfs reports first match only
Product: Busybox
Version: 1.36.x
Hardware: Other
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Other
Assignee: unassigned at busybox.net
Reporter: bitfreak at yopmail.com
CC: busybox-cvs at busybox.net
Target Milestone: ---
when listing filesystems you can see in this example that "findfs" only lists
the first match.
root at arm7l:~$ blkid
/dev/mmcblk1p1: LABEL="rootfs" UUID="4daf4461-edd1-4e20-9ca8-742ef64cfa05"
TYPE="ext4"
/dev/mmcblk1p3: LABEL="data" UUID="00fe39aa-8f68-425d-b225-062fa1e1e142"
TYPE="ext4"
/dev/mmcblk1p2: LABEL="rootfs" UUID="4daf4461-edd1-4e20-9ca8-742ef64cfa05"
TYPE="ext4"
/dev/mmcblk0p1: LABEL="rootfs" UUID="199ca64f-bd96-4778-ad56-648ff19b66ef"
TYPE="ext4"
root at arm7l:~$ findfs LABEL=rootfs
/dev/mmcblk1p1
root at arm7l:~$
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the busybox-cvs
mailing list