Mounted Devices

The following commands can look for mounted devices:

lsblk -f

findmnt /dev/<DEVICE_NAME>

mount | grep /dev/<DEVICE_NAME>

df -h | grep /dev/DEVICE_NAME

udevadm info --query=all --name=/dev/<DEVICE_NAME>


This site uses Just the Docs, a documentation theme for Jekyll.