On Sat, Jul 23, 2011 at 22:23, Tim Gray <tg...@protozoic.com> wrote:
> On Jul 24, 2011 at 03:18 AM +0100, Nicholas Marriott wrote:
>>maybe try putting it on a memory FS
>>
>>do you have anything tmux uses on something other than HFS+?
>
> Not that I know of.  I've not done anything at all to the standard OS X
> Macbook install.  One main partition that everything is on.
>
> I'm not sure how I'd even go about doing a memory FS...

This works on 10.5 and 10.6, hopefully it hasn't changed in 10.7:

diskutil erasevolume HFS+ "ramdisk" `hdiutil attach -nomount ram://1024`

The size is controlled by ram://num where num is the number of 512
byte blocks you want, so the command above creates a ramdisk whose
size is half a megabyte.  Note that a portion of the disk must hold
the filesystem, so you don't get to store half a megabyte on it (more
like 377 kilobytes).



-- 
Chas. Owens
wonkden.net
The most important skill a programmer can have is the ability to read.

------------------------------------------------------------------------------
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to