RAM Disk


Go Back   Computer Help Articles > Windows XP General
User Name
Password
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-05-2006, 02:35 AM
 
Posts: n/a
Default RAM Disk

I have noticed that Windows XP and 2003 come with a RAM Disk driver. I have
installed the Windows RAM Disk Controller and the Windows RAM Disk Device
(Volume) but I don't seem to have created a RAM disk. I have looked at
KB257405 which gives the Windows 2000 sample RAM Disk driver and used these
registry settings with no sucess.

Can someone please tell me how to get the RAM Disk driver working with
Windows XP and 2003 or tell me that it is not possible to get this driver
working. I know that there are a number of free / commercial RAM Disks on
the market, however I'd rath stick to a driver that is built into Windows.


Reply With Quote
  #2  
Old 01-05-2006, 02:35 AM
S.Sengupta
 
Posts: n/a
Default Re: RAM Disk

" RAMDisk " for Windows 2000 / Windows XP / Windows Server 2003

http://www.ramdisk.tk/

http://www.tweakxp.com/article37232.aspx

regards,
S.Sengupta[MS-MVP]

anthony_arnold@newsgroups.nospam wrote:
> I have noticed that Windows XP and 2003 come with a RAM Disk driver. I have
> installed the Windows RAM Disk Controller and the Windows RAM Disk Device
> (Volume) but I don't seem to have created a RAM disk. I have looked at
> KB257405 which gives the Windows 2000 sample RAM Disk driver and used these
> registry settings with no sucess.
>
> Can someone please tell me how to get the RAM Disk driver working with
> Windows XP and 2003 or tell me that it is not possible to get this driver
> working. I know that there are a number of free / commercial RAM Disks on
> the market, however I'd rath stick to a driver that is built into Windows.
>
>

Reply With Quote
  #3  
Old 01-05-2006, 02:35 AM
Detlev Dreyer
 
Posts: n/a
Default Re: RAM Disk

anthony_arnold@newsgroups.nospam wrote:

> I have noticed that Windows XP and 2003 come with a RAM Disk driver. I
> have installed the Windows RAM Disk Controller and the Windows RAM Disk
> Device (Volume) but I don't seem to have created a RAM disk.


Same here. Although I managed to setup that specific RAM Disk, it
vanished at next reboot.

> I have looked at KB257405 which gives the Windows 2000 sample RAM Disk
> driver and used these registry settings with no sucess.


No problem here. Excerpt from that article:
http://support.microsoft.com/kb/257405

| Windows XP Update:
|
| Installing the Ramdisk sample driver in a NTFS only machine might make
| it unusable. To resolve this problem make the following change:
|
| While you call the IoCreateDevice function (RamdiskAddDevice function
| in pnp.c), change the device type from FILE_DEVICE_VIRTUAL_DISK to
| FILE_DEVICE_DISK and recompile the driver. After you install the
| driver, restart the system in order to access the Ramdisk through
| Explorer.

When following this advice, all System Restore points disappear while
Windows is trying to create the folder "Recycled" on that FAT drive.
Therefore, the MSKB content manager had been advised to incorporate
this addendum (excerpt):

| Warning Installing Ramdisk in Windows XP may render the System Restore
| feature useless.

I changed that particular code in PNP.C in order to create a RAM Disk
appearing as a *removable* media (w/o recycle bin):

status = IoCreateDevice(
DriverObject,
sizeof(DEVICE_EXTENSION),
&uniDeviceName,
FILE_DEVICE_DISK,
FILE_REMOVABLE_MEDIA|FILE_DEVICE_SECURE_OPEN,
FALSE,
&functionDeviceObject
);

After recompiling that driver, it works perfectly. Also, you can assign
the drive letter B: after this change which is unused in most cases.
Although that RAM Disk size is limited to 32 MB by default, it's good
enough to keep the Browser's temporary Internet Files (IE, Netscape,
Firefox) as well as the Printer spooler directory for instance.

--
d-d
Reply With Quote
  #4  
Old 01-05-2006, 02:36 AM
Dixonian69
 
Posts: n/a
Default RE: RAM Disk

WHY do you want a RAM disk???

"anthony_arnold@newsgroups.nospam" wrote:

> I have noticed that Windows XP and 2003 come with a RAM Disk driver. I have
> installed the Windows RAM Disk Controller and the Windows RAM Disk Device
> (Volume) but I don't seem to have created a RAM disk. I have looked at
> KB257405 which gives the Windows 2000 sample RAM Disk driver and used these
> registry settings with no sucess.
>
> Can someone please tell me how to get the RAM Disk driver working with
> Windows XP and 2003 or tell me that it is not possible to get this driver
> working. I know that there are a number of free / commercial RAM Disks on
> the market, however I'd rath stick to a driver that is built into Windows.
>
>
>

