On Wed, Jul 21, 2004 at 03:48:35PM -0400, Lei Yang wrote: > Hello, > > Can I use jffs2 on a ramdisk? Is jffs2 only designed to be used on flash memory devices rather than RAM devices? Your jffs2 question was already answered. But this one wasn't answered: > What about cramfs? You can in fact use cramfs "on a ramdisk", e.g.: cat image.cramfs > /dev/ram1 mkdir /mnt/cramfs mount -oro /dev/ram1 /mnt/cramfs mount | grep ram1 /dev/ram1 on /mnt/cramfs type cramfs (ro) Of course cramfs also works on other block devices as well, e.g. mtdblock. -- Regards, George -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/