-
Notifications
You must be signed in to change notification settings - Fork 18
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
Can't use VHD[X] files on ZFS #381
Comments
addon needed? |
Ah |
@andrewc12 note to self for regression tests |
Wow, amazing response. I wanted to note that I was able to use a VHDX file by setting it up on a NTFS drive and then migrating the VM to a ZFS drive, but it looks like you've already solved it. Is that File Spy you're using for the events or something else? I've had problems running Steam games from ZFS and I'd like to be able to do some troubleshooting around that. Thanks again for your quick response! |
Yeah,
|
System information
Describe the problem you're observing
Power Shell commands can't access VHD files on ZFS volumes. I appear to be able to create them successfully, but accessing them afterwards with a command like Get-VHD results in an immediate failure.
Describe how to reproduce the problem
In a Power Shell window in a directory on a ZFS volume:
New-VHD -Path .\test.vhd -SizeBytes 16GB
Get-VHD -Path .\test.vhd
Passing the full file path makes no difference. Creating a VHDX file has the same problem. Sorry, I don't use Windows much so I don't know how to get much more than that, but I'm happy to follow any instructions to provide more detailed info.
Include any warning/errors/backtraces from the system logs
The text was updated successfully, but these errors were encountered: