MacUpdate
Join MacUpdate
New Member

New Developer
Explore
MacUpdate Desktop
Hot Apps

Business
Dashboard
Development
Drivers
Education
MacUpdate Promo
Popular Apps

Games
Home & Personal
Internet
Multimedia & Design
Utilities
iPhone
Apps

Login
Member Login

Developer Login
About
Search Mac Apps

Search iPhone Apps

Advanced Search
Esperance DV
Esperance DV 2.3.2
Your rating: Now say why...

(4) 4.875

Prefpane for creating a RAM Disk.   Free
Add to my Watch List
Email me when discounted
  • Download Now
    217 KB
  • Visit Developer's Site
    Michael Parrot
Esperance DV is a prefpane for System Preferences for creating a RAM Disk. The object is to place the temporary files such as the mask of a navigator, the Builds files & Intermediates xCode's, etc... A RAM Disk is the use of a part of read-write memory (RAM) as a hard disk.
What's New
Version 2.3.2: Fix assistant bug when uninstall Espérance DV.
Requirements
PPC / Intel, Mac OS X 10.3 or later.







  • RAM Disk Utili...
    +1
    Shareware $14.99
    Create, remove, manage multi ...
Esperance DV User Discussion (Write a Review)
ver. 2.x:
(4)
Your rating: Now say why...
Overall:
(4)

sort: smiles | time
burypromote


Phillman5 reviewed on 01 Feb 2011
When I wake from sleep, I see the RAMDisk icon on the desktop, but it soon goes away. It does not then show up as a drive in DiskUtility or anywhere else. I have developed the problem I think after upgrading to 10.6.6 (from 10.6.5).
[Version 2.3.2]


burypromote
+2

+71

Flash1296 reviewed on 20 Oct 2010
Absolutely PERFECT running under OS X 10.6.4!

That Apple does not offer this capability bewilders me.

This is far far better than using a terminal script that will create a Ram Disk:

Buried in the manual pages for Apple's command-line disk-image-management utility "hdid" are a few instructions on how to use this command to create and mount a RAM disk. The process basically involves creating a mount point for the disk, using the hdid command to allocate the RAM for the disk, and then create a file system on the disk so it can be used and mount it to the mount point.
#!/bin/sh

NUMSECTORS=128000
mydev=`hdid -nomount ram://$NUMSECTORS`
newfs_hfs $mydev
mkdir /tmp/mymount
mount -t hfs $mydev /tmp/mymount
Copy this text to a plain text document (not rich text) in TextEdit, and save it with ".sh" as the filename suffix (i.e., "ramdisk.sh"). Then open the Terminal and type "chmod u+x " followed by a single space, drag the script file to the Terminal window, and press enter. This will enable execution of the script by the owner of the file (you).
After this is done, to run the script just open a Terminal window, drag the script to it, and press enter. The default value for "NUMSECTORS" in the script will give you a 64MB RAM disk, but you can increase this number if you would like. The number represents sectors, and there are 512 bytes per sector of RAM. To edit the script after it has the .sh filename suffix, right-click it and choose TextEdit under the "Open With..." menu.
You can also run a similar script in one line using Apple's "diskutil" and "hdiutil" commands, which result in a more user-friendly RAM disk than the previous script.
diskutil erasevolume HFS+ "ramdisk" `hdiutil attach -nomount ram://128000`
When run in the Terminal, this command does a number of things (note the single quotes are actually "grave accent" marks). First it invokes "hdiutil" to attach an allotment of RAM but not yet mount it since there is no filesystem on it yet. After the RAM is allotted, it calls on the "diskutil" command to format the allotted RAM and name it "ramdisk," which will cause the Finder to mount it under that name in the default mount point /Volumes/.
This may be a preferred method because it is simpler and allows you to name the disk by changing the "ramdisk" name in the Finder.
[Version 2.3.2]


burypromote

dimavs commented on 05 Jun 2009
There is a bug for more than 4 GB memory. My MBP got 6GB of memory and application shows -2GB available and slider is only from 0 to 16MB
[Version 2.3.2]


burypromote

phillman5 commented on 24 Dec 2008
The comment below is misleading. It looks to me the RamDisk size can be quite large, at least 1/2 of physical RAM. The slider starts at 16 MB, it doesn't end there.
[Version 2.3.2]


burypromote

pixelfilms commented on 28 Nov 2007
This is a question for Michael Parrot.
Is there a way to create a RAM Disk larger than 16 MB if I have 4.5 GB of RAM in my Mac? (16 MB seems small for an upper limit). Thanks.
[Version 2.3.2]

