How To Create Persistent/Permanent storage Live USB On Ubuntu 18.04,19.04, Linux Mint and Debian based system. How to Create a Live Ubuntu USB Drive With Persistent Storage.
How To Create Persistent Live USB On Linux Mint.
How To Create Persistent Live USB On Debian based system.
In this tutorial we will showing you how to create persistent Live USB using Mkusb tool on Ubuntu and its variants.
As we all know that live USB drive is normally use to install os and also use to boot system blank.
We have boot with and if do some changes like install software or make files,folders.
But as soon re boot the system all the changes are wiped out.
A persistent live USB is just like a portable Computer.
Here You can save files,folders,install software and customize setting as you want.
All the changes done by you remain after shutdown or reboot.
Here We Are Using mkusb Tools to Make persistent live USB.
Mkusb is a graphical utility to make bootable persistent live USB drives on Ubuntu Linux.
Install mkusb on Ubuntu, Linux Mint or Debian
Command Used:-
mkusb can be installed by using its official PPA:
sudo add-apt-repository ppa:mkusb/ppa
sudo apt update
sudo apt install --install-recommends mkusb mkusb-nox usb-pack-efi

0 Comments