The Following User Says Thank You to michaaa62 For This Useful Post: | ||
![]() |
2010-12-22
, 12:35
|
Posts: 34 |
Thanked: 0 times |
Joined on Dec 2010
@ U.A.E
|
#23
|
So if your on step 12 of that site means you already installed fdisk?
So just fire up fdisk again and do the step by step procedure I listed and it should return your phone back to normal.
The step was just to delete the extended partition, delete MyDocs, merge the unknown partition and MyDocs and recreate it.
Before removing any of those partitions please make sure you will not need them.It is quite irritating that your first partition contains a linux filesystem, while it should be fat32. Please before deleting save the content to some external disk - just to be sure.Code:mount
Please don't just tell us where you are stumbling, please give the complete error message. Just two guesses: Is there a directory /home/user/bin at all? Make /home/user/bin/fdisk executable.
Code:ls /home/user/ chmod +x /home/user/bin/fdisk
![]() |
2010-12-22
, 12:51
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#24
|
and for chmod +x /home/user/bin/fdisk
Nokia-N900:~#
I go through that :s
mount
can I do it on the ubuntu live cd..I mean there must be someway usong gparted ??
The Following User Says Thank You to michaaa62 For This Useful Post: | ||
![]() |
2010-12-22
, 13:06
|
Posts: 34 |
Thanked: 0 times |
Joined on Dec 2010
@ U.A.E
|
#25
|
Meaning you did that? Sorry for asking again. If there is no output at all, the command was applied properlyand you can go on.
For analysing your partitioning setup the output is necessary ofAt least on my laptop the internal card=EMMC is not recognized correctly, you better do not try it that way.Code:mount
![]() |
2010-12-22
, 13:09
|
Posts: 1,042 |
Thanked: 430 times |
Joined on May 2010
|
#26
|
mkdir -p /home/user/util-linux /home/user/bin
cd /home/user/util-linux
apt-get install wget
dpkg-deb -x util-linux_2.13.1.1-1_armel.deb root
cp root/sbin/fdisk /home/user/bin/
cd ..
rm -rf util-linux
The Following User Says Thank You to Radicalz38 For This Useful Post: | ||
![]() |
2010-12-22
, 13:27
|
Posts: 34 |
Thanked: 0 times |
Joined on Dec 2010
@ U.A.E
|
#27
|
@zohal
I recommend you do this step by step in order to install fdisk. Don't skip even 1 step or even a letter
Or the easy way is... Download this from the link below and move it to /usr/sbin then redo the chmod and then the steps I made on the previous page
http://www.plunder.com/fdisk-download-244e0e688f.htm
![]() |
2010-12-22
, 13:53
|
Posts: 34 |
Thanked: 0 times |
Joined on Dec 2010
@ U.A.E
|
#28
|
@zohal
I recommend you do this step by step in order to install fdisk. Don't skip even 1 step or even a letter
Or the easy way is... Download this from the link below and move it to /usr/sbin then redo the chmod and then the steps I made on the previous page
http://www.plunder.com/fdisk-download-244e0e688f.htm
![]() |
2010-12-22
, 14:27
|
Posts: 1,042 |
Thanked: 430 times |
Joined on May 2010
|
#29
|
chmod 777 /usr/sbin/fdisk
chown root /usr/sbin/fdisk
The Following User Says Thank You to Radicalz38 For This Useful Post: | ||
![]() |
2010-12-22
, 14:50
|
Posts: 34 |
Thanked: 0 times |
Joined on Dec 2010
@ U.A.E
|
#30
|
Uhm not sure if that should work but I said you should it... also try although I think it's not necessary.
Please don't just tell us where you are stumbling, please give the complete error message. Just two guesses: Is there a directory /home/user/bin at all? Make /home/user/bin/fdisk executable.