## Stat something on an sshfs-mounted volume $ stat -s /Volumes/foo/Makefile.am st_dev=754974730 st_ino=4 st_mode=0100664 st_nlink=1 st_uid=501 st_gid=501 st_rdev=0 st_size=41056 st_atime=1206379971 st_mtime=1206379971 st_ctime=0 st_birthtime=0 st_blksize=65536 st_blocks=88 st_flags=0 $ umount /Volumes/foo ## convenience wrapper to call sshfs with some extra options $ sshfsmount somehost:foo foo ICON: foo => /Users/fletch/lib/icons/icns/gir.icns $ stat -s /Volumes/foo/Makefile.am st_dev=754974731 st_ino=3 st_mode=0100664 st_nlink=1 st_uid=501 st_gid=501 st_rdev=0 st_size=41056 st_atime=1206379971 st_mtime=1206379971 st_ctime=0 st_birthtime=0 st_blksize=65536 st_blocks=88 st_flags=0