|
|
There is a set of command line switches that you can use to create, delete and manipulate RAM disks. These can be used as ramdiskws.exe /switch:data.
Switch |
Description |
Examples |
||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| /import:filename.xml | Reads RAM disk definitions previously saved to a file by the File - Export Disks command. Disk definitions read from the file are appended to the existing ones and are not mounted. | /import:"C:\John Smith\test.xml" | ||||||||||||||||||
| /mount:driveletter | Mounts an existing RAM disk. Specify all to mount all the existing RAM disks. | /mount:R /mount:all |
||||||||||||||||||
| /unmount:driveletter | Unmounts an existing RAM disk. Specify all to unmount all the existing RAM disks. | /unmount:R /unmount:all |
||||||||||||||||||
| /del:driveletter | Deletes an existing RAM disk. Specify all to delete all the existing RAM disks. | /del:R /del:all |
||||||||||||||||||
| /add:param=value, param=value,... | Adds a new RAM disk based on the following case-insensitive parameters:
|
/add:"letter=R, fs=FAT32, size=100M" /add:"letter=I, image=c:\image files\filename.svi" /add:"type=boot, letter=B, fs=NTFS, size=50M, mount=no" |