Romex Software Driver



PC Pitstop - PC Performance Roots. PC Pitstop began in 1999 with an emphasis on computer diagnostics and maintenance. During the early days of the dot com boom, our online PC maintenance tools were skyrocketing. Avior 7000 Software v1.21; Avior 8200. Avior 8200 Software v1.19; Castor. Castor Firmware v0.16; Castor Firmware v3.93 (old) Castor Software v1.44 (old) Naos 3200. Naos 3200 Software v1.07; Naos 5000. Naos 5000 Firmware v1.21; Naos 5000 Software v1.34; Naos 7000. Naos 7000 Firmware v0.16; Naos 7000 Firmware v3.10; Naos 7000 Software v1.24; Naos. Download Romex for iOS to mit dieser App knnen Sie bequem durch das ROMEX Produktsortiment blttern.Durch die eingebaute Produktempfehlung gelangen Sie direkt zum richtigen.

  1. Romex Software Driver
  2. Romex Software Drivers

My corporate laptop has 6 GB of RAM installed, but, only sees 3 GB of logical RAM. Why? My corporate IT departmentimages laptops with the 32-bit flavor of Windows 7.

As you can see in this screenshot from my Control Panel’s System information applet, installing more memory hits a glass ceiling with Windows at ~3GB.

My laptop has 6 GB of physical RAM installed, yet my user applications have access to less than half of the physical memory!

Hacking a Solution: “Physical Virtual Memory”

Fortunately, there is a solution to this problem. It’s a hack and it uses a reasonably priced piece of 3rd party commercial software.

The solution combines a feature of Windows known as Physical Address Extensions (PAE) in tandem with a RAMDISK as the storage “disk” for the virtual memory paging file. The result is a total hack – we’re using a page file to expose the address space of physical memory. It’s “physical virtual” memory. An oxymoron if I ever heard one!

A commercial software package called Primo Ramdisk Standard by Romex Software is needed to create the Ramdisk. It’s $30/seat.

This is the only Ramdisk driver I could find that:

  1. Supports Windows 7
  2. Supports PAE
  3. Supports the Intel/AMD physical memory remapping (“Invisible Memory”) chipset feature (read more)
  4. Not flagged as a removable storage device by our corporate data loss prevention nanny software

Performance

Indeed, the performance of this hack to use “physical virtual memory” will be less than just using a 64 bit O/S with it’s address space of 264 bytes. Nevertheless, paging to a RAMDISK will always beat paging to a magnetic hard drive, and will probably beat paging to a SSD disk as well.

I speculate there are a number of very good reasons why corporate IT would deploy 32-bit over 64-bit – availability of 64-bit client software for VPNs, anti-malware, remote backup agents, remote support agents, encryption policy engines; the difficulty in recreating and testing a new image from scratch; the density of older 32-bit laptops still in use.

Known Issues

Caveat Emptor: You must disable hibernation mode. Hibernating sporadically crashes upon shutdown or startup when using this hack. The good news is you will not miss much. My laptop clocked faster times with a normal shutdown/startup cycle compared to the time required to enter and exit hibernation. The disk IO was just too slow to copy 6 GB of RAM contents to into and out of the C:hiberfil.sys hibernation file.

Testing

This setup was tested successfully for over one year on a Lenovo ThinkPad T410 with 6 GB of RAM (2 GB +4 GB DIMMS) as well as one year on a Lenovo T420s with 8 GB of RAM. Please test your setup. Should your machine fail to restart after following below steps, you should boot into Windows Safe Mode and disable/uninstall the RAMDISK driver and paging file.

Setup (8 steps)

Step 1

Enable PAE in the Windows boot options, disable hibernation in the power options for Windows, and reboot the system.

Software

Run the following commands in Command Prompt (cmd.exe). Note this will force a restart in 30 seconds, so save your work.

Step 2

Install the commercial software Primo Ramdisk Standard by a vendor named Romex. There is a $30/seat license cost. Romex offers a 30 day free trial.

Step 3

Launch the Primo Ramdisk configuration program. (“%ProgramFiles%Primo Ramdisk Standard EditionFancyRd.exe”)

Step 4

Launch the dialog to configure “Invisible Memory Management”

Click the icon in the lower right corner of the configuration program that resembles an blue SD Card and a yellow wrench. On the dialog, click the “Enable IM” button. The default options worked successfully a Lenovo ThinkPad T410 (BIOS) and a Lenovo T420s (UEFI). See the Romex documentation on front-end/back-end reserve if you experience video card problems on your hardware.

Step 5

Define a new RAMDISK

a) Take note of the maximum amount of available invisible memory as displayed in the lower right hand corner of the main window. This will be the size of the RAMDISK.

b) Click the “Create a new disk” toolbar button to define a new persistent RAMDISK

c) Select “Direct-IO” as the disk type. This is the faster of the two options. Also, Credant will only ignore this device type.

d) Assign a drive letter of “Z”. This can be changed, however, a later step will need to be manually adjusted.

e) Leave “One Time Disk” unchecked to make this disk persistent across boots.

f) On the next dialog screen, enable the option for “Use Invisible Memory”. Leave all other options unchecked/disabled.

g) On the final dialog screen, select the FAT32 format and label the device “RAMDISK”.

Screenshots:

Romex Software Driver

Step 6

Modify Windows’ Virtual Memory settings

a) Run “sysdm.cpl” to open System Properties

b) Open the virtual memory dialog by selecting Advanced > Performance > Settings > Advanced > Virtual Memory > Change

c) Uncheck/disable “Automatically manage paging file size for all drives”

d) Select the “C:” drive in the drive list, and select the “No paging file” option. Click the Set button.

e) Select the “Z:” drive in the drive list, and select “Custom” size of X for initial and maximum, where X is the space available listed for the drive. You may need to slightly reduce X by ~5 megabytes.

f) Click the “Set” button and confirm your settings resemble the screenshot below. Click the “Ok” button.

Step 7

Hide the Z: drive from Explorer

Romex Software Drivers

Windows will be very annoying about the Z: drive being full. You can hide this drive from Explorer and the common dialogs with the following registry setting. Note you can still explicity access this drive with a full file path in any open/save dialog (e.g., Z:folderfile.ext). If you changed the drive letter for the RAMDISK from Z: to something else, you will need to adjust the hex value of the registry key (see TechNet for the correct hex value).

Run the following commands in Command Prompt (cmd.exe):

Step 8

Reboot

It’s Windows, why not throw in a reboot?

Final Thoughts

My Windows setup recommends 3 GB of virtual memory. I’d like to try upgrading my physical RAM from 6 GB to 8GB. This would let me add another gigabyte to the paging file. It would also leave another 1 GB of free space on Z:. I’m considering using this free space as a NTFS junction point with “%TEMP%” and “%SYSTEMROOT%TEMP” to make the temp folders both fast and non-persistent between reboots. (Junction points are the Windows equivalent of *nix symlinks for directories. You can use the Sysinternals utility junction.exe or the Primo Ramdisk utility to define junction points.)

I also want to test setting my IIS document root to Z: to make tests of deployment packages lightning fast (i.e., relocating the IIS document root from C:inetpub to Z:inetpub). This will make disk I/O way faster for copying scores of little image and text files. It also forces me to run an automated build/package/deploy between reboots (since Z: is wiped between reboots).

Multimedia |Business |Messengers |Desktop |Development |Education |Games |Graphics |Home |Networking |Security |Servers |Utilities |Web Dev| Other
Sort by: Relevance

Virtual Disk Driver

With Virtual Disk Driver you can mount a VMware virtual disk to your Windows hosts and use them as another disk drive attached to your system. Virtual Disk Driver allows you to use these types of virtual disks with minor errors, such as timestamp mismatch, sequence number mismatch, etc. (Virtual Disk Driver simply ignores those errors, it does not fix them.)

  • Publisher: Ken Kato
  • Home page:sites.google.com
  • Last updated: April 19th, 2013

Paragon Hard Disk Manager™ for Virtual Server

Hard Disk Manager Server bundles corporate editions of our bestselling Drive Backup and Partition Manager and is aimed at easy and efficient storage management within stand-alone physical Windows servers all through their life cycle: support for SSD, AFD, 2TB+ and non-512B sector size disks, automatic partition alignment boosts storage performance.

  • Publisher: Paragon Technologie GmbH
  • Home page:www.paragon-software.com
  • Last updated: May 22nd, 2012

Hard Disk Wipe Tool

Hard Disk Wipe Tool 2.35.1178 is a freeware utility for low-level hard disk drive erasing.The program supports S-ATA (SATA), IDE (E-IDE), SCSI, USB and FIREWIRE interfaces. It fully support LBA-48 drives.Hard Disk Wipe Tool can format Maxtor, Hitachi, Seagate, Samsung, Toshiba, Fujitsu, IBM, Quantum and Western Digital drives.

  • Publisher: HDDGURU
  • Home page:hddguru.com
  • Last updated: March 5th, 2008

Portlock Leap Frog

Portlock Leap Frog will assist you in creating a bootable Virtual Hard Disk (VHD) for native Windows deployment with your Windows XP, Windows Vista, Windows 7, Windows Server 2003, Windows Server 2008 or Mac OS X Snow Leopard machine. The VHD can be used as the running operating system on supported hardware without a virtual machine or hypervisor.

  • Publisher: Portlock Corporation
  • Last updated: May 27th, 2020

VSuite Ramdisk (Standard Edition)

Creates a virtual hard disk using the available RAM memory, which provides a much faster access to your data. If you usually execute applications that keep a high level of interaction with your hard disk, you may have noticed that they tend to be slow and heavy. In those cases, VSuite Ramdisk turns out to be especially useful - it allows you to set a virtual (permanent or volatile) drive.

  • Publisher: Romex Software
  • Home page:www.romexsoftware.com
  • Last updated: June 15th, 2010

VMX Builder

VMX Builder is a program for creating vmx (VMware virtual machine configuration) and vmdk (VMware virtual hard disk) files. 'Virtual Machines' are independent environments installed on a physical computer, that can run different operating systems (including Linux or Windows). These virtual machines will be able to share the resources of your X86-based computer.

  • Publisher: Devfarm Software
  • Last updated: November 18th, 2009

