Hey,

Been using backtrack for a while and I now want to benefit from the additional advantages of using kali with persistence but it is proving to be a problem.

First I follow this - http://docs.kali.org/downloading/kal...ve-usb-install
Then this - http://docs.kali.org/downloading/kal...sb-persistence

In the second set of instructions, after this point...

read start _ < <(du -bcm kali-linux-1.0.8-amd64.iso | tail -1); echo $start
parted /dev/sdb mkpart primary $start $end

I type in...
fdisk -l

And it tells me I only have 2 partitions sdc1 and sdc2, but there should by now be 3 including sdc3... I think...

Any help is appreciated.