Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
wiki:persistent_home [2011/04/24 22:03] – Guy | wiki:persistent_home [2011/06/16 13:04] (current) – Guy | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Persistent home and opt ====== | ====== Persistent home and opt ====== | ||
+ | ==== When Installed on a Hard Drive ==== | ||
- | Tiny Core loads into ram and by default it's /home directory | + | The best way to run Tinycore when installed on a hard drive, |
+ | |||
+ | To have persistent | ||
+ | |||
+ | < | ||
+ | |||
+ | to the bootloader. If not in sda1, use the correct partition. | ||
+ | |||
+ | ==== When Installed on a USB Drive ==== | ||
+ | |||
+ | When setting up persistent | ||
+ | |||
+ | To set up persistent opt, edit the bootloader configuration file, adding persistent opt. | ||
+ | |||
+ | If you have installed Tinycore using the installer, you should already have tce=UUID=" | ||
+ | |||
+ | < | ||
+ | |||
+ | Use the UUID number for your USB drive. | ||
+ | |||
+ | To set up persistent home, do the same for home. | ||
+ | |||
+ | If you have not installed Tinycore | ||
+ | |||
+ | <code>blkid -s UUID / | ||
+ | |||
+ | If not sda1, use the correct partition. | ||
+ | |||
+ | ==== Backup ==== | ||
+ | |||
+ | If you use backup as well as persistent home and opt, edit /opt/.filetool.lst, | ||
+ | |||
+ | For more information, | ||
+ | |||
+ | * [[Backup]] | ||
- | Note: After setting up persistent home you may want to edit your .filetool.lst to prevent Tiny Core from backing up data in your home directory. You should only backup files that are important and/or are lost after rebooting. See [[Backup - Restore]]. |