On 3/6/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > mount: wrong fs type, blabla > > Cannot mount a tmpfs onto /dev
The most obvious thing is, do you have TMPFS support in your kernel? Here's what my .config looks like for 2.6.12.5. # # Pseudo filesystems # CONFIG_PROC_FS=y CONFIG_PROC_KCORE=y CONFIG_SYSFS=y # CONFIG_DEVFS_FS is not set # CONFIG_DEVPTS_FS_XATTR is not set CONFIG_TMPFS=y # CONFIG_TMPFS_XATTR is not set # CONFIG_HUGETLBFS is not set # CONFIG_HUGETLB_PAGE is not set CONFIG_RAMFS=y -- Dan -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
