View Single Post
Posts: 104 | Thanked: 47 times | Joined on Jan 2011 @ United Kingdom
#54
Hey Blues, I've tried using your guide but am stuck at mounting loop1p1 when executing the command :
Code:
mount -t ext3 /dev/mapper/loop1p1 ~/meego_temp
it gives me :
Code:
wrong fs type, bad option, bad superblock on /dev/mapper/loop1p1,
       missing codepage or helper program, or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so
any help would be appreciated !!

--Edit--

I managed to get it working

i just used :
Code:
mount /dev/mapper/loop1p1 ~/meego_temp
instead of :
Code:
mount -t ext3 /dev/mapper/loop1p1 ~/meego_temp

Last edited by mlwane; 2011-02-13 at 22:20. Reason: overcame the problem