View Single Post
Posts: 16 | Thanked: 2 times | Joined on May 2010
#1196
Originally Posted by rebhana View Post
The compressed file seems to have downloaded fine, judging from the file size. But the decompression was incomplete. So just do
Code:
lzma -d MyDocs/debian-m5-v3d.img.ext2.lzma
(This didn't work for you before because "MyDocs/" was missing.)
Perhaps do a reboot first and then make sure nothing else is running during the decompression, which can take quite some time.
Unless your hardware has a problem, there should be no relation to other crashes of apps that you experience.
Code:
lzma -d MyDocs/debian-m5-v3d.img.ext2.lzma
it says
lzma:cannot open output file MyDocs/debian-m5-v3d.img.ext2

what should i do next

One more thing for the other problem i tried changing the mode of file
chmod 777 filename
and it says file is in read only system
after taking root access also
it says same message so is it such that in maemo i cannot change file access even in root ??

Thanks