BitRecover Virtual Drive Recovery Wizard

Virtual Drive Recovery Wizard is a program designed to restore data from corrupt virtual hard disk files. It can perform data recovery even from crashed or corrupt virtual machines and virtual hard drives. You can recover deleted files from virtual machines, even after emptying it from recycle bin or trash; recover data from formatted virtual machine drives, and more.

  • Publisher: BitRecover
  • Home page:www.bitrecover.com
  • Last updated: November 24th, 2017

Odin HDD Encryption

Odin HDD Encryption is a powerful Hard Disc Drive Encryption software which can protect,secure,encrypt your hard disc drive,virtual hard disk(VHD),USB flash files,removable drive. It can makes a part or all your hard disc into a secure vault. And it also can creates a virtual encrypted disk within a file and mounts it as a real disk.

  • Publisher: Odin Share Company
  • Last updated: August 21st, 2013

DAEMON Tools Ultra

DAEMON Tools Ultra is the most advanced version of the DAEMON Tools virtual DVD program. It can be used to mount virtual discs of almost all formats, create disks to speed up your PC, and create bootable USB-sticks of Windows OS. DAEMON Tools Ultra can emulate an unlimited number of DT, SCSI, IDE, and HDD virtual drives.

  • Publisher: Disc Soft Ltd.
  • Home page:www.daemon-tools.cc
  • Last updated: July 2nd, 2020

Hard Disk Sentinel

Hard Disk Sentinel (HDSentinel) can find, test, diagnose and repair hard disk drive problems. It can display the health of your hard disks and SSDs using S.M.A.R.T. data. This program can also work with hybrid disk drives (SSHD), disks in RAID arrays, and Network Attached Storage (NAS) drives.

  • Publisher: H.D.S. Hungary
  • Home page:www.hdsentinel.com
  • Last updated: February 1st, 2021

Hard Disk Low Level Format Tool

This HDD Low Level Format utility is free for home use. It can erase and Low-Level Format a SATA, IDE, SAS, SCSI or SSD hard disk drive. It will also work with any USB and FIREWIRE external drive enclosures as well as SD, MMC, MemoryStick and CompactFlash media.

  • Publisher: HDDGURU
  • Home page:hddguru.com
  • Last updated: November 29th, 2013

Microsoft Virtual PC

Microsoft Virtual PC is light, simple software that allows you to configure, install and use a highly customizable computer within your desktop!Without the need of formatting, or getting an additional computer, with this application you can test drive an operating system, software, or a configuration and see if it fits your needs!

  • Publisher: Microsoft
  • Home page:www.microsoft.com
  • Last updated: August 26th, 2014

Virtual Serial Port Driver

Virtual Serial Port Driver by Eltima creates virtual COM port pairs in the system. Using these ports serial applications can communicate with each other and transfer data via virtual null-modem cable.

  • Publisher: Eltima Software
  • Home page:www.eltima.com
  • Last updated: February 27th, 2017

Flobo Hard Disk Repair

One feature of the software is that you are able to check S.M.A.R.T. information. Modern hard disks support S.M.A.R.T. (Self-Monitoring, Analysis, and Reporting Technology) that was specially developed to detect upcoming disk failures.You can use Flobo Hard Disk Repair in the Bart Pe bootable disk in case your hard disk drive cannot boot.

  • Publisher: Flobo Recovery
  • Last updated: December 27th, 2009

Paragon Hard Disk Manager™ 14 Suite

Paragon Hard Disk Manager 14 Suite is an all-in-one suite to completely protect, maintain and manage your PC. The program offers you a full range of backup, recovery and partitioning solutions, fast migration to new HDDs, SSDs and virtual machines and efficient disk maintenance and optimization.

  • Publisher: Paragon Technologie GmbH.
  • Home page:www.paragon-software.com
  • Last updated: November 28th, 2013

Virtual Hard Drive Pro

VirtualDrive converts a CD into a virtual CD (VCD) file, which plays in any one of up to 23 emulated virtual CD drives. VirtualDrive's unique burning capability that allows you to copy your CD/DVD/Blu-ray discs, games, and other programs to physical CD and virtual CD discs. VirtualDrive Pro provides a fast and instant responsive playback without leaving any wear or tear on your disc drive.

  • Publisher: FarStone Technology
  • Last updated: June 22nd, 2012

Paragon Hard Disk Manager

This is a very comprehensive suite to optimize and maintain your hard drive in optimal conditions. It has many different functions like backup and migration tools, a partition manager, and many more. If you aren't an exert user, the program has an express mode with wizards that walk you through the different processes.

  • Publisher: Paragon Software Group
  • Home page:www.paragon-software.com
  • Last updated: May 26th, 2020

Active@ Hard Disk Monitor

Active@ Hard Disk Monitor is a Windows utility developed for users who wish to immediately check the current health status of their hard drives. It lives in your System Tray from where you can access its Settings panel, reveal the main window or refresh the contents of the offered report.

  • Publisher: LSoft Technologies Inc.
  • Home page:www.disk-monitor.com
  • Last updated: October 20th, 2017