-
-
Notifications
You must be signed in to change notification settings - Fork 236
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
is there a way to open disk devices in windows? #224
Comments
I'm not a Windows expert, so I don't really know what you expect this to do. Can other tools open this exact path? |
I want to open a device like I would open |
Can other tools open this exact path? |
Checking Windows's own This Stack Exchange thread gives more detail on why, but suffice it to say that unlike in Unix-like operating systems, Windows does not just let you access volumes/drives just like you can a file. I did some digging into the Windows file access methods and found that EDIT: After some more research, I found the My access to Windows is limited and I would not be able to test this implementation, so I would not be able to contribute to it. However, @whitequill, if you're interested in getting this to work, I've provided all the necessary details here to implement this yourself. |
I will give this some thought. As I need to look at the current hexyl code base and the Microsoft documentation. |
I was trying to open a device in hexyl with
hexyl.exe \\?\Volume{0893efeb-32d9-46d8-bc15-34d18c0e669a}\
does it not have this functionality yet?
this is the error that I get in cmd:
Error: The system cannot find the path specified. (os error 3)
I am using Administrator.
The text was updated successfully, but these errors were encountered: