View Single Post
Posts: 502 | Thanked: 366 times | Joined on Jun 2010 @ /dev/null
#14
1) fdisk is part of busybox-power which is available in extras-devel
2) When you hit p and you got:
Code:
-sh: p: not found
It means you're not within the fdisk prompt but you're back in shell prompt. Notice how the error starts with -sh? That means its back to the standard linux shell.

A fdisk prompt would look something like this:
Code:
Command (m for help):
A normal ash command prompt (part of busybox package and can be easily modified) would look something like this:
Code:
 ~ $
__________________