Announcement

Collapse
No announcement yet.

RAM Drive issues with OSFMount V1.5(1015)

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

  • RAM Drive issues with OSFMount V1.5(1015)

    I have searched the forum and found a few threads regarding this topic, but none of them seem to have the same problem.

    Here is my command line:
    OSFMount.exe -a -t vm -s 1G -o rw -m D:

    The OSFMount GUI launches but a drive is never mounted. (Just to be clear, the problem is NOT that the drive isn't yet formatted. The drive does not exist.)

    I am running this under 64bit Win7.

    What am I doing wrong?

  • #2
    Can you try running the same command but without the '.exe' extension:

    OSFMount -a -t vm -s 1G -o rw -m D:

    The GUI executable, OSFMount.exe, does not support mounting via command line parameters.

    Comment


    • #3
      That worked. Thank you.

      Originally posted by keith View Post
      Can you try running the same command but without the '.exe' extension:

      OSFMount -a -t vm -s 1G -o rw -m D:

      The GUI executable, OSFMount.exe, does not support mounting via command line parameters.

      Comment

      Working...
      X