Ok I think I know what the problem is here: domount() in /lib/init/mount-functions.sh checks in /proc/filesystems to see if it can match the requested filesystem type if it doesn't find one it reports "Filesystem type '$1' is not supported. Skipping mount".
However because spufs is a module it won't have been loaded at this point so it won't be listed in /proc/filesystems. Running the actual mount command would cause the kernel itself to search for and auto load the spufs module. Is domount being too careful? I'll try to cook up a fix. -- spufs filesystem not mounted on boot https://bugs.launchpad.net/bugs/274854 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
