I mount my disk image using
However, when I try to dismount it usingCode:osfmount -a -t vm -f C:\rd.img -o rw -m F:
orCode:osfmount -D -f C:\rd.img -m F:
or use theCode:osfmount -d -f C:\rd.img -m F: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:-t vm

Reply With Quote
