|
2008-12-22
, 04:52
|
|
Posts: 3,096 |
Thanked: 1,525 times |
Joined on Jan 2006
@ Michigan, USA
|
#42
|
"sh -x partition-finder.sh 2> output"
Error: "sh: can't open partition-finder.sh"
If I simply enter the command without "sh -x", I get "/dev/mtdblock4 "Size:256MB Used: Free:AVAIL Type:jffs2", and hang there (it won't return to prompt) -- I think it is waiting for some input?
|
2008-12-22
, 09:36
|
Posts: 111 |
Thanked: 23 times |
Joined on Sep 2008
@ Singapore
|
#43
|
|
2008-12-22
, 12:45
|
|
Posts: 3,096 |
Thanked: 1,525 times |
Joined on Jan 2006
@ Michigan, USA
|
#44
|
The command "sh -x /root/.bin/partition-finder.sh 2> output" never returns to prompt. I pressed ^C to terminate it after 1minute.
Contents of output.
+ df /mnt/initfs
+ grep initfs
+ awk {print $1}
+ export INITFS=/dev/mtdblock4
+ test /dev/mtdblock4 = /dev/mtdblock4
+ df
+ grep /dev/mmcblk0p2
+ + awk -F . {print $1"MB"}
awk {print $3 / 1024}
+ export USED=
+ df
+ awk {print $4 / 1024}
+ awk -F . {print $1"MB"}
+ grep /dev/mmcblk0p2
+ export AVAIL=
+ echo /dev/mtdblock4 "Size:256MB Used: Free:AVAIL Type:jffs2"
+ export LOOP=0
+ parted /dev/mmcblk1 print devices
+ grep -v mtdblock
+ sed s/ /-/
The Following User Says Thank You to penguinbait For This Useful Post: | ||
|
2008-12-22
, 15:46
|
Posts: 28 |
Thanked: 3 times |
Joined on Mar 2008
@ Munising, MI
|
#45
|
|
2008-12-22
, 16:05
|
|
Posts: 3,096 |
Thanked: 1,525 times |
Joined on Jan 2006
@ Michigan, USA
|
#46
|
Somehow, console tools is breaking File Manager (in the Utilities Menu) after pb is run, and uninstalling console tools and rebooting the NIT doesn't fix File Manager.
I was cloning my NIT last night and needed files from my wifes laptop, so I went to File Manager to see the share. File Manager would only show the "File Manager-loading" box for a few seconds, and then nothing. After a few minutes of futzing around, I decided to reflash and start again. I reflashed, installed Pidgin, rootsh, console tools, and a few others. Ran pb to make my partitions. Then went to get those files from my wifes laptop. And no File Manager. Same File Manager-loading and then nothing.
So I reflashed again.
Here's what I got-
N800, 8GB SDHC, fresh reflash of 43-7. Nothing else installed.
I installed console tools. Ran File Manager. Works fine.
I run PB. Deleted all listed partitions on the SDHC card.
Ran File Manager. I get the "File Manager-loading" message, then nothing.
I remove, via Application Manager, console tools.
Reboot
Run File Manager. Still broke.
At this point, all my skills know to do is reflash and not use console tools to clone to my SD card, which is fine. Since I have had this problem 3 times in a row, I am confident it is reproducible on another N800. I have to get mine up to usable status since it has become my primary computer after the tragic death of my tablet PC, but I'll be glad to answer any questions on my config I may have not answered so someone wo knows what they are doing can fix it.
Thanks
Keith
The Following User Says Thank You to penguinbait For This Useful Post: | ||
|
2008-12-22
, 16:06
|
|
Posts: 3,096 |
Thanked: 1,525 times |
Joined on Jan 2006
@ Michigan, USA
|
#47
|
The command "sh -x /root/.bin/partition-finder.sh 2> output" never returns to prompt. I pressed ^C to terminate it after 1minute.
Contents of output.
+ df /mnt/initfs
+ grep initfs
+ awk {print $1}
+ export INITFS=/dev/mtdblock4
+ test /dev/mtdblock4 = /dev/mtdblock4
+ df
+ grep /dev/mmcblk0p2
+ + awk -F . {print $1"MB"}
awk {print $3 / 1024}
+ export USED=
+ df
+ awk {print $4 / 1024}
+ awk -F . {print $1"MB"}
+ grep /dev/mmcblk0p2
+ export AVAIL=
+ echo /dev/mtdblock4 "Size:256MB Used: Free:AVAIL Type:jffs2"
+ export LOOP=0
+ parted /dev/mmcblk1 print devices
+ grep -v mtdblock
+ sed s/ /-/
The Following User Says Thank You to penguinbait For This Useful Post: | ||
|
2008-12-22
, 23:49
|
Posts: 367 |
Thanked: 47 times |
Joined on Nov 2008
@ Brooklyn, NY
|
#48
|
|
2008-12-23
, 00:48
|
|
Posts: 3,096 |
Thanked: 1,525 times |
Joined on Jan 2006
@ Michigan, USA
|
#49
|
Ok, so I have used gparted to make my partitions on my internal sd, 200mb fat32, 1.5gb ext3 and 256mb swap. I have finished cloning to internal sd and set booymenu to boot the clone image. Everything said to have gone successful but, how can I tell?
|
2008-12-23
, 01:13
|
Posts: 367 |
Thanked: 47 times |
Joined on Nov 2008
@ Brooklyn, NY
|
#50
|
Tags |
bootmenu, bootmenu-installer, install-tools, mgmt-tools |
|
Error: "sh: can't open partition-finder.sh"
If I simply enter the command without "sh -x", I get "/dev/mtdblock4 "Size:256MB Used: Free:AVAIL Type:jffs2", and hang there (it won't return to prompt) -- I think it is waiting for some input?