Is there a tool/command that will show me which physical device is mapped at /dev/root? I'm developing some automation around A/B upgrades using multiple partitions on x86 and the script needs to know which partition it is currently running as the root filesystem (so it doesn't accidently overwrite the active version). df- k or mount doesn't help as it just shows /dev/root mounted on / rather than the actual device.