Forum Topic - fdisk can't create partition on the PPC target:
   
fdisk can't create partition on the PPC target  
Hi,

I have a problem with creating QNX partition under PPC target.
When I call fdisk with 'add' command then it terminates:
"fdisk terminated with signal 4 ".

I have tried to call fdisk in a many different manners, but it fails even
there is not any additional parameter after 'add' option:
# fdisk /dev/hd0 add

Rest commands like:
 #fdisk /dev/hd0 show
 #fdisk /dev/hd0 info
 #fdisk /dev/hd0 delete -a
works fine.

What can be a reason of fdisk termination ?
How can I solve this ?

Regards,
Jacek
Re: fdisk can't create partition on the PPC target  
Some more info.

fdisk running in interactive mode (#fdisk /dev/hd0) works fine.
It seems that 'add' option called from command line is broken.

Can anybody reproduce this issue ?

Regards,
Jacek
Re: fdisk can't create partition on the PPC target  
The armle and x86 variant of fdisk works fine and in both
cases 'add' option doesn't terminate.

Is it possible to get fdisk source code ?

Regards,
Jacek