OESF Portables Forum
Everything Else => Sharp Zaurus => Model Specific Forums => Distros, Development, and Model Specific Forums => Archived Forums => C1000/3x00 General discussions => Topic started by: wormwood on December 22, 2004, 01:54:54 pm
-
I have a bit of a newbie question. How do I go back to the 3gb fat parition(once modified)? I've tried to delete the partition with fdisk then create a new one but have some how managed to create a parition that shows up as "Partition 3 does not end on cylinder boundary". It does not allow me to delete this partion or change it's type which is Emtpy. How can I get rid of this misbehaving parition?
/dev/hda3 Start=1 End=1 Blocks=0 id=0 System=Empty
When I try to delete hda3 I get
Warning: partition3 has an empty type
If I try to give it a type with 't' I get
Partition does not exist yet!
Sorry for repost.
Thanks.
-
im having the same problem now.. anyone know how to fix this??
please
-
It's a known bug with various versions of fdisk... actually no it's a known bug with the ARM GCC compiler and not packing structures correctly.
Do a search for fdisk on the 3000 forum, there are some posts pointing to a version that doesn't display this mythical final partition with the 0 length.
-
i got it.. finally. i used sfdisk
sfdisk -uC /dev/hdc <<EOF
0,203,83
,816,83
,6916,c
EOF