Hi, this is a video sharing on how to install USB Live Persistence in Kali Linux. Kali Linux Persistence allow users the keep data in Kalai Linux Live which runs on Bootable USB Drive.
Below are some of the commands that I use in the video:
fdisk -l
fdisk /dev/sdb
fdisk -l
mkfs.ext4 -L persistence /dev/sdb3
e2label /dev/sdb3 persistence
mkdir -p /mnt/wifibox
mount /dev/sdb3 /mnt/wifibox
umount /dev/sdb3
Thanks for watching :)