Attach USB device to multiple Qubes at once?

Is it possible to attach an USB device to multiple Qubes at once, without creating partitions for each Qube and then attaching them?

Or is there any other way to use a USB device with multiple AppVMs at once?

What I’m trying to accomplish:
Use the files of an encrypted device on multiple Qubes simultaneously.

Not that I’m aware of.

Maybe this could help

https://github.com/Rudd-O/qubes-shared-folders

If all you need is read-only access it’s possible, e.g.:

[user@dom0 ~]$ qvm-block attach --ro qube1 sys-usb:sda
[user@dom0 ~]$ qvm-block attach --ro qube2 sys-usb:sda
[user@dom0 ~]$ qvm-block attach --ro qube3 sys-usb:sda

See also: