command line for OSFMount

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sulasno
    Junior Member
    • Jul 2011
    • 2

    #1

    command line for OSFMount

    need help for a command line to create a RAMdisk of 512 MB and assigned to the letter "R"

    intend to put it in the start up folder of WinXP where after booting the RAMDisk will be created automatically
  • David (PassMark)
    Administrator
    • Jan 2003
    • 11033

    #2
    Check this post,
    http://www.passmark.com/forum/showthread.php?t=3120

    And the help file that comes with the OSFMount software. The help file documents the command line parameters.

    You'll need to use
    -a to mount a new drive
    -t vm to say it is a RAM drive
    -s 512M to say it is 515MB
    -m R: to say it should be assigned to drive R:

    Comment

    • sulasno
      Junior Member
      • Jul 2011
      • 2

      #3
      would the command line be

      C:\osfmount\OSFMount.exe -a -t vm -s 512M -m R:

      tia

      Comment

      Working...