A Windows Vista forum. Vista Banter

Welcome to Vista Banter.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to ask questions and reply to others posts, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

Go Back   Home » Vista Banter forum » Microsoft Windows Vista » Performance and Maintainance of Windows Vista
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Performance and Maintainance of Windows Vista A forum for performance and maintenance tasks in Windows Vista. (microsoft.public.windows.vista.performance_maintainance)

Problem for creating ReadyBoost on a RAMDisk



 
 
LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old January 19th 09, 02:27 AM posted to microsoft.public.windows.vista.performance_maintenance
ImranHossain
external usenet poster
 
Posts: 3
Default Problem for creating ReadyBoost on a RAMDisk


Hi All,

I do not need to think about the performance issues, I just wanna
implement it for some academic project purpose. So could you please tell
me why the ReadyBoost does not work after configuring it manually that I
described above(Please take a look at the 1st posted message).

Thanks
Imran


--
ImranHossain
  #12 (permalink)  
Old January 19th 09, 10:52 AM posted to microsoft.public.windows.vista.performance_maintenance
Steve Thackery[_2_]
external usenet poster
 
Posts: 514
Default Problem for creating ReadyBoost on a RAMDisk

I do not need to think about the performance issues, I just wanna
implement it for some academic project purpose. So could you please tell
me why the ReadyBoost does not work after configuring it manually that I
described above(Please take a look at the 1st posted message).


Quite frankly, you are so far away from the "intended purpose" that it's
most unlikely you'll find anyone who can help.

As we've said, Vista isn't designed to work that way. I can only suggest
you take this up with Microsoft, although I'd be surprised if they've even
tested the scenario you describe.

SteveT

  #13 (permalink)  
Old January 19th 09, 04:38 PM posted to microsoft.public.windows.vista.performance_maintenance
Frank Holman
external usenet poster
 
Posts: 4
Default Problem for creating ReadyBoost on a RAMDisk

"Steve Thackery" wrote:

I do not need to think about the performance issues, I just wanna
implement it for some academic project purpose. So could you please tell
me why the ReadyBoost does not work after configuring it manually that I
described above(Please take a look at the 1st posted message).


Quite frankly, you are so far away from the "intended purpose" that it's
most unlikely you'll find anyone who can help.


TRANSLATION for the get-the-hint-impaired:

You're a space cadet.

As we've said, Vista isn't designed to work that way. I can only suggest
you take this up with Microsoft, although I'd be surprised if they've even
tested the scenario you describe.

SteveT

  #14 (permalink)  
Old January 22nd 09, 11:13 PM posted to microsoft.public.windows.vista.performance_maintenance
Danno[_2_]
external usenet poster
 
Posts: 48
Default Problem for creating ReadyBoost on a RAMDisk

I've been trying to find out how to implement a ram drive in Vista. It
appears that your registry entries will do so.

I want to use the ram drive as a place to save files that I will only use in
the current session, like unzipping files. Can you tell me what entries I
would use to set up, say, a 512kb ram drive. Nothing fancy, just suitable
for saving files to.


Thanks to anyone who has suggestions or answers,
Danno


--

----------
Madness takes its toll. Please have exact change.
----------



"ImranHossain" wrote in message
...

I want to create a ReadyBoost on a RAMDisk (manually) in Windows Vista
Ultimate 0x32 bit, for this I did the following things

- Set the registry value for this device at the registry key
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\EMDMgmt\"Corresponding device Name" as

-- CacheSizeInMB = 0x0000010e (270)
-- CacheStatus = 0x00000001 (1)
-- DeviceStatus = 0x00000002 (2)
-- DoRetestDevice = 0x00000000 (0)
-- HasSlowRegions = 0x00000000 (0)
-- LastTestedTime = 0x00000000 (0)
-- PhysicalDeviceSizeMB = 0x0000017f (383)
-- ReadSpeedKBs = 0x3b9aca00 ( 1000000000 )
-- RecommendedCacheSizeMB = 0x0000010e (270)
-- USBVersion = 0x00020000 (131072)
-- WriteSpeedKBs = 0x3b9aca00 ( 1000000000 )

- Restart the "ReadyBoost" service

The RAMDrive has not configured as ReadyBoost and the
"readyboost.sfcache" has not created on the RAMDrive; If I right click
on the RAMDrive and configure it as ReadyBoost from properties then it
works properly; the "readyboost.sfcache" file has been created on the
drive also and the registry value has been set as above.

One more thing, The same procedure I have followed for a USB Flash
drive and it can be configured as ReadyBoost by both way.

NB: To make a ReadyBoost on RAMDisk, the RAMDisk type must be USBDrive
Type.

Could anybody please tell me how can I solve the problem?

Thanks in advance,
Imran


