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

Ability to automatically attach some drives to PVMs #992

Closed
v6ak opened this Issue May 7, 2015 · 1 comment

Comments

Projects
None yet
2 participants
@v6ak

v6ak commented May 7, 2015

I'd like to be able to add multiple R/W images to my AppVMs. This is currently possible for HVMs, but not for PVMs.

Usage examples:

  • SSD + HDD combination
  • multiple FSs with different settings (e.g. long-commit FS or non-journaling FS for some special purposes where persistence is not so critical – cache, logs)

This may require a custom fstab or at least a simple startup script that mounts the extra filesystem.

Related discussion: https://groups.google.com/forum/#!topic/qubes-users/vPUlrNNX3vc

@marmarek marmarek added this to the Release 3.1 milestone May 12, 2015

@marmarek marmarek modified the milestones: Release 4.0, Release 3.1 Feb 8, 2016

andrewdavidwong added a commit that referenced this issue May 31, 2016

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Jul 13, 2017

Member

qvm-block (and other qvm-device) in Qubes 4.0 support --persistent option, which is exactly for this purpose.

Member

marmarek commented Jul 13, 2017

qvm-block (and other qvm-device) in Qubes 4.0 support --persistent option, which is exactly for this purpose.

@marmarek marmarek closed this Jul 13, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment