Hi, I'm just working on a project in which I'd like to create a new filesystem driver via a loadable kernel module. I want the filesystem to simply defer to two other possibilities -- a ramfs and my normal ext2 system. >From the module, what's a good way to identify which super_blocks correspond to the ramfs and ext2 file systems? Can I ever access the super_blocks list from a loadable module? Thanks, Everett -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/