View Single Post
Posts: 1,042 | Thanked: 430 times | Joined on May 2010
#26
@zohal
I recommend you do this step by step in order to install fdisk. Don't skip even 1 step or even a letter

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
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

Last edited by Radicalz38; 2010-12-22 at 13:18.
 

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