View Single Post
Posts: 39 | Thanked: 10 times | Joined on May 2010
#456
Code:
knoppix@Microknoppix:~$ su root
root@Microknoppix:/home/knoppix# mkdir /tmp/n900
root@Microknoppix:/home/knoppix# mount -o ro,loop /media/sdc1/SystemBackups/20101109-backup-rootfs.img /tmp/n900
mount: you must specify the filesystem type
root@Microknoppix:/home/knoppix#
also when I tried the optfs:
Code:
root@Microknoppix:/home/knoppix# mount -o ro,loop /media/sdc1/SystemBackups/20101109-backup-optfs.img /tmp/n900
mount: wrong fs type, bad option, bad superblock on /dev/loop/0,
       missing codepage or helper program, or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so
Thanks kureyon, netC for your help.

here is where I'm at.