View Single Post
penguinbait's Avatar
Posts: 3,096 | Thanked: 1,525 times | Joined on Jan 2006 @ Michigan, USA
#47
Originally Posted by pton View Post
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/ /-/


This has been fixed, thanks again for all your help, download the updated deb

Let me know if its working?
__________________
To all my Maemo friends. I will no longer be monitoring any of my threads here on a regular basis. I am no longer supporting anything I did under maemo at maemo.org. If you need some help with something you can reach me at tablethacker.com or www.facebook.com/penguinbait. I have disabled my PM's here, and removed myself from Council email and Community mailing list. There has been some fun times, see you around.
 

The Following User Says Thank You to penguinbait For This Useful Post: