Как работает mount.fuse?
Хочу спросить о том, как работает mount.fuse:
~ # mount.fuse
usage: mount.fuse type#[source] destination [-t type] [-o opt[,opts...]]
~ # mount.fuse vfat#/dev/sdc -t vfat ./USB-mount
/bin/sh: 1: vfat: not found
Кхм-кхм, как это вообще работает? Как работает опция type#source? И как через FUSE сделать bind-mount подобно тому, как Android монтирует sdcardfs???