[Wolves] Listing fuse mounted volumes on Ubuntu 9.04

Andy Jewell Andy.Jewell at sysmicro.co.uk
Thu May 20 09:12:39 UTC 2010


Further to our conversation about fuse last night, I've been googling round for an answer, but have drawn a blank so far...

What I'm interested in, specifically, is finding out what is mounted and what filesystem it uses, like you get from _mount_ or _df_:

example:

andydj at yggdrasil:~$ mount
/dev/sda11 on / type ext4 (rw,relatime,errors=remount-ro)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
varrun on /var/run type tmpfs (rw,nosuid,mode=0755)
varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
lrm on /lib/modules/2.6.28-18-generic/volatile type tmpfs (rw,mode=755)
/dev/sda8 on /media/shared type ext3 (rw)
securityfs on /sys/kernel/security type securityfs (rw)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
gvfs-fuse-daemon on /home/andydj/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=andydj)

andydj at yggdrasil:~$ df
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/sda11            38448276  32883772   3611404  91% /
tmpfs                  1862092         0   1862092   0% /lib/init/rw
varrun                 1862092       368   1861724   1% /var/run
varlock                1862092         0   1862092   0% /var/lock
udev                   1862092       208   1861884   1% /dev
tmpfs                  1862092        76   1862016   1% /dev/shm
lrm                    1862092      2560   1859532   1% /lib/modules/2.6.28-18-generic/volatile
/dev/sda8             38448276  30008556   6486620  83% /media/shared



More information about the Wolves mailing list