![]() |
2009-04-20
, 22:13
|
Posts: 678 |
Thanked: 197 times |
Joined on Jul 2007
@ San Jose CA
|
#2
|
![]() |
2009-04-21
, 19:39
|
Posts: 263 |
Thanked: 77 times |
Joined on Jan 2009
@ Sigtuna, Sweden
|
#3
|
![]() |
2009-04-22
, 19:44
|
Posts: 38 |
Thanked: 2 times |
Joined on Mar 2009
|
#4
|
![]() |
2009-04-22
, 21:27
|
Posts: 155 |
Thanked: 11 times |
Joined on Sep 2007
@ Canada
|
#5
|
![]() |
2009-04-22
, 21:57
|
Posts: 4,556 |
Thanked: 1,624 times |
Joined on Dec 2007
|
#6
|
![]() |
Tags |
parted, partition |
Thread Tools | |
|
I unmounted the device and virtual memory is off. Then I tried (in xterm as root):
parted /dev/mmcblk0p1
resize 1 0 2000
This moved some data around for a while then produced the following error:
Error: Error informing the kernel about modifications to partition
/dev/mmcblk0p1p1 -- Invalid Argument. This means linux won't know about any changes you made to /dev/mmcblk0p1p1 until you reboot -- so you shouldn't mount it or use it.
So where did the extra p1 in mmcblk0p1p1 come from? Rebooting didn't work, it still shows the partition size to be the full 4G and not 2G. What am I doing wrong?
Also, while I can't find any information anywhere, I assume I'm doing this right: Resize the first partion then mkpartfs 2000 to 3964 EXT2for the second half of the SD Card. I've searched all over the web for help, but I'm just not getting anywhere.
Eric