![]() |
2011-05-08
, 18:43
|
Posts: 856 |
Thanked: 1,681 times |
Joined on Apr 2010
@ Aleppo ,Syria
|
#31
|
![]() |
2011-05-08
, 18:45
|
Posts: 139 |
Thanked: 97 times |
Joined on Nov 2010
@ United States
|
#32
|
![]() |
2011-05-08
, 18:45
|
Posts: 805 |
Thanked: 1,605 times |
Joined on Feb 2010
@ Gdynia, Poland
|
#33
|
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 enterin 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
ohhh i know this i thought you ment extract the .img
so back to the old fasion way
n900 reboots again
The Following User Says Thank You to misiak For This Useful Post: | ||
![]() |
2011-05-08
, 18:46
|
Posts: 856 |
Thanked: 1,681 times |
Joined on Apr 2010
@ Aleppo ,Syria
|
#34
|
![]() |
2011-05-08
, 18:49
|
Posts: 856 |
Thanked: 1,681 times |
Joined on Apr 2010
@ Aleppo ,Syria
|
#35
|
Do you know what it means? The "mount" command tries to mount some partition of your hdd (in this case phone memory) in your filesystem, so it would be accesible via /mnt/n900sd in this case. It's needed to be done for every partition/storage/etc.etc. to read or write files on them. It FAILED. So /mnt/n900sd was not poining to any external partition (as it should), it was just a directory (think of "mount" partition as some magic trick to change a folder into a hard disc). So when you ran "tar" command, N900 tried to decompress whole 2GB EasyDebian image to small N900's 200MB root file system. That's why you got errors and 0 space left on device - you tried to extract 2GB of files to 200MB of space
If you still have problems with extracting (phone reboots while doing that) and you have access to PC, you can connect your phone to PC, transfer lzma file there, extract it on computer and copy the extracted image back to N900. Under linux, instructions are basically the same, but I think you are rather not linux-guy :P Under Windows you can use program called "7-zip" to open and extract it. It's available for free at www.7-zip.org
![]() |
2011-05-08
, 18:49
|
Posts: 139 |
Thanked: 97 times |
Joined on Nov 2010
@ United States
|
#36
|
![]() |
2011-05-08
, 18:51
|
Posts: 856 |
Thanked: 1,681 times |
Joined on Apr 2010
@ Aleppo ,Syria
|
#37
|
Where did you get the idea of "/dev/ext3" or "/dev/ext2"? It's not valid!
![]() |
2011-05-08
, 18:53
|
Posts: 805 |
Thanked: 1,605 times |
Joined on Feb 2010
@ Gdynia, Poland
|
#38
|
my question is with command mount /dev/ext2 or /dev/ext3 /mnt/n900sd
what happened with you and where did you get ext2 or 3 in /dev directory there is no ext3 or 2 (maybe created them?)
Note that you need to replace /dev/xxx with the formatted ext2|3 partition on the N900 or microSD card that you intend to use
/dev/mmcblk0p1
/dev/mmcblk0p2
/dev/mmcblk0p3
/dev/mmcblk1p1
![]() |
2011-05-08
, 18:54
|
Posts: 856 |
Thanked: 1,681 times |
Joined on Apr 2010
@ Aleppo ,Syria
|
#39
|
![]() |
2011-05-08
, 18:54
|
Posts: 139 |
Thanked: 97 times |
Joined on Nov 2010
@ United States
|
#40
|
OOOOHH i ment with the command mount /dev/ext2 /mnt/n900sd
says
mount: mounting /dev/ext2 on /mnt/n900sd failed: No such file or directory
so no /dev/ext2
any fixes?