--
ImranHossain



  #15 (permalink)  
Old January 23rd 09, 02:42 PM posted to microsoft.public.windows.vista.performance_maintenance
Ken Blake, MVP
external usenet poster
 
Posts: 2,309
Default Problem for creating ReadyBoost on a RAMDisk

On Thu, 22 Jan 2009 18:13:51 -0600, "Danno"
wrote:

I've been trying to find out how to implement a ram drive in Vista.



In my view, except for a very rare very special situation, it's
invariably a very bad thing to do. It reduces the amount of RAM
available to Windows, and can adversely affect your performance--in
many cases, very seriously.


It
appears that your registry entries will do so.

I want to use the ram drive as a place to save files that I will only use in
the current session, like unzipping files.



There's no need to do that. If you are concerned about keeping those
temporary files, just create a folder on the hard drive to save them
in; then write a batch file to delete the contents of that folder, and
put a shortcut to that batch file in your Startup folder.

The above will accomplish the same thing without hurting your
performance.

--
Ken Blake, Microsoft MVP - Windows Desktop Experience
Please Reply to the Newsgroup
  #16 (permalink)  
Old January 23rd 09, 08:56 PM posted to microsoft.public.windows.vista.performance_maintenance
Danno[_2_]
external usenet poster
 
Posts: 48
Default Problem for creating ReadyBoost on a RAMDisk

But Ken, having a ram drive is so kewl!

You're probably right. Under 98 & 2000 I use to make a lot of use of batch
files. Just not used to thinking of them in Vista.

I'm going to use one as you suggest. Just for my edification, why does the
performance take such a hit? I've got 2MB ram and never go over 75% usage.


Thanks much for the help,
Danno

--

----------
Madness takes its toll. Please have exact change.
----------



"Ken Blake, MVP" wrote in message
...
On Thu, 22 Jan 2009 18:13:51 -0600, "Danno"
wrote:

I've been trying to find out how to implement a ram drive in Vista.



In my view, except for a very rare very special situation, it's
invariably a very bad thing to do. It reduces the amount of RAM
available to Windows, and can adversely affect your performance--in
many cases, very seriously.


It
appears that your registry entries will do so.

I want to use the ram drive as a place to save files that I will only use
in
the current session, like unzipping files.



There's no need to do that. If you are concerned about keeping those
temporary files, just create a folder on the hard drive to save them
in; then write a batch file to delete the contents of that folder, and
put a shortcut to that batch file in your Startup folder.

The above will accomplish the same thing without hurting your
performance.

--
Ken Blake, Microsoft MVP - Windows Desktop Experience
Please Reply to the Newsgroup


  #17 (permalink)  
Old January 24th 09, 12:55 AM posted to microsoft.public.windows.vista.performance_maintenance
Ken Blake, MVP
external usenet poster
 
Posts: 2,309
Default Problem for creating ReadyBoost on a RAMDisk

On Fri, 23 Jan 2009 15:56:29 -0600, "Danno"
wrote:

But Ken, having a ram drive is so kewl!

You're probably right. Under 98 & 2000 I use to make a lot of use of batch
files. Just not used to thinking of them in Vista.

I'm going to use one as you suggest. Just for my edification, why does the
performance take such a hit? I've got 2MB ram and never go over 75% usage.



Most people don't have more RAM than they need, and if they use some
of it for a RAM drive, there is less RAM for Windows.

If you have more RAM than you can use, then, of course, a ram drive
doesn't hurt you. But that's very unusual.


Thanks much for the help,
Danno



You're welcome. Glad to help.



--

----------
Madness takes its toll. Please have exact change.
----------



"Ken Blake, MVP" wrote in message
...
On Thu, 22 Jan 2009 18:13:51 -0600, "Danno"
wrote:

I've been trying to find out how to implement a ram drive in Vista.



In my view, except for a very rare very special situation, it's
invariably a very bad thing to do. It reduces the amount of RAM
available to Windows, and can adversely affect your performance--in
many cases, very seriously.


It
appears that your registry entries will do so.

I want to use the ram drive as a place to save files that I will only use
in
the current session, like unzipping files.



There's no need to do that. If you are concerned about keeping those
temporary files, just create a folder on the hard drive to save them
in; then write a batch file to delete the contents of that folder, and
put a shortcut to that batch file in your Startup folder.

The above will accomplish the same thing without hurting your
performance.

--
Ken Blake, Microsoft MVP - Windows Desktop Experience
Please Reply to the Newsgroup


--
Ken Blake, Microsoft MVP - Windows Desktop Experience
Please Reply to the Newsgroup
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 10:05 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.Search Engine Optimization by vBSEO 3.0.0 RC6
Copyright ©2004-2012 Vista Banter.
The comments are property of their posters.