Hey

I downloaded the latest kali version and wrote it on a usb (8GB).
When I try to add Persistence to my live usb I get an error not enough space to build proposed filesystem while setting up superblock?

Here are my commands

root@kali:~# read start _ < <(du -bcm kali-linux-2016.2-amd64.iso | tail -1); echo $start
du: cannot access 'kali-linux-2016.2-amd64.iso': No such file or directory
0

root@kali:~# parted /dev/sdb mkpart primary $start $end
Warning: You requested a partition from 0.00B to 7000MB (sectors
0..13671875).
The closest location we can manage is 512B to 32.3kB (sectors 1..63).
Is this still acceptable to you?
Yes/No?
Yes/No? y
Warning: The resulting partition is not properly aligned for best
performance.
Ignore/Cancel? i
Information: You may need to update /etc/fstab.

mkfs.ext3 -L persistence /dev/sdb3
mke2fs 1.43.6 (29-Aug-2017)
/dev/sdb3: Not enough space to build proposed filesystem while setting up superblock


Hopefully someone can help me.
thank you in advance
th-vb

ps:
this is my fdisk command

root@kali:~# fdisk -l
Disk /dev/sda: 698.7 GiB, 750156374016 bytes, 1465149168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: EE6B6A78-3798-440A-8172-CFA32D5AB0FC

Device Start End Sectors Size Type
/dev/sda1 2048 1333247 1331200 650M Windows recovery environment
/dev/sda2 1333248 1865727 532480 260M EFI System
/dev/sda3 1865728 2127871 262144 128M Microsoft reserved
/dev/sda4 2127872 1269620447 1267492576 604.4G Microsoft basic data
/dev/sda5 1269620736 1271472127 1851392 904M Windows recovery environment
/dev/sda6 1417781248 1465137151 47355904 22.6G Microsoft basic data




Disk /dev/sdb: 14.3 GiB, 15376000000 bytes, 30031250 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xfe0119ca

Device Boot Start End Sectors Size Id Type
/dev/sdb1 * 64 5996543 5996480 2.9G 17 Hidden HPFS/NTFS
/dev/sdb2 5996544 5997951 1408 704K 1 FAT12
/dev/sdb3 1 63 63 31.5K 83 Linux

Partition table entries are not in disk order.


Disk /dev/loop0: 2.6 GiB, 2821902336 bytes, 5511528 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes