Is it possible to list available (but not yet mounted) virtio filesystems by tag? #568
Unanswered
InfoSec812
asked this question in
Q&A
Replies: 1 comment
-
I am trying to get sufficient information via WMI, but so far I cannot differentiate:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to write some PowerShell automation to check to see which virtiofs filesystems are available. Is this possible? So far I have been unable to find a way using any of the tools installed via WinFsp.
Ideally, I would like a command which asks "Does a device tagged XXX exist for virtiofs" and get a positive or negative response.
For example, on a test VM I have 2 virtiofs items tagged XXXX and YYYY. I would like a way to list those BEFORE I try to mount them. Or, at least check to see if they exist before I mount them.
Beta Was this translation helpful? Give feedback.
All reactions