|
2011-07-11
, 10:59
|
Posts: 875 |
Thanked: 918 times |
Joined on Sep 2010
|
#2
|
|
2011-07-11
, 13:04
|
Posts: 73 |
Thanked: 0 times |
Joined on Jun 2011
|
#3
|
|
2011-07-11
, 17:03
|
Posts: 73 |
Thanked: 0 times |
Joined on Jun 2011
|
#4
|
|
2011-07-11
, 18:21
|
Posts: 73 |
Thanked: 0 times |
Joined on Jun 2011
|
#5
|
|
2011-07-11
, 18:42
|
Posts: 5,795 |
Thanked: 3,151 times |
Joined on Feb 2007
@ Agoura Hills Calif
|
#6
|
The Following 2 Users Say Thank You to geneven For This Useful Post: | ||
|
2011-07-12
, 07:57
|
Posts: 875 |
Thanked: 918 times |
Joined on Sep 2010
|
#7
|
sfdisk -l /dev/mmcblk1
umount /media/mmc1 sfdisk /dev/mmcblk1 << EOF 1,B,c A,, EOF
The Following User Says Thank You to auouymous For This Useful Post: | ||
|
2011-07-12
, 15:39
|
Posts: 73 |
Thanked: 0 times |
Joined on Jun 2011
|
#8
|
|
2011-07-12
, 21:33
|
Posts: 137 |
Thanked: 71 times |
Joined on Mar 2008
|
#9
|
I....
I can do this, but, when I get to the next step
umount /media/mmc1
mkdosfs /dev/mmcblk1p1
mke2fs /dev/mmcblk1p2
I get a message saying cannot umount /dev/mmc1 : Invalid argument
???
|
2011-07-13
, 23:54
|
Posts: 73 |
Thanked: 0 times |
Joined on Jun 2011
|
#10
|
I'm not sure the sizes to make the partitions or the commands to do it, I did try to use an example though.
when I get to:
mke2fs /dev/mmcblk0p2
and I get an error stating:
-h: mke2fs: not found
I see that
Then I tried to install e2fsprogs it doesn't install due to missing dependencies. In looking at the dependency issues I see dependency issues and I see the files required by e2fspros require 4.5.0-1maemo2 dependencies but 4.5.3-1maemo1 are installed.