Dismount RAM Disk and save .img via CLI

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • InfiniteRecall
    Junior Member
    • Jun 2012
    • 3

    #1

    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?
  • keith
    Employee
    • Oct 2010
    • 713

    #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

    • InfiniteRecall
      Junior Member
      • Jun 2012
      • 3

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

      Comment

      Working...