I see 'findmnt' shows a mount if you specify the mount point. Given the name, I was surprised it didn't already do this: I was wondering if it could find the mount point of a file or pathname I give to it? So if I am in /home/cache/suse, and type:
findmnt .
it would tell me something like: /home[cache/suse] /dev/Space/Home meaning: MNTPOINT[offset_path] <device> Thanks!