Hey.
If I use GUI when creating RAMDISK, then disks are created and the system sees them (disks are displayed in my computer folder)
If I use the console, the command:
I see that drives are created, I see it in the application OSFMount.exe and in the console using the commands:
But in the explorer and in the folder of my computer, I do not see the drives. even if you use the F5 key, discs are not displayed.
OS: Windows 7 SP1 x64
How i can fix it?
If I use GUI when creating RAMDISK, then disks are created and the system sees them (disks are displayed in my computer folder)
If I use the console, the command:
Code:
OSFMount.com -a -t vm -s 512M -o format:fat32:"RamDisk",logical,rw -m V: Creating device... Created device 6: V: -> VM image Formatting drive with volume label RamDisk Done
I see that drives are created, I see it in the application OSFMount.exe and in the console using the commands:
Code:
wmic logicaldisk get description,name Description Name Local Fixed Disk C: Local Fixed Disk D: Local Fixed Disk E: Local Fixed Disk F: Local Fixed Disk G: CD-ROM Disc H: Local Fixed Disk I: Local Fixed Disk N: Local Fixed Disk O: Local Fixed Disk V: //<--- its RAMDisk
But in the explorer and in the folder of my computer, I do not see the drives. even if you use the F5 key, discs are not displayed.
OS: Windows 7 SP1 x64
Code:
OSFMount.com --version PassMark OSFMount Command Line Interface. Version V3.0 (Build 1005) - (Compiled May 31 2019)
Comment