New IDE doesn't "see" virtual drive

Windows specific forum
dibor
Enthusiast
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

Post by dibor »

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?
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.
fryquez
Enthusiast
Enthusiast
Posts: 391
Joined: Mon Dec 21, 2015 8:12 pm

Re: New IDE doesn't "see" virtual drive

Post by fryquez »

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
dibor
Enthusiast
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

Post by dibor »

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 :(
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.
User avatar
Kuron
Addict
Addict
Posts: 1626
Joined: Sat Oct 17, 2009 10:51 pm
Location: Pacific Northwest

Re: New IDE doesn't "see" virtual drive

Post by Kuron »

Are you using 64 bit version of 5.73?
Best wishes to the PB community. Thank you for the memories. ♥️
dibor
Enthusiast
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

Post by dibor »

Kuron wrote: Wed Nov 08, 2023 1:52 pm Are you using 64 bit version of 5.73?
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.
User avatar
Kuron
Addict
Addict
Posts: 1626
Joined: Sat Oct 17, 2009 10:51 pm
Location: Pacific Northwest

Re: New IDE doesn't "see" virtual drive

Post by Kuron »

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. ♥️
dibor
Enthusiast
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

Post by dibor »

Yes, this is issue of 64bit version.
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.
User avatar
Kuron
Addict
Addict
Posts: 1626
Joined: Sat Oct 17, 2009 10:51 pm
Location: Pacific Northwest

Re: New IDE doesn't "see" virtual drive

Post by Kuron »

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. ♥️
User avatar
Kuron
Addict
Addict
Posts: 1626
Joined: Sat Oct 17, 2009 10:51 pm
Location: Pacific Northwest

Re: New IDE doesn't "see" virtual drive

Post by Kuron »

Perhaps try:

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. ♥️
User avatar
spikey
Enthusiast
Enthusiast
Posts: 767
Joined: Wed Sep 22, 2010 1:17 pm
Location: United Kingdom

Re: New IDE doesn't "see" virtual drive

Post by spikey »

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.
User avatar
Kuron
Addict
Addict
Posts: 1626
Joined: Sat Oct 17, 2009 10:51 pm
Location: Pacific Northwest

Re: New IDE doesn't "see" virtual drive

Post by Kuron »

Some info here along with a couple of other utilities:

https://superuser.com/questions/217561/ ... 7-explorer
Best wishes to the PB community. Thank you for the memories. ♥️
BarryG
Addict
Addict
Posts: 4168
Joined: Thu Apr 18, 2019 8:17 am

Re: New IDE doesn't "see" virtual drive

Post by BarryG »

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"
Works here for me.
User avatar
blueb
Addict
Addict
Posts: 1116
Joined: Sat Apr 26, 2003 2:15 pm
Location: Cuernavaca, Mexico

Re: New IDE doesn't "see" virtual drive

Post by blueb »

I'm using ImDisk Toolkit (x64), and have for years with no issues.
This 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.
64-bit: https://sourceforge.net/project ... Tk-x64.zip
- 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
dibor
Enthusiast
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

Post by dibor »

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?
Hi.
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.
BarryG
Addict
Addict
Posts: 4168
Joined: Thu Apr 18, 2019 8:17 am

Re: New IDE doesn't "see" virtual drive

Post by BarryG »

dibor wrote: Sun Nov 12, 2023 1:41 pmOnly PB x64 IDE doesn't see virtual drive, all others programs can.
Try disabling your anti-virus to see if that's the cause.
Post Reply