New IDE doesn't "see" virtual drive
-
- Enthusiast
- Posts: 160
- Joined: Wed May 20, 2020 5:19 pm
- Location: The 3rd planet in the Solar System
- Contact:
New IDE doesn't "see" virtual drive
Hello guys.
I have virtual drive P: that was create by subst command.
Old 5.73 PB can see and open files from this drive, but new PB 6.03_x64 doesn't see drive P: when I try to open any file by "File" -> "Open".
Any ideas?
I have virtual drive P: that was create by subst command.
Old 5.73 PB can see and open files from this drive, but new PB 6.03_x64 doesn't see drive P: when I try to open any file by "File" -> "Open".
Any ideas?
Mac Studio M1Max, PB 6.12 Arm64 and x64.
Macbook Air M2, PB 6.12 Arm64 and x64.
Windows 10, PB 6.12 x64 and x86.
Macbook Air M2, PB 6.12 Arm64 and x64.
Windows 10, PB 6.12 x64 and x86.
Re: New IDE doesn't "see" virtual drive
Subst drives are session based.
If you create them as admin than only programs with admin rights can see them.
And vice-versa if you create them as normal user.
mapped-drives-not-available-from-elevated-command
If you create them as admin than only programs with admin rights can see them.
And vice-versa if you create them as normal user.
mapped-drives-not-available-from-elevated-command
-
- Enthusiast
- Posts: 160
- Joined: Wed May 20, 2020 5:19 pm
- Location: The 3rd planet in the Solar System
- Contact:
Re: New IDE doesn't "see" virtual drive
Hi.
I run PB as admin, anyway I do not see virtual drive.
With PB 5.73 I do not see any problem, if it runs as user or admin - I see virtual drive
Any changes in UAC or registry doesn't helps
I run PB as admin, anyway I do not see virtual drive.
With PB 5.73 I do not see any problem, if it runs as user or admin - I see virtual drive
Any changes in UAC or registry doesn't helps

Last edited by dibor on Wed Nov 08, 2023 1:52 pm, edited 1 time in total.
Mac Studio M1Max, PB 6.12 Arm64 and x64.
Macbook Air M2, PB 6.12 Arm64 and x64.
Windows 10, PB 6.12 x64 and x86.
Macbook Air M2, PB 6.12 Arm64 and x64.
Windows 10, PB 6.12 x64 and x86.
Re: New IDE doesn't "see" virtual drive
Are you using 64 bit version of 5.73?
Best wishes to the PB community. Thank you for the memories. 
-
- Enthusiast
- Posts: 160
- Joined: Wed May 20, 2020 5:19 pm
- Location: The 3rd planet in the Solar System
- Contact:
Re: New IDE doesn't "see" virtual drive
No, I tried with x86 version
Mac Studio M1Max, PB 6.12 Arm64 and x64.
Macbook Air M2, PB 6.12 Arm64 and x64.
Windows 10, PB 6.12 x64 and x86.
Macbook Air M2, PB 6.12 Arm64 and x64.
Windows 10, PB 6.12 x64 and x86.
Re: New IDE doesn't "see" virtual drive
Perhaps the issue is 64bit related? You could rule that out by trying the 64 bit version of 5.73.
Best wishes to the PB community. Thank you for the memories. 
-
- Enthusiast
- Posts: 160
- Joined: Wed May 20, 2020 5:19 pm
- Location: The 3rd planet in the Solar System
- Contact:
Re: New IDE doesn't "see" virtual drive
Yes, this is issue of 64bit version.
Have install PB6.03 x86 and I can see virtual drive
Any solution?
Have install PB6.03 x86 and I can see virtual drive

Any solution?
Mac Studio M1Max, PB 6.12 Arm64 and x64.
Macbook Air M2, PB 6.12 Arm64 and x64.
Windows 10, PB 6.12 x64 and x86.
Macbook Air M2, PB 6.12 Arm64 and x64.
Windows 10, PB 6.12 x64 and x86.
Re: New IDE doesn't "see" virtual drive
No solution, but I seem to remember I quit using virtual drives many years ago due to some odd 64bit quirk.
Best wishes to the PB community. Thank you for the memories. 
Re: New IDE doesn't "see" virtual drive
Perhaps try:
https://www.no-nonsens.nl/win-subst/
It says that 32bit is no longer supported. Hopefully it will work for 64 bit?
https://www.no-nonsens.nl/win-subst/
It says that 32bit is no longer supported. Hopefully it will work for 64 bit?
Best wishes to the PB community. Thank you for the memories. 
Re: New IDE doesn't "see" virtual drive
This is weird - it works fine for me on Windows 11 and PB6.03. I use persistent substitutions via the registry though - I wonder if that makes a difference. (See https://support.microsoft.com/en-us/top ... 26218a1a23 if you've not used registry files before).
Code: Select all
REGEDIT4
; Add a persistent drive substitution.
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\DOS Devices]
"P:"="\\??\\C:\\Path\\To\\Projects"
; Remove a persistent drive substitution.
; "P:"=-
Last edited by spikey on Wed Nov 08, 2023 3:03 pm, edited 1 time in total.
Re: New IDE doesn't "see" virtual drive
Some info here along with a couple of other utilities:
https://superuser.com/questions/217561/ ... 7-explorer
https://superuser.com/questions/217561/ ... 7-explorer
Best wishes to the PB community. Thank you for the memories. 
Re: New IDE doesn't "see" virtual drive
Works here for me.dibor wrote: Wed Nov 08, 2023 1:00 pmPB 6.03_x64 doesn't see drive P: when I try to open any file by "File" -> "Open"
Re: New IDE doesn't "see" virtual drive
I'm using ImDisk Toolkit (x64), and have for years with no issues.
64-bit: https://sourceforge.net/project ... Tk-x64.zipThis tool will let you mount image files of hard drive, cd-rom or floppy, and create one or several ramdisks with various parameters.
This all-in-one package includes the ImDisk Virtual Disk Driver (2.1.1), the DiscUtils library that extends the number of supported image file formats, and adds several GUIs and features.
- It was too lonely at the top.
System : PB 6.21(x64) and Win 11 Pro (x64)
Hardware: AMD Ryzen 9 5900X w/64 gigs Ram, AMD RX 6950 XT Graphics w/16gigs Mem
System : PB 6.21(x64) and Win 11 Pro (x64)
Hardware: AMD Ryzen 9 5900X w/64 gigs Ram, AMD RX 6950 XT Graphics w/16gigs Mem
-
- Enthusiast
- Posts: 160
- Joined: Wed May 20, 2020 5:19 pm
- Location: The 3rd planet in the Solar System
- Contact:
Re: New IDE doesn't "see" virtual drive
Hi.Kuron wrote: Wed Nov 08, 2023 2:18 pm Perhaps try:
https://www.no-nonsens.nl/win-subst/
It says that 32bit is no longer supported. Hopefully it will work for 64 bit?
Tried with this software - same result, PB x64 do not see virtual drive.

Only PB x64 IDE doesn't see virtual drive, all others programs can.
Do not understand

Mac Studio M1Max, PB 6.12 Arm64 and x64.
Macbook Air M2, PB 6.12 Arm64 and x64.
Windows 10, PB 6.12 x64 and x86.
Macbook Air M2, PB 6.12 Arm64 and x64.
Windows 10, PB 6.12 x64 and x86.
Re: New IDE doesn't "see" virtual drive
Try disabling your anti-virus to see if that's the cause.dibor wrote: Sun Nov 12, 2023 1:41 pmOnly PB x64 IDE doesn't see virtual drive, all others programs can.