Hello!
I'm stuck trying to do something via the CLI that I can do from the GUI just fine, I am attempting to use the CLI to create a new ram drive that's using physical disk drive emulation, with a drive type of HDD, from an IMG.
Using the UI, I create it by doing:
Step1:
* Disk Image File (point to an IMG file on the local machine (created in previous OSFMount session and saved)
* Check the box for Mount as RAM drive
Step 2:
* Choose mount entire image as virtual disk
Step 3:
* Don't select anything
Step 4:
* Unselect Read-Only Drive
* Drive Emulation: Physical Drive Emulation
* Drive Type: HDD
Once I do this, it works perfectly. I've tried to do the same with the CLI and this is as close as I've gotten:
If I do this:
OSFMount.com -a -t vm -f "C:\LocalVMStorage\Virtual Hard Disks\transcode.img" -o rw
It tells me a drive letter must be specified.
If I try one of these:
OSFMount.com -a -t vm -f "C:\LocalVMStorage\Virtual Hard Disks\transcode.img" -o rw -m "\\.\PhysicalDrive1"
OSFMount.com -a -t vm -f "C:\LocalVMStorage\Virtual Hard Disks\transcode.img" -o rw -m #
I get a message saying that junction points aren't supported.
I know that I can make this work manually/GUI. Is there a combination of switches to do this via the CLI? I've also tried adding to the -o fix and hd (from release notes) options.
I'm using the latest beta version.
Thanks in advance!
-Jim
I'm stuck trying to do something via the CLI that I can do from the GUI just fine, I am attempting to use the CLI to create a new ram drive that's using physical disk drive emulation, with a drive type of HDD, from an IMG.
Using the UI, I create it by doing:
Step1:
* Disk Image File (point to an IMG file on the local machine (created in previous OSFMount session and saved)
* Check the box for Mount as RAM drive
Step 2:
* Choose mount entire image as virtual disk
Step 3:
* Don't select anything
Step 4:
* Unselect Read-Only Drive
* Drive Emulation: Physical Drive Emulation
* Drive Type: HDD
Once I do this, it works perfectly. I've tried to do the same with the CLI and this is as close as I've gotten:
If I do this:
OSFMount.com -a -t vm -f "C:\LocalVMStorage\Virtual Hard Disks\transcode.img" -o rw
It tells me a drive letter must be specified.
If I try one of these:
OSFMount.com -a -t vm -f "C:\LocalVMStorage\Virtual Hard Disks\transcode.img" -o rw -m "\\.\PhysicalDrive1"
OSFMount.com -a -t vm -f "C:\LocalVMStorage\Virtual Hard Disks\transcode.img" -o rw -m #
I get a message saying that junction points aren't supported.
I know that I can make this work manually/GUI. Is there a combination of switches to do this via the CLI? I've also tried adding to the -o fix and hd (from release notes) options.
I'm using the latest beta version.
Thanks in advance!
-Jim
Comment