On Tue, Nov 3, 2009 at 02:24, Mark Rosenstand <rosenstand@xxxxxxxxx> wrote: > Works here too. Getting this on the console, though: > > tmpfs: No value for mount option 'mode' > > But hey, it works. Thanks :) Yeah, the tmpfs code mangles *data, and as we get a single superblock, remount is called during mount, and the tmpfs code tries to parse *data again which it destroyed in the first run. It's harmless and needs to be fixed, but I'm not sure which piece to fix at the moment. :) Thanks, Kay -- To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html