View Single Post
Old 05-16-2011, 11:39 AM   #2
dima_tr
Groupie
dima_tr has learned how to read e-booksdima_tr has learned how to read e-booksdima_tr has learned how to read e-booksdima_tr has learned how to read e-booksdima_tr has learned how to read e-booksdima_tr has learned how to read e-booksdima_tr has learned how to read e-books
 
Posts: 175
Karma: 863
Join Date: Oct 2009
Location: Germany, Karlsruhe
Device: Iliad v2, DR800S (inlove)
app.image.200802011444.rootfs.ext2 should be on your desktop Linux (not Iliad). Let's imagine it is in your home ~/app.image.200802011444.rootfs.ext2

Let's suppose you have a folder which you'll be using as a root of the mounted file system. Again, this can be any folder, say ~/temp/

Then the command will be
mount -r -o loop ~/app.image.200802011444.rootfs.ext2 ~/temp

After mounting go inside temp and get the files to a folder on normal (= not mounted) file system. When you're done do umount ~/temp
dima_tr is offline   Reply With Quote