What’s the shortest command to find a volume’s BSD device name ( /dev/disk*s* )

bsdcommand-line-interfacemac-osxunix

What's the easiest way to find out that, for example, /Volumes/Foo lives in /dev/disk0s2 ?

EDIT: mount is probably a more semantically satisfying answer, but it doesn't get much shorter than df

Best Answer

Or df -h, which will show usage as well. diskutil list will show available disks.