FS-plugin: VirtualDisk
Moderators: Hacker, petermad, Stefan2, white
rainer.wendland
I'm not sure. There is another open source project ImDisk, but I did not look into it. In any case, even if it emulates physical device, changing the plugin to use another driver would require too much effort.
I'm not sure. There is another open source project ImDisk, but I did not look into it. In any case, even if it emulates physical device, changing the plugin to use another driver would require too much effort.
Flint's Homepage: Full TC Russification Package, VirtualDisk, NTFS Links, NoClose Replacer, and other stuff!
Using TC 11.03 / Win10 x64
Using TC 11.03 / Win10 x64
- Balderstrom
- Power Member
- Posts: 2148
- Joined: 2005-10-11, 10:10 UTC
Pismo Mount Audit package can mount iso's among a slew of other things
1) Zip a folder, e.g. a huge game; Mount the Zip file as a folder
---> Files can be changed when mounted.
2) Create a PismoMountFolder, mount it as an unlimited RAM drive.
---> When unmounted changed contents are preserved.
3) Mount an iso.
Among other uses.
1) Zip a folder, e.g. a huge game; Mount the Zip file as a folder
---> Files can be changed when mounted.
2) Create a PismoMountFolder, mount it as an unlimited RAM drive.
---> When unmounted changed contents are preserved.
3) Mount an iso.
Among other uses.
icfu
This plugin is just one of numerous ways for accessing/modifying image files. Defaulting it to read-only would only annoy users, but won't prevent corrupting the image by any other means (like hex editors, delete operations or even other image mount applications). I think, in your situation it is better to set read-only attribute to the image itself: then attempt to mount it in read-write mode will simply fail (and it will also give the image additional protection from other accidental modifications and removal).
This plugin is just one of numerous ways for accessing/modifying image files. Defaulting it to read-only would only annoy users, but won't prevent corrupting the image by any other means (like hex editors, delete operations or even other image mount applications). I think, in your situation it is better to set read-only attribute to the image itself: then attempt to mount it in read-write mode will simply fail (and it will also give the image additional protection from other accidental modifications and removal).
Flint's Homepage: Full TC Russification Package, VirtualDisk, NTFS Links, NoClose Replacer, and other stuff!
Using TC 11.03 / Win10 x64
Using TC 11.03 / Win10 x64
If it's mounted read-only it can still be modified? Interesting, didn't know that.but won't prevent corrupting the image by any other means (like hex editors, delete operations or even other image mount applications)
This will do for old images at least. For new ones I have to remind myself.I think, in your situation it is better to set read-only attribute to the image itself
Thanks.
This account is for sale
I didn't mean modifying it after mounting via VirtualDisk but working with the image file itself using other applications: direct editing in hex editors, mounting with other image mouting tools, or even accidental overwriting by another file when copying.icfu wrote:If it's mounted read-only it can still be modified? Interesting, didn't know that.
As well as remind yourself to avoid corrupting it by any other way except VirtualDisk. If you wish you can use some external script to set this checkbox automatically as soon as the dialog is opened, I won't put any obstacles to that (consciously, at least). In the meantime I'll think about adding a global option for preferring read-only mounting by default, but I cannot promise anything yet.icfu wrote:This will do for old images at least. For new ones I have to remind myself.
Flint's Homepage: Full TC Russification Package, VirtualDisk, NTFS Links, NoClose Replacer, and other stuff!
Using TC 11.03 / Win10 x64
Using TC 11.03 / Win10 x64
Totally got you wrong then... Sorry. Indeed I was only talking about mounting in TC, not other applications.

Thanks, maybe you'll find the time. Until then AHK.In the meantime I'll think about adding a global option for preferring read-only mounting by default, but I cannot promise anything yet.

This account is for sale
And it still does not work with dvddecrypter or imgburn. Shame.Flint wrote:ForumposterI didn't use this tool, but as you describe it, it seems that DVDDecrypter reads the system list of the devices, not of the logical drives. Sorry, but at present such programs cannot see the new drive created by the plugin. It is planned for the future, but I still don't have enough time to find out how to make it...I really like this plugin, but it does not seem to work with DVDDecrypter (
I often mount DVD Isos so I can load them into DVDDecrypter as drive to rip the DVD as it would be inserted in my DVD-Rom.
The TC Drives do not appear in DVDDecrypter, please fit that.
windows 10 support?
Does Virtualdisk work with Windows 10 (64bit)?
- thomasmolover
- Member
- Posts: 177
- Joined: 2016-12-12, 01:32 UTC
Re: windows 10 support?
Olfert wrote:Does Virtualdisk work with Windows 10 (64bit)?
Yes, it CAN, I use it always
Re: FS-plugin: VirtualDisk
How do I uninstall the driver, please?
TIA
Roman
TIA
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
Re: FS-plugin: VirtualDisk
2Hacker
Try(on an elevated CMD of course)
Regards
Dalai
Try
Code: Select all
net stop VD_FileDisk
sc delete VD_FileDisk
del %SystemRoot%\system32\drivers\vd_filedisk.sys
del %SystemRoot%\SysWOW64\drivers\vd_filedisk.sys
Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Re: FS-plugin: VirtualDisk
I haven't tried the plugin/tool, nor uninstalling it, but looking at the contents and what the !ReadMe_eng.txt from the tool says:

So I think:
i think you should do the oppositeIf you don't have the "Install" command in the context menu of the INF-file, you can install the driver manually:
copy the vd_filedisk.sys file into the \Windows\system32\drivers\ directory,
then import the file vd_filedisk.reg into the registry by double-clicking it, and restart the computer.

So I think:
- Set the startup type of the service to manual and stop the service and then delete
Code: Select all
c:\Windows\system32\drivers\vd_filedisk.sys
- In the registry delete the key
Code: Select all
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\VD_FileDisk
Re: FS-plugin: VirtualDisk
Dalai,
Appreciated!
white,
Indeed, thank you, basically same as Dalai wrote.
Roman
Appreciated!
white,
Indeed, thank you, basically same as Dalai wrote.
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.