I would expect the "savefile" can/should be usable within any Linux distro since it merely is a complete partition within a file that us usually viewed/used via a loop device.Further the partition-filesystem that is within the file is a Linux filesystem (i.e. ext2/3/4)
I maintain ALL of a given PCs session-saves in a folder on each PC for 2 very good reasons:
.A USB was never meant by design for ANY major interactive system use like a system drive by its spec. And until this last year, NONE of them performed to the spec their manufacturers published. Most recently many are better, but performance and the design spec's intended use suggests the system drive is a better unit for what we do with persistence files over the past 2 decades.
To boot ISO files (using a USB) for me, is the best use of any stick USBs in my testing. They don't yield any other benefit for any other reason in my test; EXCEPT the benefit of moving the stick from one PC to another EASILY.
OUTSIDE of the performance factor, the intent of the sticks are for portable carry from unit to unit.This has been presented at so many developer's seminars over the first decade of their use with no favorable changes until recently.
There are people who will use them for other purposes beyond what I am mentioning, but many of us who know, do not.
I do have a question, though and ask for KLV community guidance.
For PUPs over the years and for FATDOG, as well, I am comfortable in save-session management. For many-many years, PUP + FATDOG sessions were saved on the system drive in a partition. Every PC I set up and each time guiding a new user, its ALWAYS the same for sessions; Each PC is set identically:
carve an area of the system drive for Linux use
format the area (partition) as a Linux partition
Label the partition with the same name of EVERY PC I setup
Create a Sessions folder of that partition where ALL session-saves are kept
In PUPs, the SAVESPEC file and feature in PUP's design explains how I have done sessions: A WoofCE PUP boots and uses the file where appropriate as it assist in Session management for me. SAVESPEC file's 3 line content:
Code: Select all
SS_MEDIA= <== the media type for saving sessions is here
SS_ID= <== the partition's label for saving sessions is here
SS_DIR= <== the directory for saving sessions is here
In the most recent of PUPs, this makes simple the session management for both pristine as well as multi-booted PUPs.
If your PUP use has done so for you, as it should, you will find it in the folder where your ISO files are kept; at least for me, this is where it was placed by a prior PUP.
All of my sessions for ALL PUPs and DOGs are kept in the Sessions folder. EAch PUP//DOG can-will find their session-saves there when booted. On pristine boots, the PUP offers to save there.
NOw the QUESTION
For WDL/RAM0/RAM2, how would your recommend my w_changes= be coded, knowing this arrangement? (i know this has been asked before, but, I think the recommendation could be different, now.)
I know this is wordy, but I hope it presents a complete picture of the environment at hand.
BTW: This arrangement is the same WHEREVER I carry the USB to.
AND, would the answer be the same for @fredx181's DOGs, except of course it is "changes=" there for its persistence.