I tried the following command (google) $mv initrd.img initrd.img.gz $gzip -d initrd.img $mount -o loop initrd.img /mnt/temp1 But this gives error saying unrecognized file system. My root filesystem is ext3. Evne when i pass it (-t ext3), the error remains.
have you forgotten to insmod loop.ko ? kind regards anupam -- In the beginning was the lambda, and the lambda was with Emacs, and Emacs was the lambda. -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/