Skip to content
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

Does not see any of my drives #243

Open
brendoncdrew opened this issue Oct 29, 2021 · 8 comments
Open

Does not see any of my drives #243

brendoncdrew opened this issue Oct 29, 2021 · 8 comments

Comments

@brendoncdrew
Copy link

brendoncdrew commented Oct 29, 2021

MakeInstall.bat shows NO drives at all...

brend@HPEE:~\gibMacOS master = $ [System.Environment]::OSVersion

Platform ServicePack Version VersionString


Win32NT 10.0.22489.0 Microsoft Windows NT 10.0.22489.0

brend@HPEE:~\gibMacOS master = $ python.exe --version
Python 3.9.7

Also Tried with python 3.1

Also tried hitting D key to show all drives...

STILL NOTHING..

PLZ HELP

@brendoncdrew brendoncdrew changed the title Does not seer any of my drives Does not see any of my drives Oct 29, 2021
@Otus9051
Copy link

Windows support is broken, see #236

@brendoncdrew
Copy link
Author

How about Linux support does that work?

@Otus9051
Copy link

Its a joke, can't even run.

@Masamune3210
Copy link

Works fine on 10.0.22000, if you are running release preview or beta software it really isnt the fault of the program dev when the OS decides to not behave

@Masamune3210
Copy link

image

@wilkergrcv
Copy link

If you are using an external hard drive instead of a flash drive, change this line in the MakeInstall.py file.

By default it will be like this:

def get_disks_of_type(self, disk_list, disk_type=(0,2)):

with this configuration makeinstall will only show removable and unknown devices

now just change that same line with a 3 looking like this

def get_disks_of_type(self, disk_list, disk_type=(0,2,3)):

save the file and run MakeInstall.bat again and be happy.

@RavHilton
Copy link

Same issue here - no drives are shown (Win 11, latest public build, latest public updates, Python 3.11.1, x64) and the addition of disk_type "3" as suggested by https://github.com/wilkergrcv makes no difference at all. Yes, already running elevated as admin...

Even after using option "D", all I see is as follows:

#######################################################

Potential Removable Media
#######################################################

!WARNING! This list includes ALL disk types.
!WARNING! Be ABSOLUTELY sure before selecting
!WARNING! a disk!

Q. Quit

Usage:

@KuusamoMart
Copy link

See issue 179 where I have carried out some investigations of the diskwin script and why it doesn't work correctly under Windows 11 and later releases of Windows 10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants