Topic: RAM drive (B:)  (Read 428 times)

RAM drive (B:)
« on: February 13, 2020, 08:07:28 AM »

sharp

  • Jr. Chef
  • **
  • Date Registered: Jun 2019
  • Posts: 76
On XPE project, is it neccessary to make a RAM disk at start up?
I mean without Ram disk B, what happens?
If we don't add imdisk and RAMDrive, PE will work witout trouble?
On the other hand can we make Temp folder on B hidden?
Regards.

Re: RAM drive (B:)
« Reply #1 on: February 13, 2020, 05:08:29 PM »

Malok

  • Chef
  • ***
  • Location: Canada
  • Date Registered: Aug 2016
  • Posts: 202
Hi Sharp,

It was never required since the addition of FBWF but it helped when it was 1 gig
Now FBWF is able to create larger overlays on x64, I never had to use ram disk again.
but I keep the plugin installed and I don't create Ram disk upon boot but it is
there if I need it.

Without Ram disk, temp files are located to %windir%\temp automatically.
And XPE works without problems. I believe it's obsolete now. But there might
be a good reason for it to still be there today, maybe someone more into the making
of the project can say ? But I disabled this years ago and I experienced no problems related to that.

Re: RAM drive (B:)
« Reply #2 on: February 24, 2020, 12:26:40 PM »

sharp

  • Jr. Chef
  • **
  • Date Registered: Jun 2019
  • Posts: 76
Thanks Malok for your brief answer. :great:

Re: RAM drive (B:)
« Reply #3 on: February 24, 2020, 04:37:24 PM »

NIKZZZZ

  • Code Baker
  • Chef
  • ***
  • Date Registered: Feb 2011
  • Posts: 129
Drive X:, created by the FBWF is not "full" disk, it can not lead to performance of some programs that use it.
Example - mount wim images, and other bugs with some multimedia applications and the like.
True, RamDisk, created by IMDISK the same is not devoid of these shortcomings, so create it with the Primo or Arsenal RamDisk.
I have a script for XPE, XPE I modified a bit, have to edit the script.
I can lay out a script, if it is for someone interesting.

Re: RAM drive (B:)
« Reply #4 on: February 27, 2020, 07:47:14 AM »

sharp

  • Jr. Chef
  • **
  • Date Registered: Jun 2019
  • Posts: 76
Thank you NIKZZZZ;
I will happily examine your script, if you prefer to share.

Re: RAM drive (B:)
« Reply #5 on: February 27, 2020, 08:23:43 AM »

NIKZZZZ

  • Code Baker
  • Chef
  • ***
  • Date Registered: Feb 2011
  • Posts: 129
Hi, sharp.
Download page

Creating RamDisk:

pecmd.ini
Code: [Select]
EXEC =autoit3.exe ArsenalRamDisk.a3x // or EXEC =ArsenalRamDisk.exe

or
Code: [Select]
EXEC =autoit3.exe PrimoRamDisk.a3x // or EXEC =PrimoRamDisk.exe
« Last Edit: February 27, 2020, 08:30:44 AM by NIKZZZZ »

 

Powered by EzPortal