-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature]: User Data Separation #955
Comments
I think this should be as simple as adding something like this to the
Just add a second drive and point this at it. Could either be another virtual disk or another hard drive mounted into the container. This would at least allow persistence of user data between re-installs of windows. But it doesn't solve the problem of storing the data outside of the virtual disk, it just seperates it from the main windows virtual disk. This could also allow for some seperation of applications as well since a lot of apps that are installed for "This user only" are generally installed in the users appdata folder. Source: https://www.tenforums.com/tutorials/1964-move-users-folder-location-windows-10-a.html |
Is your proposal related to a problem?
No, enhancement only
Describe the solution you'd like.
Still thinking of ideas on this one but I think it would be good to make the docker container and the VM disk image more disposable. It would be good to see a way with container variables to configure more options; to keep user data outside the disk image. User Profile disks is one option but ideally something file level instead of block would be great. Folder redirection could be an option but with user profiles this can bring other issues and some data not captured (appdata etc) maybe something like fslogix might be an option as well but still block storage but better than user profile disks.
Application separation while extreme would be neat too; though I don't see this doable today as there is no real open source method for this that I know of. Only VMware App Volumes really exists in this space.
Describe alternatives you've considered.
N/A
Additional context
No response
The text was updated successfully, but these errors were encountered: