Active Topics

 


Reply
Thread Tools
Posts: 80 | Thanked: 1 time | Joined on Aug 2011 @ Egypt
#1
Hi There,
I faced problem during repartitioning EMMC On my N900.
In This step: sfdisk --no-reread /dev/mmcblk0 < table
on: http://wiki.maemo.org/Repartitioning..._compatible.29
The error line in X-Terminal "long or incomplete input line - quitting"
What should i do?
Please help... i am stuck!
Thanks in advance
 
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#2
There might be an error in the file called 'table', please also post its content to examine.

Personal note: It might be easier to follow you and your proceedings if you keep it all in one thread, because there might be little things that add up to errors from step to step.

Still valid: The easiest way to achieve a custom setup of the EMMC is by installing Backup-Menu and doing it from a Linux-Live-CD like in 'Solution #8' or in the chapter 'Using Gparted' in that wiki article you linked to.
 
Posts: 80 | Thanked: 1 time | Joined on Aug 2011 @ Egypt
#3
Originally Posted by michaaa62 View Post
There might be an error in the file called 'table', please also post its content to examine.

Personal note: It might be easier to follow you and your proceedings if you keep it all in one thread, because there might be little things that add up to errors from step to step.

Still valid: The easiest way to achieve a custom setup of the EMMC is by installing Backup-Menu and doing it from a Linux-Live-CD like in 'Solution #8' or in the chapter 'Using Gparted' in that wiki article you linked to.
Here's the file "table.txt" attached
Hope u help me..
Attached Files
File Type: txt table.txt (240 Bytes, 89 views)
 
Posts: 80 | Thanked: 1 time | Joined on Aug 2011 @ Egypt
#4
No Solutions????
 
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#5
Sorry been busy all day long.
The table.txt looks good. Try
Code:
sudo gainroot
sfdisk -d --no-reread /dev/mmcblk0 < table.txt
Or try this command to create your table without any editor. There are some errors happening through editors using LF, CR or both
Code:
echo "unit: sectors
> /dev/mmcblk0p1 : start= 64, size= 4194304, Id=c
> /dev/mmcblk0p2 : start= 4194368, size= 56631296, Id=83
> /dev/mmcblk0p3 : start= 60825664, size= 1572864, Id=82
> /dev/mmcblk0p4 : start= 0, size= 0, Id= 0" > table_new
sfdisk -d --no-reread /dev/mmcblk0 < table_new
 

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


 
Forum Jump


All times are GMT. The time now is 02:22.