Reply With Quote
  #5  
Old 01-05-2006, 02:36 AM
R. McCarty
 
Posts: n/a
Default Re: RAM Disk

Actually, there are all manner of uses for one. Do you really believe that
Mass Storage will remain "Magnetic" ? I saw an article on a new RAM
based peripheral drive that has 8.0 Gigabytes of physical memory on a
technology website yesterday. For a long time I used a RAM Drive from
a company called Cenatek. It held my Temp folders and IE caches that
where purged at every boot. I also used it as Temp space for multimedia
processing. While a RAM Drive isn't something for everybody. Don't
make light of somebody's desire to investigate and use one, there are a
number of practical uses for one.

"Dixonian69" <Dixonian69@discussions.microsoft.com> wrote in message
news:792E4C99-75F7-41B4-96F3-F04AA9848EB7@microsoft.com...
> WHY do you want a RAM disk???
>
> "anthony_arnold@newsgroups.nospam" wrote:
>
>> I have noticed that Windows XP and 2003 come with a RAM Disk driver. I
>> have
>> installed the Windows RAM Disk Controller and the Windows RAM Disk Device
>> (Volume) but I don't seem to have created a RAM disk. I have looked at
>> KB257405 which gives the Windows 2000 sample RAM Disk driver and used
>> these
>> registry settings with no sucess.
>>
>> Can someone please tell me how to get the RAM Disk driver working with
>> Windows XP and 2003 or tell me that it is not possible to get this driver
>> working. I know that there are a number of free / commercial RAM Disks
>> on
>> the market, however I'd rath stick to a driver that is built into
>> Windows.
>>
>>
>>



Reply With Quote
  #6  
Old 01-05-2006, 02:36 AM
Uncle Grumpy
 
Posts: n/a
Default Re: RAM Disk

A RAM disk has no value in the use today's computers.

Reply With Quote
  #7  
Old 01-05-2006, 02:36 AM
R. McCarty
 
Posts: n/a
Default Re: RAM Disk

Concise, Global, Absolute answer - but totally lacking in supportive
evidence or personal experience to validate what you say.

"Uncle Grumpy" <unclegrumpy@ameritech.net> wrote in message
news:1136411318.543921.98700@z14g2000cwz.googlegro ups.com...
>A RAM disk has no value in the use today's computers.
>



Reply With Quote
  #8  
Old 01-05-2006, 02:36 AM
Ken Blake, MVP
 
Posts: n/a
Default Re: RAM Disk

anthony_arnold@newsgroups.nospam wrote:

> I have noticed that Windows XP and 2003 come with a RAM Disk driver. I
> have installed the Windows RAM Disk Controller and the Windows RAM
> Disk Device (Volume) but I don't seem to have created a RAM disk. I
> have looked at KB257405 which gives the Windows 2000 sample RAM Disk
> driver and used these registry settings with no sucess.
>
> Can someone please tell me how to get the RAM Disk driver working with
> Windows XP and 2003 or tell me that it is not possible to get this
> driver working. I know that there are a number of free / commercial
> RAM Disks on the market, however I'd rath stick to a driver that is
> built into Windows.



Except for a rare person with very special needs, or someone with
substantially more RAM than he needs, using a RAM disk is counterproductive
in Winodws. What do you want to use this RAM disk for?

--
Ken Blake - Microsoft MVP Windows: Shell/User
Please reply to the newsgroup


Reply With Quote
  #9  
Old 01-05-2006, 02:36 AM
Uncle Grumpy
 
Posts: n/a
Default Re: RAM Disk

R. McCarty wrote:

> Concise, Global, Absolute answer - but totally lacking in supportive
> evidence or personal experience to validate what you say.


S O F U C K I N G W H A T ? ? ?

I'm right. That's all that matters.

Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
2 shortcut questions SeaMaid Windows XP Customize 11 01-05-2006 06:30 AM
disk cleanup and disk defragmenter chunk2gs Windows XP Perform Maintain 4 01-05-2006 05:51 AM
Norton Ghost 2003, Win XP Pro SP2 and Missing Operating System bearded lizard Windows XP Help and Support 20 01-05-2006 02:45 AM
HP Pavilion Disk Management Partition gx4dad@bellsouth.net Windows XP Hardware 5 01-05-2006 02:23 AM
USB Mass Storage Device - This device cannot start. (Code 10) lobo201 Windows XP Hardware 11 01-05-2006 02:15 AM


All times are GMT. The time now is 05:24 AM.


Powered by vBulletin Version 3.5.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. SEO by vBSEO 2.3.2 © 2005, Crawlability, Inc.

RAM Disk