Skip to content
tux-mind edited this page Jun 15, 2014 · 1 revision

fusemounts

list source and monpoints of FUSE bind mounts.

how does it work?

  1. find fuse filesystems in /proc/mounts
  2. find processes that use a special fuse block device
  3. create a temporary file on every mountpoint
  4. find which process created a file with the same name

usage

simply run it. no options for now.

./fusemounts

example

root@mako:/data/local/tmp # ./fusemounts                                       
/data/media/     /mnt/shell/emulated                 
/data/media/0/   /storage/emulated/0                 
/data/media/obb/ /storage/emulated/0/Android/obb     
/data/media/0/   /storage/emulated/legacy            
/data/media/obb/ /storage/emulated/legacy/Android/obb
Clone this wiki locally