Velvet Star Monitor

Standout celebrity highlights with iconic style.

general

Persistent file on USB

Writer Emily Wong

I've created a persistent file (4GB) on the USB drive I boot off of. Correct me if I'm wrong but will creating this persistent file, allow changes in the Ubuntu environment?

If so, after each reboot, I lose all file changes and applications installed which defeats the purpose of a persistent file. If not, please explain what a persistent file is and what it's used for?

8

1 Answer

In short. Persistence is the space on your USB key the will be used to store information, so that that information is still there after a reboot.

Confirm that your syslinux.cfg, has the word persistence in it. If not you can add it after the first --. Code:

-- persistence

For more information click Here

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy