![]() |
2013-03-23
, 12:50
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#22
|
sudo gainroot echo "unit: sectors > /dev/mmcblk0p1 : start= 64, size= 44400640, Id=0 > /dev/mmcblk0p2 : start=44744704, size= 16211968, Id=0 > /dev/mmcblk0p3 : start= 60956672, size= 1572864, Id=82 > /dev/mmcblk0p4 : start= 0, size= 0, Id= 0 " > table sfdisk --no-reread /dev/mmcblk0 < table
sudo gainroot sfdisk -l
![]() |
2013-03-23
, 15:10
|
Posts: 132 |
Thanked: 40 times |
Joined on Jan 2013
@ Nairobi Kenya
|
#23
|
![]() |
2013-03-23
, 17:50
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#24
|
The Following User Says Thank You to michaaa62 For This Useful Post: | ||
![]() |
2013-03-26
, 16:25
|
Posts: 132 |
Thanked: 40 times |
Joined on Jan 2013
@ Nairobi Kenya
|
#25
|
![]() |
2013-03-26
, 19:06
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#26
|
![]() |
Tags |
partitioning |
Thread Tools | |
|
I ignored the fact that there is no change and went on with the code;
sfdisk -c /dev/mmcblk0 1 c - g - gave this, "mkfs.vfat 3.0.1 (23 Nov 2008)
/dev/mmcblk0p1: No such file or directory"
This mkfs.ext3 -L optfs /dev/mmcblk0p2 gave "could not stat /dev/mmcblk0p2 --- no such file or directory.
The device apparently does not exist; did you specify it correctly?"
This is my output....