Monday, July 5, 2010

Mount ramdisk linux

to mount ramdisk which is created for embedded linux platform can be mount as follows.

losetup /dev/loop1 ramdisk

here /mnt/ram is the mounting point

mount /dev/loop1 /mnt/ram