I don't get this:
Installed the latest version (2020-07-27) under Windows 10 version 2004.
I worked without any problem. (Created a 32GB RAMdisk R:\ for TEMP folders and such.)
Today when i booted up, got al kinds on errors that had to do with TEMP folders missing.
And indeed no more R-drive. (Launch at Windows startup option selected)
Now i cannot get it working anymore when using the "ImDISK RamDisk Configuration" tool.
i get: "Error:the volume cannot be formatted." as shown in image1.
Strange thing is that i cán create a ramdrive with "ImDisk Virtual Disk Driver" tool which i then can format from the explorer.
Seems that "ImDisk RamDisk Configuration" cannot complete the format somehow.
I have re-installed etc. ,but cannot get it working again.
What could this be?
I haven't found anything similair in this duscussion so far.
Unusual indeed...
The GUI relies on the format.com executable that is assumed to be in the System32 directory of Windows.
Is this executable still present? Can you use it from a command prompt?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
C:\WINDOWS\system32>format.com /?
Formats a disk for use with Windows.
FORMAT volume [/FS:file-system][/V:label][/Q][/L[:state]] [/A:size][/C][/I:state][/X][/P:passes][/S:state]
FORMAT volume [/V:label][/Q][/F:size][/P:passes]
FORMAT volume [/V:label][/Q][/T:tracks /N:sectors][/P:passes]
FORMAT volume [/V:label][/Q][/P:passes]
FORMAT volume [/Q]
When i initially want to create ramdrive via GUI
The R-drive apears with no capacity and de GUI is stuck as seen in image2
C:\WINDOWS\system32>imdisk -a -m Z: -s 100M -p "/fs:NTFS /q /y"
Creating device...
Created device 1: Z: -> Image in memory
Formatting disk Z:...
The type of the file system is RAW.
The new file system is NTFS.
QuickFormatting 100,0 MB
Creating file system structures.
Format complete.
100,0 MB total disk space.
97,8 MB are available.
Notifying applications...
Done.
I have a working Z-drive then.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
OK thanks. For now I cannot explain what's wrong.
As a workaround, you can try to create a scheduled task with a command such as
imdisk -a -m R: -s 32G -p "/fs:NTFS /q /y"
(first, use the Unmount button from the GUI to unregister the current ramdisk)
👍
1
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This is the first report I see for this error.
It's not consistent. If RamDiskUI.exe fails to call format.com, then it should be the same for imdisk.exe because they have the same privileges.
Are you using an antivirus? Which one? Have you tried to disable it?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
"I had this problem as well. Windows Security had flagged as a threat. Set to "Allow" fixed it for me."
I bump the old thread what does this sentence mean? where to change it? If I have windows defender disabled, I don't use any antivirus and still can't format the drive?
I have been using imdisk for over a dozen years, but on win10 the last build is not working as it should, please help.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I had the same problem on Win 10 20H2. It was resoled by Switching the Controlled folder access setting to Off, set up the RAMDisk, and then Switch the Controlled folder access setting to On. Here is detail:
Controlled folder access in Windows Security reviews the apps that can make changes to files in protected folders and blocks unauthorized or unsafe apps from accessing or changing files in those folders.
1. Select Start > Settings > Update & Security > Windows Security > Virus & threat protection.
2. Under Virus & threat protection settings, select Manage settings.
3. Under Controlled folder access, select Manage Controlled folder access.
4. Switch the Controlled folder access setting to On or Off.
Here is the link: https://support.microsoft.com/en-us/windows/allow-an-app-to-access-controlled-folders-b5b6627a-b008-2ca2-7931-7e51e912b034
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I don't get this:
Installed the latest version (2020-07-27) under Windows 10 version 2004.
I worked without any problem. (Created a 32GB RAMdisk R:\ for TEMP folders and such.)
Today when i booted up, got al kinds on errors that had to do with TEMP folders missing.
And indeed no more R-drive. (Launch at Windows startup option selected)
Now i cannot get it working anymore when using the "ImDISK RamDisk Configuration" tool.
i get: "Error:the volume cannot be formatted." as shown in image1.
Strange thing is that i cán create a ramdrive with "ImDisk Virtual Disk Driver" tool which i then can format from the explorer.
Seems that "ImDisk RamDisk Configuration" cannot complete the format somehow.
I have re-installed etc. ,but cannot get it working again.
What could this be?
I haven't found anything similair in this duscussion so far.
Last edit: Juan Pablo 2020-08-27
Unusual indeed...
The GUI relies on the format.com executable that is assumed to be in the System32 directory of Windows.
Is this executable still present? Can you use it from a command prompt?
Yes it's present
C:\WINDOWS\system32>format.com
Required parameter missing -
C:\WINDOWS\system32>format.com /?
Formats a disk for use with Windows.
FORMAT volume [/FS:file-system] [/V:label] [/Q] [/L[:state]] [/A:size] [/C] [/I:state] [/X] [/P:passes] [/S:state]
FORMAT volume [/V:label] [/Q] [/F:size] [/P:passes]
FORMAT volume [/V:label] [/Q] [/T:tracks /N:sectors] [/P:passes]
FORMAT volume [/V:label] [/Q] [/P:passes]
FORMAT volume [/Q]
When i initially want to create ramdrive via GUI
The R-drive apears with no capacity and de GUI is stuck as seen in image2
regards,
JP
Last edit: Juan Pablo 2020-08-28
Can you try this command from an elevated command prompt and copy here the output?
imdisk -a -m Z: -s 100M -p "/fs:NTFS /q /y"
Yes, see result:
C:\WINDOWS\system32>imdisk -a -m Z: -s 100M -p "/fs:NTFS /q /y"
Creating device...
Created device 1: Z: -> Image in memory
Formatting disk Z:...
The type of the file system is RAW.
The new file system is NTFS.
QuickFormatting 100,0 MB
Creating file system structures.
Format complete.
100,0 MB total disk space.
97,8 MB are available.
Notifying applications...
Done.
I have a working Z-drive then.
OK thanks. For now I cannot explain what's wrong.
As a workaround, you can try to create a scheduled task with a command such as
imdisk -a -m R: -s 32G -p "/fs:NTFS /q /y"
(first, use the Unmount button from the GUI to unregister the current ramdisk)
Workaround works fine via a scheduled task. (system startup)
You think the issue wil be looked at in the future ?
Am i the first with this issue ?
Thanks for your help so far, much appreciated.
Ragards,
JP
This is the first report I see for this error.
It's not consistent. If RamDiskUI.exe fails to call format.com, then it should be the same for imdisk.exe because they have the same privileges.
Are you using an antivirus? Which one? Have you tried to disable it?
I use Symantec Endpoint Protection.
I disabled it, but no effect.
ImDisk GUI has worked with this antivirus enabled the day i installed it.
I had this problem as well. Windows Security had flagged as a threat. Set to "Allow" fixed it for me.
"I had this problem as well. Windows Security had flagged as a threat. Set to "Allow" fixed it for me."
I bump the old thread what does this sentence mean? where to change it? If I have windows defender disabled, I don't use any antivirus and still can't format the drive?
I have been using imdisk for over a dozen years, but on win10 the last build is not working as it should, please help.
I had the same problem on Win 10 20H2. It was resoled by Switching the Controlled folder access setting to Off, set up the RAMDisk, and then Switch the Controlled folder access setting to On. Here is detail:
Controlled folder access in Windows Security reviews the apps that can make changes to files in protected folders and blocks unauthorized or unsafe apps from accessing or changing files in those folders.
1. Select Start > Settings > Update & Security > Windows Security > Virus & threat protection.
2. Under Virus & threat protection settings, select Manage settings.
3. Under Controlled folder access, select Manage Controlled folder access.
4. Switch the Controlled folder access setting to On or Off.
Here is the link: https://support.microsoft.com/en-us/windows/allow-an-app-to-access-controlled-folders-b5b6627a-b008-2ca2-7931-7e51e912b034
Thank you James :) I had to change the ramdisk because I did not find a solution to this problem, I will check it in a moment, all best.