I am using Windows 7 RC and wanted to know if it was possible to use an SD card ( I have a slot for it in my laptop) to hold the page file.

When I try to change my virtual memory settings, it doesn't list the drive as available to use.

link
feedback

locked by Sam Jan 19 at 11:35

This post has been locked due to the high amount of off-topic comments generated. For extended discussions, please use chat.

closed as off topic by Sam Jan 19 at 11:35

Questions on Server Fault are expected to generally relate to servers, networking, or desktop infrastructure, within the scope defined in the faq.

4 Answers

up vote 10 down vote accepted

The SD card would be classed as a removable device, which would explain why it's not usable to hold the page file (removing the SD would mean a bunch of memory space just disappeared from underneath the kernel -- and (most*) kernels generally don't like that much).

You might get some use out of the SD card as a ReadyBoost device, assuming you can convince Windows to use it.


Sidenote: I'm aware some kernels can cope with memory disappearing -- they usually need to be told the memory is going to go first.

link
+1 for suggesting ReadyBoost. – Marie Fischer Jul 28 '09 at 12:16
feedback

You can not page to a drive that Windows considers removable, which includes anything you plug into a USB port or card reader.

link
feedback

what about virtual ram drives ?

link
feedback

I'm looking to do the exact same thing. try this neat little site. http://www.getusb.info/usb-hack-turn-a-usb-stick-into-a-hard-drive-or-local-disk/ it works in that you will now see the SD card as a disk. now the last hurdle........ moving the pagefile. it keeps coming back to c drive....

link
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.