Announcement

Collapse
No announcement yet.

command line for OSFMount

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

  • 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

  • #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


    • #3
      would the command line be

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

      tia

      Comment

      Working...
      X