Choice of peristence, during a given bootsession, is optional.why /home is treated differently
Availability of /home during boot is mandatory.
Choice of peristence, during a given bootsession, is optional.why /home is treated differently
http://forum.mxlinux.org/viewtopic.php?f=104&t=47082. . .This persistance/remaster is just totally confusing to me.
. . .To avoid introducing confusion, the persistence setup gui begs the display of a disclaimer
PERSISTENCE WILL TAKE EFFECT WHEN YOU NEXT BOOT (AND YOU REQUEST/SPECIFY PERSISTENCE=ENABLED)
I haven't checked recently. If a disclaimer does already exist, it could stand to be more prominent.
Click to continue.
PERSISTENCE WILL TAKE EFFECT WHEN YOU NEXT BOOT (AND YOU REQUEST/SPECIFY PERSISTENCE=ENABLED)
got it.
Click to continue.
PERSISTENCE WILL TAKE EFFECT WHEN YOU NEXT BOOT (AND YOU REQUEST/SPECIFY PERSISTENCE=ENABLED)
. . .snapshot is separate from, doesn't depend on persistence.as [the OP's inquiry] has clearly demonstrated, the wording within the dialogbox is misleading.
The "flow" is also awkward, IIRC. Instead of displaying "OK success" then exiting after an operation has been performed,
the GUI returns to maindialog (for your convenience, in case you want to perform another operation). This looping (loopy?) behavior has caught me off-guard on multiple occasions. It leaves ya hanging, wondering, "did that change go through, or should I do it again?"
skidoo wrote:antixforum...topic/improvements-and-looks
Recurring posts to both the MX and antiX forums have mentioned new user confusion regarding available persistence settings.
A “more thorough” description for each option would be helpful but character count is limited within the liveboot F1 help screens (no scrollbar, so ability to scroll to read long texts isn’t visually obvious). Wording in some of the status quo terse descriptions is misleading / inexact / inaccurate and certainly invites confusion, e.g.:
root user? root filesystem? Changes to files pathed under /home are NOT preserved???persist_root …. Fast. Only saves root
In this case, the terse description is attempting to emphasize the fact that “only” a rootfs save file is created/used. Problem: at this point in his/her reading, the user likely doesn’t need to know, or care, whether or not “only a single savefile” will be utilized. In other words, drowning the user in unnecessary details.
Maybe a fresh pair of eyes reading this “improvements” topic can suggest brilliant wording for these terse descriptions. In the meantime, I’ll suggest that the names themselves could be changed. “persist_all” could become “persist_dual” (emphsizing dual savefiles), leaving that label available for what is currently described as persist_root…
(SMOOSHED to fit 80char line width)
persist_all ….. Fast(Uses RAM) At shutdown, saves all rootfilesystem changes
.
ref: Gfxboot :: Help/antiX/en.html
Thats might be a good "default", but you missed the point that a user wants / needs to start without persistence in order to recover/copy from his existing home/root-persist-files some files and settings into a new home/root-persist file.rs55 wrote: Fri Mar 29, 2019 2:39 pm - The average user , who set up his system , then made a live usb, then wants to use that usb in a persistent mode. For this user it makes no sense to not persist everything ( "root" and home).
...
The choices that make sense for this user are:
- Want to lock your system files from changes? ( ie. persist_home ?)
You can study the wiki or ask here to avoid such shocks. Boot parameter are explained in the wiki https://mxlinux.org/wiki/system/boot-parameters/rs55 wrote: Fri Mar 29, 2019 2:39 pm In fact he will get a nasty shock if he uses persist-root and discovers that his entire home folder has been wiped clean ( happened to me!).
The toram option has nothing todo with save changes when shutting down or reboot:rs55 wrote: Fri Mar 29, 2019 2:39 pm - Want to use ram for better speed? (This will require you to save changes before rebooting)
Code: Select all
toram .................. Copy the compressed file system to RAM.
That's a sub-optimal idea to store such big downloaded files within the persistence-file.rs55 wrote: Fri Mar 29, 2019 2:39 pm Then there is the user who is starting with a downloaded iso and wants to tweak it persistently.
persist_root does not deal with home-persistence.rs55 wrote: Fri Mar 29, 2019 2:39 pm The choices for such a user are:
- Want to preserve changes to /home? ( I dont think any of the current choices allow this - since persist_root also persists the /home folder). But such a user may well want a clean /home to distribute to friends .
- Want to use ram for better speed?
HTHhttps://gitlab.com/antiX-Linux/antiX-Gfxboot/blob/master/Help/antiX/en.html wrote:F5: Persistence Options
off ............. No Persistence/No frugal
persist_all ..... Fast. Saves root and home (uses RAM, saves at shutdown)
persist_root .... Fast. Only saves root (uses RAM, saves at shutdown)
persist_static .. Slow. Saves root and home (no RAM use, saves constantly)
persist_home .... Only home persistence
frugal_persist .. Frugal with both root and home persistence
frugal_root ..... Frugal with only root persistence
frugal_static ... Frugal with home and static root persistence
frugal_home ..... Frugal with only home persistence
frugal_only ..... Only Frugal, no persistence
Frugal
Copy files from the install media (LiveCD/USB) to an internal hard
drive partition and finish booting from that. Think of this as a
to-disk analogy of toram boot parameter.
Root Persist
Save all the changes to the file-system in RAM and then transfer these
changes to disk right before you shutdown or reboot. Fast, but space is
limited by how much RAM you have.
Static Root
Saves all your file-system changes directly to a file. This can be slow
but it requires no extra RAM and no changes need to be transfered when
you shutdown.
Home Persist
Only save changes to files and directories under /home. This will
include all of your bookmarks and personal settings. Changes are stored
immediately and speed is almost never an issue.
person A sez
if he uses persist-root and discovers that his entire home folder has been wiped clean ( happened to me!).
person B sez
persist_root does not deal with home-persistence.
Has MX persistence labeling, and behavior, diverged from that of antiX?person C helptext sezCode: Select all
persist_root ... Fast. Only saves root (uses RAM, saves at shutdown)
Code: Select all
name of persistence optionA
description of persistence optionA
name of persistence optionB
description of persistence optionB
I wonder if that's truly what happened.person A sez
if he uses persist-root and discovers that his entire home folder has been wiped clean ( happened to me!).