tags:

views:

18

answers:

1

Hello,

I have a mount point path like "/Volumes/Something" which i already known is a root directory for a mounted local volume. I need to figure out the BSD block device node name for volume mounted at that directory for example "disk1s1". Any advice on how can i dig this up? I also wouldn't mind some additional information like device total size, but i already have a way to know it if i know a block device name.

Thank you.