|
2010-03-17
, 06:37
|
Posts: 451 |
Thanked: 334 times |
Joined on Sep 2009
|
#182
|
However, I've arrived at a solution enabling you to implement it on top of any distribution, for any architecture.
The Following User Says Thank You to 白い熊 For This Useful Post: | ||
|
2010-04-13
, 06:16
|
Posts: 1,751 |
Thanked: 844 times |
Joined on Feb 2010
@ Sweden
|
#183
|
/dev/mmcblk0p1 : start= 64, size = 30720000, id= 0 /dev/mmcblk0p2 : start= 30720064, size = 30236544, id=83 /dev/mmcblk0p3 : start= 60956608, size = 1572864, id=82
|
2010-04-13
, 07:13
|
Posts: 1,751 |
Thanked: 844 times |
Joined on Feb 2010
@ Sweden
|
#184
|
I am looking for someone with math skills... i am trying to repartition my n900 but do not get the numbers together.
I want a vfat = 16 gig, a swap = 786 mb and the rest (about 15 gig) in a ext3.
I think the partition table should look something like this?
Code:/dev/mmcblk0p1 : start= 64, size = 30720000, id= 0 /dev/mmcblk0p2 : start= 30720064, size = 30236544, id=83 /dev/mmcblk0p3 : start= 60956608, size = 1572864, id=82
|
2010-04-13
, 10:49
|
Posts: 1,751 |
Thanked: 844 times |
Joined on Feb 2010
@ Sweden
|
#185
|
/dev/mmcblk0p1 : start= 64, size = 38720000, Id= c /dev/mmcblk0p2 : start= 38720064, size = 22105600, Id=83 /dev/mmcblk0p3 : start= 60825664, size = 1572864, Id=82 /dev/mmcblk0p4 : start= 0, size = 0, Id=0
sfdisk -c /dev/mmcblk0 3 82
|
2010-05-07
, 08:26
|
Posts: 16 |
Thanked: 1 time |
Joined on Dec 2009
|
#186
|
|
2010-05-28
, 23:48
|
Posts: 543 |
Thanked: 151 times |
Joined on Feb 2010
@ Germany
|
#187
|
|
2010-06-08
, 13:50
|
|
Posts: 577 |
Thanked: 699 times |
Joined on Feb 2010
@ Malta
|
#188
|
root mkdir -p /home/user/util-linux /home/user/bin cd /home/user/util-linux cp /media/mmc1/util-linux_2.13.1.1-1_armel.deb /home/user/util-linux/ 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
mkdir -p /home/user/util-linux /home/user/bin cd /home/user/util-linux wget http://ftp.de.debian.org/debian/pool/main/u/util-linux/util-linux_2.13.1.1-1_armel.deb 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
umount /home/user/MyDocs
/home/user/bin/fdisk /dev/mmcblk0
root /home/user/bin/fdisk /dev/mmcblk0
mkfs.vfat /dev/mmcblk0p1
root /home/user/bin/fdisk /dev/mmcblk0
root /home/user/bin/fdisk /dev/mmcblk0
mkfs.ext3 /dev/mmcblk0p2
The Following 20 Users Say Thank You to pantera1989 For This Useful Post: | ||
Bec, Bobbe, clasificado, Corwin, Creamy Goodness, Cue, gabby131, JorgeFX, K1ll3rm4n, LippiVan, luiscesjr, melisa queen, musculus, pelago, qasman, SavageBrat, SR90, stas123, vdx29 |
|
2010-06-10
, 19:55
|
Posts: 1,729 |
Thanked: 388 times |
Joined on Jan 2010
@ Canada
|
#189
|
|
2010-06-10
, 23:43
|
Posts: 1,729 |
Thanked: 388 times |
Joined on Jan 2010
@ Canada
|
#190
|
I also wonder why they are 3GB and 5GB but not 4-4 or 5-5. Could I just create one more partition 10GB?
Thanks.
Last edited by dthoaforum; 2010-03-11 at 22:42.