Announcement

Collapse
No announcement yet.

Dismount RAM Disk and save .img via CLI

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Dismount RAM Disk and save .img via CLI

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

  • #2
    Currently, saving the contents of a mounted disk to an image file via OSFMount CLI is not supported. You will need to use OSFMount GUI (or a 3rd party tool) to do this.

    Keith

    Comment


    • #3
      That's a shame. Are there any plans for it to be added do you know?

      Comment

      Working...
      X