Shopping cart    |      
Results 1 to 3 of 3

Thread: Dismount RAM Disk and save .img via CLI

  1. #1
    Join Date
    Jun 2012
    Posts
    3

    Default 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. #2
    Join Date
    Oct 2010
    Posts
    22

    Default

    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

  3. #3
    Join Date
    Jun 2012
    Posts
    3

    Default

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

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •