How to install Kali Linux Live Persistence

Опубликовано: 06 Август 2026
на канале: 好好的人 Good Good A Man
17
0

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 :)