1 Reply

burypromote

+322
MacUpdate Admin commented on 28 Nov 2007
The developer's support webpage is here:

http://www.mparrot.net/index.php?page=support&lang=en
burypromote

+1
JetFireDX commented on 15 Jul 2007
Cool little tool now that I have a pretty large amount of memory. Reminds me of the RAM: drive on the Amiga. Is there a way you could have the disk dynamically change size to the amount of free unused memory in the system? That way, you don't have to create a disk of a set size, it is just there and able to hold as much stuff as you have free ram...if the OS needs more memory, it takes it and the disk loses free space to the point that it is "full" if you have files copied in there. (Then it really would be like the RAM: drive on the Amiga.)
[Version 2.3.2]


burypromote

+1

ð Born Yeterday ð reviewed on 30 Apr 2006
My hats off to an amazing little pref.pane that doesn exactly as it should, create a Ram Disk on the fly!

I backup the ramdisk contents using DropDMG to create disk image of it, and just copy it's contents back onto the Ram disk as needed.

So nice to have a super fast scratch disk again!

And for free!!!

Many thanks!!!!
[Version 2.3.1]


burypromote

wingk1314 commented on 30 Apr 2006
Is there a way for the files inside the ram drive to stay after a shut down or restart?
I really want to keep some specific programs/files in it but having to re-copy them every time is quite a hassle especially when i use those files often.
[Version 2.3.1]


burypromote


Anonymous reviewed on 03 Jun 2005
Be careful. The installer creates the prefPane with world-writeable permissions. You may want to run 'chmod o-w /Library/PreferencePanes/*' after installing it.
[Version 2.1]


burypromote


Anonymous reviewed on 02 Jun 2005
to Anonymous:

You load an application into a Ram Disk and it runs ultra fast
[Version 2.1]

2 Replies

burypromote

+1
itaiferber replied on 04 Mar 2006
What do you mean by that? Do you put an application into the disk image and the applications runs really fast?
burypromote

+18
IanWeir replied on 03 Jun 2006
Not so much runs fast as launches fast. A lot of load time is putting it into memory, so if it's on a RAM disk, it's already in memory. It won't effect the speed much (if at all) once the program is launched, but it will speed up your launch times a lot.
burypromote

Phillman5 had trouble on 01 Feb 2011
Sorry for the triple posting below. When I first tried posting I mistakenly posted to reviews, then on trying to post to troubleshooting I got an error, so I tried again. Then when I found an address to send the problem to, and tried again so I could relay the exact error message, well, there are now three postings.

again sorry
[Version 2.3.2]


burypromote

Phillman5 had trouble on 01 Feb 2011
When I wake from sleep, I see the RAMDisk icon on the desktop, but it soon goes away. It does not then show up as a drive in DiskUtility or anywhere else. I have developed the problem I think after upgrading to 10.6.6 (from 10.6.5).
[Version 2.3.2]


burypromote

Phillman5 had trouble on 01 Feb 2011
When I wake from sleep, I see the RAMDisk icon on the desktop, but it soon goes away. It does not then show up as a drive in DiskUtility or anywhere else. I have developed the problem I think after upgrading to 10.6.6 (from 10.6.5).
[Version 2.3.2]


burypromote

Phillman5 had trouble on 01 Feb 2011
When I wake from sleep, I see the RAMDisk icon on the desktop, but it soon goes away. It does not then show up as a drive in DiskUtility or anywhere else. I have developed the problem I think after upgrading to 10.6.6 (from 10.6.5).
[Version 2.3.2]


There are currently no ratings. Write a comment or review now.

Downloads:18,587
Version Downloads:14,079
Type:Utilities : System
License:Free
Date:03 Jun 2006
Platform:PPC / Intel
Price:Free0.00
Overall (Version 2.x):
Features:
Ease of Use:
Value:
Stability:
Displaying 1-10 of 13
< 1 2 >
Displaying 1-4 of 4
-
-
-
Please login or create a new
MacUpdate Member account
to use this feature
Watch Lists are available to
MacUpdate Desktop Members
Upgrade Now
Download and auto-install
using MacUpdate Desktop. Save
time moving folders and cleaning-up.
Esperance DV is a prefpane for System Preferences for creating a RAM Disk. The object is to place the temporary files such as the mask of a navigator, the Builds files & Intermediates xCode's, etc... A RAM Disk is the use of a part of read-write memory (RAM) as a hard disk.
Add/Update Listing About MacUpdate Desktop Career Opportunities RSS Twitter Facebook Advertise Sitemap
Copyright © 2012 MacUpdate LLC


- -