/proc/filesystems
A text listing of the filesystems which were compiled into the kernel.
Incidentally, this is used by mount(1) to cycle through different filesystems when none is specified.
The "nodev" string in the first column means that filesystem does not require a block device to be mounted, it's so called virtual filesystem.
Example output:
nodev sysfsnodev rootfsnodev bdevnodev procnodev cpusetnodev debugfsnodev sockfsnodev pipefsnodev futexfsnodev tmpfsnodev inotifyfsnodev eventpollfsnodev configfsnodev devpts ext3nodev ramfsnodev hugetlbfs vfat iso9660nodev fuse fuseblknodev fusectl udf
nodev nfs
nodev nfs4
yaffs
yaffs2nodev mqueuenodev kvmfsnodev oprofilefs
from:http://www.linuxinsight.com/proc_filesystems.html