I mount my disk image using
However, when I try to dismount it using
or
or use the
command, it fails to save the ramdisk contents as the .img file. Is this not supported via CLI, or am I doing it incorrectly?
Code:
osfmount -a -t vm -f C:\rd.img -o rw -m F:
Code:
osfmount -D -f C:\rd.img -m F:
Code:
osfmount -d -f C:\rd.img -m F:
Code:
-t vm
Comment