If I have a stat struct from a call to fstat() in a higher level
subroutine is there a way to use a member (possibly st_dev) to find out
whether I am looking at a ext2, VFAT, HFS, etc volume?
Also is there a way to use st_dev & st_ino to retrieve the original path
and filename?