RAM Drive issues with OSFMount V1.5(1015)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • HowardAbraham
    Junior Member
    • Feb 2016
    • 2

    #1

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

    #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

    • HowardAbraham
      Junior Member
      • Feb 2016
      • 2

      #3
      That worked. Thank you.

      Originally posted by keith
      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...