View Single Post
Posts: 139 | Thanked: 97 times | Joined on Nov 2010 @ United States
#19
Originally Posted by karam View Post
OHH help me please i tried to install the downloaded image to the file system but at the first time i copied the lines changed xxx to ext2 and the path of the image so and pasted them in the terminal so i didn't have a chance to see any errors
but it didn't work + i did something stupid so i had to reflash my n900
anyway it is not a big deal cause i have backupmenu

the second time i tried to install it

with the command

mount /dev/ext2 /mnt/n900sd
i had

mount: mounting /dev/ext2 on /mnt/n900sd failed: No such file or directory

every thing before got working fine but if i continued ignoring this error

when the command

tar cf - . | tar xfp - -C /mnt/n900sd

i had after few seconds errors about no space left on the device
then a bunch of unlimited errors

if i checked the rootfs i can see it is 0

so any idias

btw i have kernel-power v47
i have no microsd
please advice me

thanks
So, you dont't have a partiton to install easydebian to? Then you should have skipped those steps. You just need to decompress the LZMA file, and you will havr a ext2 image to work with. Simply point /home/user/.chroot to the image you extracted and you will be set.

You should never run commands in the terminal without knowing what they will do.